The project is a little prototype for a GUI framework for the VIC. Of course it may use lots of the precious RAM, but we should finally make use of the new wonderful carts with 512K RAM!
(My FE3 isn't working yet, but that's another story)
Joystick or a Joystick emulating mouse works for the pointer (tested with M1 mouse) and I think about supporting a light-pen too. (I got one so have to put it to some use)




For now, you can only move the pointer and click Exit in the start-menu.
The framework uses dynamic allocation of char-gen cells for frames containing windows, buttons, etc. So you cannot display a full-screen frame, but smaller frames can coexist and go of-screen if unused and return the char-gen resources to the framework.
Text output uses built-in fonts, but is prepared for custom fonts. I haven't found the time yet to create a smaller font...
Next I want to build a small program like a calculator to continue testing and extending the framework. It should still run on a Vic+8/16K.
Any suggestions?