A compact and easy to use GUI library for 8-bit Apple ][ computers
Go to file
2018-02-26 12:32:59 -08:00
docart
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 Applesoft API to get selected view 2017-12-31 14:23:58 -08:00
asmdemo.s restore asmdemo 2015-07-17 23:45:15 -05:00
Documentation.md Merge branch 'master' of https://github.com/blondie7575/WeeGUI 2018-02-26 12:32:59 -08:00
LICENSE
macros.s
Makefile Moved WeeGUI to HGR2 in memory 2018-01-06 17:50:22 -08:00
Makefile.win Added MAkefile.win and updated view.s - swapped #-1 for # 2015-07-22 23:02:03 -04:00
memory.s Added support for raw bytes in view titles 2017-12-21 15:50:50 -08:00
mouse.s Fixed multiple clicks between mouse-moves not being detected on //c 2015-07-16 16:10:27 -05:00
painting.s Added support for raw bytes in view titles 2017-12-21 15:50:50 -08:00
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 Moved WeeGUI to HGR2 in memory 2018-01-06 17:50:22 -08:00
views.s Added WGSetContentWidth and WGSetContentHeight 2018-02-26 12:32:54 -08:00
WeeGUI_MLI.s Added WGSetContentWidth and WGSetContentHeight 2018-02-26 12:32:54 -08:00
weegui.dsk Added WGSetContentWidth and WGSetContentHeight 2018-02-26 12:32:54 -08:00
weegui.s Moved WeeGUI to HGR2 in memory 2018-01-06 17:50:22 -08: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: