A compact and easy to use GUI library for 8-bit Apple ][ computers
Go to file
2015-01-19 14:02:29 -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
applesoft.s Bug fixes 2015-01-16 08:18:19 -08:00
asmdemo.s Bug fixes 2015-01-16 08:18:19 -08:00
Documentation.html New HTML version of documentation 2015-01-19 12:09:57 -08:00
Documentation.md Removed HTML character tables 2015-01-19 13:54:16 -08:00
LICENSE
macros.s
Makefile Polish & Docs 2015-01-02 16:01:38 -08:00
memory.s - Fixed mashing mouse buttin causing Applesoft GOSUBs to fail intermittently 2015-01-14 13:29:12 -08:00
mouse.s
painting.s Minor cleanup 2015-01-01 15:56:32 -08:00
ReadMe.md Docs polish 2015-01-16 21:04:07 -08:00
rects.s FillRect now supports 1x1 rects 2015-01-16 21:03:11 -08:00
switches.s
unit_test.s
utility.s
V2Make.scpt Polish & Docs 2015-01-02 16:01:38 -08:00
views.s Fixed pointer background going stale when view under it redraws 2015-01-15 18:52:32 -08:00
WeeGUI_MLI.s Bug fixes 2015-01-16 08:18:19 -08:00
weegui.dsk Documentation polish 2015-01-17 18:03:26 -08:00
weegui.s Bug fixes 2015-01-16 08:18:19 -08:00
zeropage.s

Known issues

  • Hitting Reset during a WeeGUI application will leave your Apple II in an unsafe state

To Do:

  • Fix unclosed PRE tags in documentation
  • Delete view feature
  • Factor out mouse driver
  • Standardize naming of functions
  • Write sample code
  • Update side effects in assembly API