New community dev tool uploaded: VTUI Library

All aspects of programming on the Commander X16.
Post Reply
User avatar
JimmyDansbo
Posts: 476
Joined: Sun Apr 26, 2020 8:10 pm
Location: Denmark
Contact:

New community dev tool uploaded: VTUI Library

Post by JimmyDansbo »




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. 

v0.8.scrennshot.thumb.jpg.4bc10af251a3ddecde9953e53c7e0c1f.jpg

 


0.6functions.jpg






 
Visit my Github repo
or my personal site with CX16/C64/6502 related information.
Feel free to contact me regarding any of my projects or even about meeting up somewhere near Denmark
ZeroByte
Posts: 714
Joined: Wed Feb 10, 2021 2:40 pm

New community dev tool uploaded: VTUI Library

Post by ZeroByte »


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.

User avatar
JimmyDansbo
Posts: 476
Joined: Sun Apr 26, 2020 8:10 pm
Location: Denmark
Contact:

New community dev tool uploaded: VTUI Library

Post by JimmyDansbo »



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?

Visit my Github repo
or my personal site with CX16/C64/6502 related information.
Feel free to contact me regarding any of my projects or even about meeting up somewhere near Denmark
ZeroByte
Posts: 714
Joined: Wed Feb 10, 2021 2:40 pm

New community dev tool uploaded: VTUI Library

Post by ZeroByte »


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.

User avatar
JimmyDansbo
Posts: 476
Joined: Sun Apr 26, 2020 8:10 pm
Location: Denmark
Contact:

New community dev tool uploaded: VTUI Library

Post by JimmyDansbo »



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.

Visit my Github repo
or my personal site with CX16/C64/6502 related information.
Feel free to contact me regarding any of my projects or even about meeting up somewhere near Denmark
Post Reply