A compact and easy to use GUI library for 8-bit Apple ][ computers
Go to file
Quinn Dunki 477fb59c75 - Some code cleanup
- Support for procedural AppleSoft GOSUB
- Support for more varied parameter types in AppleSoft API calls
- Support for 16-bit integers in AppleSoft API calls
- Added line number GOSUB feature to buttons built from AppleSoft
- Buttons now take callback pointer in init struct
- Added flag bits to upper nibble of style byte on views
- ViewAction now has option for AppleSoft GOSUBs
2014-09-20 18:20:44 -07:00
WeeGUI.xcodeproj - Started Applesoft API 2014-09-09 20:34:14 -07:00
.gitignore - Fixed some warnings 2014-09-07 16:06:25 -07:00
AppleCommander.jar - Initial commit 2014-08-29 12:19:19 -07:00
applesoft.s - Some code cleanup 2014-09-20 18:20:44 -07:00
gui.s - Library is now designed to be BRUNed from AppleSoft, instead of trying to make an init call 2014-09-19 16:04:36 -07:00
guidemo - Parameter parsing and command table working for AppleSoft API 2014-09-11 14:04:30 -07:00
guidemo.dsk - Some code cleanup 2014-09-20 18:20:44 -07:00
guidemo.o - Parameter parsing and command table working for AppleSoft API 2014-09-11 14:04:30 -07:00
guidemo.s - Library is now designed to be BRUNed from AppleSoft, instead of trying to make an init call 2014-09-19 16:04:36 -07:00
LICENSE Initial commit 2014-08-29 12:14:00 -07:00
macros.s - Added view selection and focus states 2014-09-05 20:32:16 -07:00
Makefile - Initial commit 2014-08-29 12:19:19 -07:00
memory.s - Some code cleanup 2014-09-20 18:20:44 -07:00
painting.s - Added delta X/Y scrolling 2014-09-08 18:00:40 -07:00
ReadMe.md - Painting code for button contents, in both states, with titles 2014-09-05 17:14:37 -07:00
rects.s - Fixed some warnings 2014-09-07 16:06:25 -07:00
switches.s - Fixed parameter-less AppleSoft commands 2014-09-16 14:04:05 -07:00
unit_test.s - Painting code for Checkboxes 2014-09-05 16:31:33 -07:00
utility.s - Initialization now clears string allocator 2014-09-18 16:24:17 -07:00
V2Make.scpt - Library is now designed to be BRUNed from AppleSoft, instead of trying to make an init call 2014-09-19 16:04:36 -07:00
views.s - Some code cleanup 2014-09-20 18:20:44 -07:00
zeropage.s - Fixed parameter-less AppleSoft commands 2014-09-16 14:04:05 -07:00

Known issues

  • Negative cursor positions unsupported
  • Positive scroll values unsupported

To Do:

  • Make WGFillRect support 1 height and 1 width