A compact and easy to use GUI library for 8-bit Apple ][ computers
Go to file
Quinn Dunki b1cefa96c0 - Added Pending View, so app run loops can handle mouse actions
- Added XY saving macro
- Tightened up view macros a bit
- Views can now be found and acted on by the mouse
- Mouse rendering now handles missing mouse
- Added the concept of "no focus", so that one view doesn't always have to be highlighted
- Added View finding by screenspace point
2014-09-29 13:45:46 -07:00
WeeGUI.xcodeproj - Rough first pass on mouse handler 2014-09-27 17:52:57 -07:00
.gitignore
AppleCommander.jar
applesoft.s - Rectangles now automatically handle double horizontal edges close together 2014-09-26 18:05:01 -07:00
gui.s - Added Pending View, so app run loops can handle mouse actions 2014-09-29 13:45:46 -07:00
guidemo
guidemo.dsk - Added Pending View, so app run loops can handle mouse actions 2014-09-29 13:45:46 -07:00
guidemo.o
guidemo.s - Library is now designed to be BRUNed from AppleSoft, instead of trying to make an init call 2014-09-19 16:04:36 -07:00
LICENSE
macros.s - Added Pending View, so app run loops can handle mouse actions 2014-09-29 13:45:46 -07:00
Makefile
memory.s - Added Pending View, so app run loops can handle mouse actions 2014-09-29 13:45:46 -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 - Compressed AppleSoft command table into half as many bytes 2014-09-23 15:33:51 -07:00
ReadMe.md
rects.s - Rectangles now automatically handle double horizontal edges close together 2014-09-26 18:05:01 -07:00
switches.s - Fixed parameter-less AppleSoft commands 2014-09-16 14:04:05 -07:00
unit_test.s - Fixed callbacks on machine language buttons 2014-09-21 13:08:41 -07:00
utility.s - Initialization now clears string allocator 2014-09-18 16:24:17 -07:00
V2Make.scpt - Library is now designed to be BRUNed from AppleSoft, instead of trying to make an init call 2014-09-19 16:04:36 -07:00
views.s - Added Pending View, so app run loops can handle mouse actions 2014-09-29 13:45:46 -07:00
zeropage.s - Fixed parameter-less AppleSoft commands 2014-09-16 14:04:05 -07:00

Known issues

  • Negative cursor positions unsupported
  • Positive scroll values unsupported

To Do:

  • Make WGFillRect support 1 height and 1 width