An open API service indexing awesome lists of open source software.

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

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.