I currently have a buffer that is supposed to store clipping data.
It's 256*256 pixels.
(I'm going to use clipping sprites, which are just the same as the masks for my tiles, because I need to have collisions with all sorts of wacky shapes).
However, the GCC4TI sprite routines, which are optimized versions of those found in TIGCC, as well as the sprite routines found in ExtGraph - which I'm using - expect a virtual screen size of 240x128 pixels. (The size of the TI-92's screen)
The way I'm doing it now, with pointers and copying the sprites line by line, is quite slow. Is there a better solution, such as using some specialized library function to draw them?

Being slow is probably fine, because I only ever have to draw them every couple hundred frames.
  
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
Page 1 of 1
» All times are UTC - 5 Hours
 
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

 

Advertisement