Hello everyone! So i'm trying to replicate a well known game on my calculator, and started by coding in TI BASIC. Unfortunately, i'm starting to see the limitations of this language, especially because i was using the text display. So, to make the game accordingly to my vision, i started reading documentation about ez80/assembly and coding in C/C++, but never found an answer to the following question:
Is it possible, through a library or anything else, to do part of my code in C and keep the rest in TI BASIC, and having access to a full screen display?
Sorry if i've done mistakes, my first language is french 🥷
I would recommend checking out Celtic CE - it provides helper functions for fullscreen graphics that you can invoke from within your BASIC programs:
https://roccoloxprograms.github.io/CelticCE
First, congratulations on the attempt.
Second, I recommend using
CEmu, an excellent emulator for the TI84+CE. It helps a lot in the development.
Finally, I'd program in C/C++ rather than Assembly. But that's a personal preference.
I'm developing something for mine too, and for that I'm using
toolchain that provide a C/C++ compiler and full libraries to interact with your calculator.
What game are you trying to replicate?
Register to Join the Conversation
Have your own thoughts to add to this or any other topic? Want to ask a question, offer a suggestion, share your own programs and projects, upload a file to the file archives, get help with calculator and computer programming, or simply chat with like-minded coders and tech and calculator enthusiasts via the site-wide AJAX SAX widget? Registration for a free Cemetech account only takes a minute.
»
Go to Registration page
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum