F3DEX3
Modern microcode for N64 romhacks. Will make you want to finally ditch HLE.
File Explorer
Download Latest Version (.zip)- build.yml
- docs.yml
- fresnel.c
- occlusionplane.c
- Camera.md
- Counters.md
- doxygen-extra.css
- Backwards Compatibility.md
- colorinterp.png
- colorinterp.svg
- Configuration.md
- Design Tradeoffs.md
- Performance.md
- Porting your Romhack.md
- Removed.md
- snake_coil.jpg
- snake_demo.svg
- snake_demo_ingame.png
- snake_mixed.jpg
- snake_slither.jpg
- strip_snake_comparison.png
- strip_vertex_cache.png
- Triangle Snake.md
- code.md
- documentation.md
- gbi.inc
- rsp_defs.inc
- .gitignore
- .gitmodules
- avail_mem.py
- build.sh
- Doxyfile
- doxygen-awesome-css
- f3dex3.s
- gbi.h
- Makefile
- notes.s
- README.md
- template.o.s
# Installation Guide
1. Get the code
git clone https://github.com/HackerN64/F3DEX3
Downloads the entire project code from GitHub to your computer.
cd F3DEX3
Moves into the project folder you just downloaded.
2. Make
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Make Usually pre-installed on Linux/macOS. On Windows, install separately (e.g. via MSYS2 or WSL).
make
Compiles the code based on the generated build configuration to produce an executable.
If it finishes without errors, it worked. Try running the generated executable directly.
// repository documentation
Was this content helpful?
(0 ratings)
