A compact and easy to use GUI library for 8-bit Apple ][ computers
Go to file
2015-01-19 13:51:42 -08:00
docart Replaced tables with images in Appendix B 2015-01-19 13:51:42 -08:00
WeeGUI.xcodeproj Polish & Docs 2015-01-02 16:01:38 -08:00
.gitignore Documentation polish 2015-01-17 18:03:26 -08:00
AppleCommander.jar - Initial commit 2014-08-29 12:19:19 -07:00
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 Replaced tables with images in Appendix B 2015-01-19 13:51:42 -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 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 - 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 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 - 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 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 - 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

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