A compact and easy to use GUI library for 8-bit Apple ][ computers
Go to file
Quinn Dunki aa7425b99a Polish to docs and sample code 2015-02-08 17:50:44 -08:00
WeeGUI.xcodeproj Polish & Docs 2015-01-02 16:01:38 -08:00
docart Updated table images 2015-01-19 14:02:29 -08: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.html New HTML version of documentation 2015-01-19 12:09:57 -08:00
Documentation.md Polish to docs and sample code 2015-02-08 17:50:44 -08: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 Polish to docs and sample code 2015-02-08 17:50:44 -08: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 Added support for raw characters to WGPrint 2015-02-03 16:16:05 -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 mashing mouse buttin causing Applesoft GOSUBs to fail intermittently 2015-01-14 13:29:12 -08:00
mouse.s Mouse driver improvements 2015-02-03 11:01:09 -08:00
painting.s Added support for raw characters to WGPrint 2015-02-03 16:16:05 -08:00
rects.s Fixed WGFillRect on row 0 crash 2015-02-01 16:36:54 -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 Polish 2015-02-07 17:22:02 -08:00
weegui.dsk Polish to docs and sample code 2015-02-08 17:50:44 -08:00
weegui.s Scrolling fixes 2015-02-03 13:11:22 -08: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

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.
  • ProDOS reports NO BUFFERS AVAILABLE after three successive runs of ASMDEMO. Doing a CAT will restore normal operation.

To Do:

  • Support for frameless views
  • Document final memory map
  • Remove references to ORG in docs (except in memory map)