A compact and easy to use GUI library for 8-bit Apple ][ computers
Go to file
2016-02-07 15:32:53 -08:00
docart
WeeGUI.xcodeproj
.gitignore
AppleCommander.jar
applesoft.s &PRINT now supports Applesoft string variables 2016-02-07 15:30:20 -08:00
asmdemo.s
Documentation.md Documentation updated 2016-02-07 15:32:53 -08:00
LICENSE
macros.s
Makefile
Makefile.win Added MAkefile.win and updated view.s - swapped #-1 for # 2015-07-22 23:02:03 -04:00
memory.s
mouse.s
painting.s
ReadMe.md
rects.s
switches.s
unit_test.s
utility.s
V2Make.scpt Fixed disk image 2015-07-30 19:34:06 -07:00
views.s Added MAkefile.win and updated view.s - swapped #-1 for # 2015-07-22 23:02:03 -04:00
WeeGUI_MLI.s feedback from pull request 1 2015-07-18 09:51:47 -05:00
weegui.dsk Fixed disk image 2015-07-30 19:34:06 -07:00
weegui.s feedback from pull request 1 2015-07-18 09:51:47 -05:00
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: