A compact and easy to use GUI library for 8-bit Apple ][ computers
Go to file
Quinn Dunki 5d00c3286c - More code size optimization
- Reimplemented Print unit test
- Made it easier to exclude AppleSoft API if desired
2014-10-13 19:12:14 -07:00
WeeGUI.xcodeproj - Implemented most of MLI 2014-10-11 16:12:15 -07:00
.gitignore - Quick first pass to reduce code size 2014-10-02 14:59:13 -07:00
AppleCommander.jar - Initial commit 2014-08-29 12:19:19 -07:00
LICENSE Initial commit 2014-08-29 12:14:00 -07:00
Makefile - Converted WGSetCursor to use zero-page parameter passing 2014-10-03 12:22:19 -07:00
ReadMe.md - More code size optimization 2014-10-13 19:12:14 -07:00
V2Make.scpt - Added a non-blocking version of GET to AppleSoft 2014-10-01 15:53:20 -07:00
WeeGUI_MLI.s - More code size optimization 2014-10-13 19:12:14 -07:00
applesoft.s - More code size optimization 2014-10-13 19:12:14 -07:00
gui.s - More code size optimization 2014-10-13 19:12:14 -07:00
guidemo.dsk - More code size optimization 2014-10-13 19:12:14 -07:00
guidemo.s - More code size optimization 2014-10-13 19:12:14 -07:00
macros.s - Converted WGSetCursor to use zero-page parameter passing 2014-10-03 12:22:19 -07:00
memory.s - More code size optimization 2014-10-13 19:12:14 -07:00
mouse.s - Added Pending View, so app run loops can handle mouse actions 2014-09-29 13:45:46 -07:00
painting.s - More code size optimization 2014-10-13 19:12:14 -07:00
rects.s - Converted WGSetCursor to use zero-page parameter passing 2014-10-03 12:22:19 -07: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 - More code size optimization 2014-10-13 19:12:14 -07:00
zeropage.s - Converted WGSetCursor to use zero-page parameter passing 2014-10-03 12:22:19 -07:00

ReadMe.md

Known issues

  • Negative cursor positions unsupported
  • Positive scroll values unsupported
  • Hitting Reset in app that uses windows and desktop (no mouse needed) seems to mess up screen holes for Disk II
  • Mashing a button with mouse in Applesoft will cause Undefined Statement error
  • Repainting a view while the mouse cursor is on it will cause artifacts when mouse moves
  • Quitting sometimes leaves BASIC in inverted text mode

To Do:

  • Make WGFillRect support 1 height and 1 width