A compact and easy to use GUI library for 8-bit Apple ][ computers
Go to file
blondie7575 662f6054f7
Update Documentation
GitHub changed their Markdown support, so all the sub-headings broke. Should be fixed now.
2024-07-28 13:04:19 -07:00
docart
WeeGUI.xcodeproj Added missing ASM sample 2018-07-22 09:24:32 -05:00
.gitignore
AppleCommander.jar
applesoft.s
asmdemo.s
Documentation.md Update Documentation 2024-07-28 13:04:19 -07:00
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 always set state of activated radio button to 1 2018-04-11 19:14:27 -04:00
WeeGUI_MLI.s
weegui.dsk always set state of activated radio button to 1 2018-04-11 19:14:27 -04:00
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.

To Do: