JoNil / loka-n64

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

loka-n64

Build Environment Setup

rustup install nightly

cargo install -f --git https://github.com/JoNil/cargo-n64.git --branch master cargo-n64

rustup default nightly
rustup component add rust-src
rustup default stable

Extract bootcode

Download mario 64

cargo run --package extract_boot_code -- "roms/Super Mario 64 (U) [!].z64"

Build for N64

cargo n64 build --ipl3 bootcode.bin -- --package game

Run for PC

cargo run -p game --release

Run on N64 with EverDrive-64 X7

cargo run

Links

Official docs

RDP/RSP

Fast3D

Rdp Emulator

ASM Examples

Reconstructed code

How to kick off sp tasks

Everdrive

Mips

GBI

Other

About


Languages

Language:Rust 78.4%Language:C++ 15.7%Language:Assembly 3.1%Language:GLSL 2.7%