mirror of
https://github.com/blondie7575/WeeGUI.git
synced 2024-12-04 02:50:32 +00:00
A compact and easy to use GUI library for 8-bit Apple ][ computers
662f6054f7
GitHub changed their Markdown support, so all the sub-headings broke. Should be fixed now. |
||
---|---|---|
docart | ||
WeeGUI.xcodeproj | ||
.gitignore | ||
AppleCommander.jar | ||
applesoft.s | ||
asmdemo.s | ||
Documentation.md | ||
LICENSE | ||
macros.s | ||
Makefile | ||
Makefile.win | ||
memory.s | ||
mouse_gs.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 |
Complete documentation at https://github.com/blondie7575/WeeGUI/blob/master/Documentation.md
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.
- Included sample ASMDEMO has a slight tendancy to step on ProDOS's buffers. This is mostly harmless.