More actions
m (Text replacement - "Category:GBA homebrew demos" to "") |
m (Text replacement - "Category:GBA homebrew applications" to "") |
||
Line 37: | Line 37: | ||
* Author's website - http://tragicomedy-hellin.blogspot.com/ | * Author's website - http://tragicomedy-hellin.blogspot.com/ | ||
* GitHub - https://github.com/Wollw/SynthGBA | * GitHub - https://github.com/Wollw/SynthGBA | ||
Revision as of 09:33, 10 Mayıs 2024
3D Voxel Space | |
---|---|
General | |
Author | Juan Martinez |
Type | Demos |
Version | 2018 |
License | Mixed |
Last Updated | 2018/06/17 |
Links | |
Download | |
Website | |
Source | |
A custom 3D voxel space engine tech demo for the GameBoy Advance written in C compilable with DevKitARM.
It moves at 60fps through hardcoded math tables, approximations in the rotation calculations. Also it uses mode5 (160x128) instead of mode3 (240x160) to make it run faster.
Full C sourcecode for devkitARM, math table generators, and binary is included.
Controls
D-Pad - Move
A/B - Increase/Decrease altitude
R/L - Turn right/left
Screenshots
External links
- Author's website - http://tragicomedy-hellin.blogspot.com/
- GitHub - https://github.com/Wollw/SynthGBA