https://github.com/nicktasticdev/funkin-wii
Friday Night Funkin' Wii Port
https://github.com/nicktasticdev/funkin-wii
fnf friday-night-funkin fridaynightfunkin homebrew nintendo wii wii-homebrew
Last synced: 26 days ago
JSON representation
Friday Night Funkin' Wii Port
- Host: GitHub
- URL: https://github.com/nicktasticdev/funkin-wii
- Owner: NicktasticDEV
- Created: 2025-08-13T17:58:50.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-08-24T18:19:23.000Z (10 months ago)
- Last Synced: 2025-08-24T22:45:07.589Z (10 months ago)
- Topics: fnf, friday-night-funkin, fridaynightfunkin, homebrew, nintendo, wii, wii-homebrew
- Language: C
- Homepage:
- Size: 1.91 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Wii Port
Welcome!
This is a rewrite of Friday Night Funkin' made to run on the Nintendo Wii!
This project is on hold!
Focus is being put towards the underlying engine (FinEngine)
How to compile
The Docker way (Recommended)
To compile the project using Docker, you can use the provided Dockerfile.wii to build a Docker image with all the necessary dependencies.
docker build -f docker/Dockerfile.wii --target exporter -o . .
The Manual Way
Make sure you have devkitPro installed.
You will need to install the following libraries
To install Tinyxml2, you can use the following command:
sudo dkp-pacman -S ppc-tinyxml2
Then, you can run the following commands to compile the project:
make all
This will generate a .dol file in the build/ folder of funkin.