A compact and easy to use GUI library for 8-bit Apple ][ computers
Go to file
blondie7575 a59dea9d11 Merge branch 'master' of https://github.com/blondie7575/WeeGUI 2018-07-22 09:24:46 -05:00
WeeGUI.xcodeproj Added missing ASM sample 2018-07-22 09:24:32 -05:00
docart Documentation polish 2015-05-23 12:15:02 -07:00
.gitignore Mouse support is now compatible with the //c 2015-07-11 17:54:39 -07:00
AppleCommander.jar - Initial commit 2014-08-29 12:19:19 -07:00
Documentation.md Merge branch 'master' of https://github.com/blondie7575/WeeGUI 2018-07-22 09:24:46 -05:00
LICENSE Initial commit 2014-08-29 12:14:00 -07:00
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
ReadMe.md Updated readme 2015-05-23 12:27:00 -07:00
V2Make.scpt Moved WeeGUI to HGR2 in memory 2018-01-06 17:50:22 -08:00
WeeGUI_MLI.s add WGResetView 2018-04-01 22:24:13 -04:00
applesoft.s a bit smaller code 2018-03-07 14:38:22 -08:00
asmdemo.s Polish to docs and sample code 2015-02-08 17:50:44 -08:00
macros.s add support for radio buttons 2018-02-28 15:43:14 -05:00
memory.s add support for radio buttons 2018-02-28 15:43:14 -05:00
mouse.s rename file and document 65816 detection 2018-03-06 15:13:14 -08:00
mouse_gs.s real 65816 format 2018-03-07 13:23:35 -08:00
painting.s a bit smaller code 2018-03-07 14:38:22 -08:00
rects.s a bit smaller code 2018-03-07 14:38:22 -08:00
switches.s - Fixed parameter-less AppleSoft commands 2014-09-16 14:04:05 -07:00
unit_test.s - More code size optimization 2014-10-13 19:12:14 -07:00
utility.s a bit smaller code 2018-03-07 14:38:22 -08:00
views.s always set state of activated radio button to 1 2018-04-11 19:14:27 -04:00
weegui.dsk always set state of activated radio button to 1 2018-04-11 19:14:27 -04:00
weegui.s add WGResetView 2018-04-01 22:24:13 -04:00
zeropage.s add support for radio buttons 2018-02-28 15:43:14 -05:00

ReadMe.md

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: