A compact and easy to use GUI library for 8-bit Apple ][ computers
Go to file
blondie7575 45f044b9ef Merge pull request #1 from a2mark/master
Add progress bar view
2015-07-18 14:29:06 -05: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 feedback from pull request 1 2015-07-18 09:51:47 -05:00
asmdemo.s restore asmdemo 2015-07-17 23:45:15 -05:00
Documentation.md feedback from pull request 1 2015-07-18 09:51:47 -05:00
LICENSE
macros.s - Converted WGSetCursor to use zero-page parameter passing 2014-10-03 12:22:19 -07:00
Makefile add progress bar view 2015-07-17 23:38:48 -05: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 More efficient even/odd checking 2015-02-12 08:00:41 -08:00
ReadMe.md Updated readme 2015-05-23 12:27:00 -07: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
V2Make.scpt add progress bar view 2015-07-17 23:38:48 -05:00
views.s add progress bar view 2015-07-17 23:38:48 -05:00
WeeGUI_MLI.s feedback from pull request 1 2015-07-18 09:51:47 -05:00
weegui.dsk add progress bar view 2015-07-17 23:38:48 -05:00
weegui.s feedback from pull request 1 2015-07-18 09:51:47 -05:00
zeropage.s - Converted WGSetCursor to use zero-page parameter passing 2014-10-03 12:22:19 -07:00

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: