Hacker News new | ask | show | jobs
Port of Super Mario 64 to GBA with ECS for Performance (youtube.com)
3 points by ac2u 631 days ago
1 comments

This is amazing work considering the GBA doesn’t have anywhere near the same level of 3D Friendly hardware as an N64.

Also think it’s a great demo of how techniques like an Entity Component System to really lean in on programming to stretch the performance of hardware and saturate those CPU caches with the right data at the right time