mirror of
https://github.com/blondie7575/WeeGUI.git
synced 2024-12-13 15:30:04 +00:00
A compact and easy to use GUI library for 8-bit Apple ][ computers
docart | ||
WeeGUI.xcodeproj | ||
.gitignore | ||
AppleCommander.jar | ||
applesoft.s | ||
asmdemo.s | ||
Documentation.html | ||
Documentation.md | ||
LICENSE | ||
macros.s | ||
Makefile | ||
memory.s | ||
mouse.s | ||
painting.s | ||
ReadMe.md | ||
rects.s | ||
switches.s | ||
unit_test.s | ||
utility.s | ||
V2Make.scpt | ||
views.s | ||
WeeGUI_MLI.s | ||
weegui.dsk | ||
weegui.s | ||
zeropage.s |
Known issues
- Hitting Reset during a WeeGUI application will leave your Apple II in an unsafe state
- Calling WGEraseView on a view that shares border rendering with other views will require manually redrawing those views.
To Do:
- Clicking on scroll arrows in basicdemo messes up title rendering
- Write sample code
- Update side effects in assembly API
- Support for frameless views
- Document final memory map