-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What is this and what does it do? #2
Comments
Hello, it's a homebrew app that can run (once compiled) on a real gamecube as well as on the Dolphin gamecube emulator. It can be compiled with DevKitPro which is a free SDK for multiple consoles including the gamecube (which is a PPC architecture). The DevKitPro Installer for Windows can be found at -> https://github.com/devkitPro/installer/releases On the topic of guides, when I made this I couldn't find any guides on the web for GC development, if I remember correctly I downloaded source code for multiple GC homebrews and looked at their code, maybe the DevKitPro manual too, and through trial and error managed to display something in Dolphin emulator ! Here is barebones code to get you started : |
Thank you! |
Is this a game? Or a game save hack?
How does one install the tools to compile and run it?
(I'm looking to create a GameCube "hello world" for myself and trying to find a getting started guide or simple sample code to start from)
The text was updated successfully, but these errors were encountered: