A compact and easy to use GUI library for 8-bit Apple ][ computers
Go to file
blondie7575 5202ddbeb7 Added support for variables in widget titles
Views, buttons, and checkboxes can now all use Applesoft string variables in their title parameters. Hardcoded literals still work as well.

Also generalized the string pool allocator and added support for allocating pascal strings.
2017-12-20 12:41:34 -08:00
docart Documentation polish 2015-05-23 12:15:02 -07:00
WeeGUI.xcodeproj Mouse support is now compatible with the //c 2015-07-11 17:54:39 -07:00
.gitignore Mouse support is now compatible with the //c 2015-07-11 17:54:39 -07:00
AppleCommander.jar
applesoft.s Added support for variables in widget titles 2017-12-20 12:41:34 -08:00
asmdemo.s restore asmdemo 2015-07-17 23:45:15 -05:00
Documentation.md Documentation updated 2016-02-07 15:32:53 -08:00
LICENSE
macros.s
Makefile add progress bar view 2015-07-17 23:38:48 -05:00
Makefile.win Added MAkefile.win and updated view.s - swapped #-1 for # 2015-07-22 23:02:03 -04:00
memory.s add progress bar view 2015-07-17 23:38:48 -05:00
mouse.s Fixed multiple clicks between mouse-moves not being detected on //c 2015-07-16 16:10:27 -05:00
painting.s
ReadMe.md Updated readme 2015-05-23 12:27:00 -07:00
rects.s
switches.s
unit_test.s
utility.s Added support for variables in widget titles 2017-12-20 12:41:34 -08:00
V2Make.scpt Added support for variables in widget titles 2017-12-20 12:41:34 -08: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 Added support for variables in widget titles 2017-12-20 12:41:34 -08: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: