0 Members and 4 Guests are viewing this topic.
Woah that looks great! :O Also, screenshot 2 gave me some ideas since the tiles were from supersonic ball, but of course I would need to learn how to do mode 7 (and have it run fast) on the HP Prime.
This does look awesome Matref! Damn shame it isn't a bit faster though.
That really does look cool! Is there a source? If I ever get free time, I might want to look into optimizing it with assembly or something.
for(y = 0; y < 64; y++) for(x = 0; x < 96; x++) plotSScreen[y * 96 + x] = texture[ (ylut[y * 96 + x] & 7) * 8 + xlut[y * 96 + x] ];