mirror of
https://github.com/blondie7575/WeeGUI.git
synced 2024-12-13 00:29:12 +00:00
A compact and easy to use GUI library for 8-bit Apple ][ computers
477fb59c75
- 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 |
||
---|---|---|
WeeGUI.xcodeproj | ||
.gitignore | ||
AppleCommander.jar | ||
applesoft.s | ||
gui.s | ||
guidemo | ||
guidemo.dsk | ||
guidemo.o | ||
guidemo.s | ||
LICENSE | ||
macros.s | ||
Makefile | ||
memory.s | ||
painting.s | ||
ReadMe.md | ||
rects.s | ||
switches.s | ||
unit_test.s | ||
utility.s | ||
V2Make.scpt | ||
views.s | ||
zeropage.s |
Known issues
- Negative cursor positions unsupported
- Positive scroll values unsupported
To Do:
- Make WGFillRect support 1 height and 1 width