#174174 - Jinroh - Sat May 22, 2010 8:13 am
Hi All,
I thought I'd share a Mode7 Demo I made in software for the GBA. Yeah yeah, I know, "Why not use the graphics hardware and do it that way, like Nintendo." The answer is two-fold,
1. I wanted to see if I could make it fast enough for a game just using software rendering.
2. If I wanted to later add polygonal objects I could, which I couldn't do with the hardware version.
Anyway, the code is super optimized C (as optimized as I could make it without ASM). It includes all fixed point math and no divides. It's smoking fast. hehe.
[Images not permitted - Click here to view it]
[Images not permitted - Click here to view it]
You'lll notice the Mario Kart Track graphics look kinda crappy which is due to the fact I had to scale them down to get them to fit into RAM. hehe.Download Here
WARNING: TURN YOUR VOLUME WAAAAAY DOWN BEFORE LOADING UP THE ROM.
Later Guys.
P.S. I e-mailed both Simon B and Krom about it for news, but no reply to either e-mail. T_T Enjoy!
_________________
The lone Wolf howls, driven by pride he presses on. Knowing not where he goes, but only where he wants to be.
~Me~
Last edited by Jinroh on Thu Apr 05, 2012 4:19 pm; edited 4 times in total
I thought I'd share a Mode7 Demo I made in software for the GBA. Yeah yeah, I know, "Why not use the graphics hardware and do it that way, like Nintendo." The answer is two-fold,
1. I wanted to see if I could make it fast enough for a game just using software rendering.
2. If I wanted to later add polygonal objects I could, which I couldn't do with the hardware version.
Anyway, the code is super optimized C (as optimized as I could make it without ASM). It includes all fixed point math and no divides. It's smoking fast. hehe.
[Images not permitted - Click here to view it]
[Images not permitted - Click here to view it]
You'lll notice the Mario Kart Track graphics look kinda crappy which is due to the fact I had to scale them down to get them to fit into RAM. hehe.Download Here
WARNING: TURN YOUR VOLUME WAAAAAY DOWN BEFORE LOADING UP THE ROM.
Later Guys.
P.S. I e-mailed both Simon B and Krom about it for news, but no reply to either e-mail. T_T Enjoy!
_________________
The lone Wolf howls, driven by pride he presses on. Knowing not where he goes, but only where he wants to be.
~Me~
Last edited by Jinroh on Thu Apr 05, 2012 4:19 pm; edited 4 times in total