lightweight C engine for Wii homebrew games
153 functions across 12 modules. Interactive search, module tabs, code examples with syntax highlighting.
Generate a new game project with the magnolia engine pre-configured.
coming soonA lightweight C engine for Wii homebrew by magmacrunch media. Handles initialization, input, rendering, scoring, audio, and the game state shell, so you only write the gameplay. Built with devkitPPC and GRRLIB.
Clone and scaffold:
cd ~/game_dev
../magnolia/tools/new-game.sh my-game
cd my-game && make
Apache-2.0 · Copyright 2026 magmacrunch media