JimmyDansbo Posted February 16, 2021 Share Posted February 16, 2021 VTUI Library View File VTUI (Vera Text User Interface) library Can be used to create text user interfaces using VERA instead of relying on the KERNAL functions for writing to screen. The library is less than 1KB which means it can be loaded into Golden RAM at $400. As an alternative, include files are provided for Acme and CA65 assemblers. See https://github.com/JimmyDansbo/VTUIlib for documentation, examples and include files. Submitter JimmyDansbo Submitted 02/16/21 Category Dev Tools 2 1 Quote Link to comment Share on other sites More sharing options...
ZeroByte Posted July 14, 2021 Share Posted July 14, 2021 Do you plan to make a C API for this as well? It'd be great to have #include "vtui.h" and c functions for thee routines. Quote Link to comment Share on other sites More sharing options...
JimmyDansbo Posted July 14, 2021 Author Share Posted July 14, 2021 1 hour ago, ZeroByte said: Do you plan to make a C API for this as well? It is not something I had thought about, but since you ask, I might look into it. Would you be able to point me in a direction that explains what should be done to create a C API? I am guessing you are talking about cc65? Quote Link to comment Share on other sites More sharing options...
ZeroByte Posted July 14, 2021 Share Posted July 14, 2021 (edited) This might be a start. https://cc65.github.io/doc/cc65-intern.html It's what I've been looking at for doing the same, but with audio. Edited July 14, 2021 by ZeroByte Quote Link to comment Share on other sites More sharing options...
JimmyDansbo Posted July 14, 2021 Author Share Posted July 14, 2021 6 minutes ago, ZeroByte said: This might be a start. Seems to be straight forward (said the blind mand) Thanks. I will look into it. 2 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.