pureikyubu is work-in-progress emulator of Nintendo GameCube console.
The goal of the emulator is to research the hardware features of GameCube and reverse engineer technologies used to develop games for this platform. GameCube is the hardware masterpiece of Nintendo/ArtX engineers and it's a pleasure to explore this device and discover something new for yourself.
Build
Windows version
Build using Visual Studio 2022. To build, open scripts/pureikyubu.sln and click Build.
Generic Linux (Ubuntu) version
# Choose a suitable folder to store a clone of the repository, cd there and then
git clone https://github.com/emu-russia/pureikyubu.git
cd pureikyubu
cd build
cmake ..
make
github.com
The goal of the emulator is to research the hardware features of GameCube and reverse engineer technologies used to develop games for this platform. GameCube is the hardware masterpiece of Nintendo/ArtX engineers and it's a pleasure to explore this device and discover something new for yourself.
Build
Windows version
Build using Visual Studio 2022. To build, open scripts/pureikyubu.sln and click Build.
Generic Linux (Ubuntu) version
# Choose a suitable folder to store a clone of the repository, cd there and then
git clone https://github.com/emu-russia/pureikyubu.git
cd pureikyubu
cd build
cmake ..
make
GitHub - ogamespec/pureikyubu: Nintendo GameCube Emulator (WIP)
Nintendo GameCube Emulator (WIP). Contribute to ogamespec/pureikyubu development by creating an account on GitHub.