A compact and easy to use GUI library for 8-bit Apple ][ computers
Go to file
2015-02-01 18:22:05 -08:00
docart Updated table images 2015-01-19 14:02:29 -08:00
WeeGUI.xcodeproj Polish & Docs 2015-01-02 16:01:38 -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
applesoft.s Converted &GET to integer 2015-02-01 18:22:05 -08:00
asmdemo.s Cleanup and small bug fixes 2015-02-01 16:05:30 -08:00
Documentation.html New HTML version of documentation 2015-01-19 12:09:57 -08:00
Documentation.md Converted &GET to integer 2015-02-01 18:22:05 -08:00
LICENSE Initial commit 2014-08-29 12:14:00 -07:00
macros.s - Converted WGSetCursor to use zero-page parameter passing 2014-10-03 12:22:19 -07:00
Makefile Cleanup and small bug fixes 2015-02-01 16:05:30 -08:00
memory.s - Fixed mashing mouse buttin causing Applesoft GOSUBs to fail intermittently 2015-01-14 13:29:12 -08:00
mouse.s - Fixed mouse clicks not being detected unless mouse moved recently 2014-10-25 12:28:41 -07:00
painting.s Minor cleanup 2015-01-01 15:56:32 -08:00
ReadMe.md Fixed WGFillRect on row 0 crash 2015-02-01 16:36:54 -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
V2Make.scpt Polish & Docs 2015-01-02 16:01:38 -08:00
views.s Support for removing views 2015-01-24 17:17:38 -08:00
WeeGUI_MLI.s Cleanup and small bug fixes 2015-02-01 16:05:30 -08:00
weegui.dsk Converted &GET to integer 2015-02-01 18:22:05 -08:00
weegui.s Cleanup and small bug fixes 2015-02-01 16:05:30 -08:00
zeropage.s - Converted WGSetCursor to use zero-page parameter passing 2014-10-03 12:22:19 -07:00

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.

To Do:

  • Clicking on scroll arrows in basicdemo messes up title rendering
  • Write sample code
  • Update side effects in assembly API
  • Support for frameless views
  • Document final memory map