A compact and easy to use GUI library for 8-bit Apple ][ computers
Go to file
Quinn Dunki a986b06b7f Updated readme 2015-05-23 12:27:00 -07:00
WeeGUI.xcodeproj Documentation polish 2015-05-23 12:15:02 -07:00
docart Documentation polish 2015-05-23 12:15:02 -07:00
.gitignore Removed HTML character tables 2015-01-19 13:54:16 -08:00
AppleCommander.jar - Initial commit 2014-08-29 12:19:19 -07:00
Documentation.md Documentation polish 2015-05-23 12:15:02 -07:00
LICENSE Initial commit 2014-08-29 12:14:00 -07:00
Makefile Polish to docs and sample code 2015-02-08 17:50:44 -08:00
ReadMe.md Updated readme 2015-05-23 12:27:00 -07:00
V2Make.scpt Polish & Docs 2015-01-02 16:01:38 -08:00
WeeGUI_MLI.s Cleanup and small bug fixes 2015-02-01 16:05:30 -08:00
applesoft.s HIMEM now set properly to protect weegui code 2015-02-13 08:10:54 -08:00
asmdemo.s Polish to docs and sample code 2015-02-08 17:50:44 -08:00
macros.s - Converted WGSetCursor to use zero-page parameter passing 2014-10-03 12:22:19 -07:00
memory.s Fixed decorated views being keyboard-focusable 2015-02-12 08:02:29 -08:00
mouse.s More efficient even/odd checking 2015-02-12 08:00:41 -08:00
painting.s More efficient even/odd checking 2015-02-12 08:00:41 -08:00
rects.s More efficient even/odd checking 2015-02-12 08:00:41 -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 - More code size optimization 2014-10-13 19:12:14 -07:00
views.s More efficient even/odd checking 2015-02-12 08:00:41 -08:00
weegui.dsk Documentation polish 2015-05-23 12:15:02 -07:00
weegui.s Documentation polish 2015-03-14 11:29:49 -07:00
weegui_backup.dsk Polish to docs and sample code 2015-02-08 17:50:44 -08:00
zeropage.s - Converted WGSetCursor to use zero-page parameter passing 2014-10-03 12:22:19 -07: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: