Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 36 additions & 24 deletions docs/Examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,33 +2,45 @@ The following is a list of projects known to be using **splat** along with the c

## N64 Projects

- [Aidyn Chronicles](https://github.com/blackgamma7/Aidyn) `unknown` (does not build source)
- [Animal Forest](https://github.com/zeldaret/af) `ido7.1`
- [Banjo Kazooie](https://gitlab.com/banjo.decomp/banjo-kazooie) `ido5.3`
- [Conker's Bad Fur Day](https://github.com/mkst/conker) `ido5.3`
- [Dinosaur Planet](https://github.com/zestydevy/dinosaur-planet) `ido5.3`
- [Dr. Mario 64](https://github.com/AngheloAlf/drmario64) `kmc gcc2.7.2` & `egcs gcc2.91.66`
- [Gauntlet Legends](https://github.com/Drahsid/gauntlet-legends) `kmc gcc2.7.2` (uses old KMC GCC wrapper - do not use for reference)
- [Mario Party 3](https://github.com/PartyPlanner64/mp3) `gcc2.7.2 TBD`
- [Mischief Makers](https://github.com/Drahsid/mischief-makers) `ido5.3`
- [Neon Genesis Evangelion 64](https://github.com/farisawan-2000/evangelion) `kmc gcc2.7.2`
- [Paper Mario](https://github.com/pmret/papermario) `gcc2.8.1`
- [Pokemon Snap](https://github.com/ethteck/pokemonsnap) `ido7.1`
- [Pokemon Stadium](https://github.com/ethteck/pokemonstadium) `ido7.1`
- [Pokémon Puzzle League](https://github.com/AngheloAlf/puzzleleague64) `kmc gcc2.7.2`
- [Rocket Robot on Wheels](https://github.com/RocketRet/Rocket-Robot-On-Wheels) `SN64 (build 970404)`
- [Space Station Silicon Valley](https://github.com/mkst/sssv) `ido5.3`
- [Turok 3](https://github.com/drahsid/turok3) `psyq gcc2.8.0`
- [Yoshi's Story](https://github.com/decompals/yoshis-story) `ido7.1`
| Project | Compiler | Build system | Notes
|-------------------------------------------------------------------------------|--------------------------------|--------------|------------------------
| [Aidyn Chronicles](https://github.com/blackgamma7/Aidyn) | unknown | makefile | (does not build source)
| [Animal Forest](https://github.com/zeldaret/af) | ido7.1 | makefile |
| [Banjo Kazooie](https://gitlab.com/banjo.decomp/banjo-kazooie) | ido5.3 | makefile |
| [Beetle Adventure Racing](https://github.com/synamaxmusic/bar-decomp) | ido5.3 | makefile |
| [Conker's Bad Fur Day](https://github.com/mkst/conker) | ido5.3 | makefile |
| [Dinosaur Planet](https://github.com/zestydevy/dinosaur-planet) | ido5.3 | ninja/python |
| [Dr. Mario 64](https://github.com/AngheloAlf/drmario64) | kmc gcc2.7.2 & egcs gcc2.91.66 | makefile |
| [Gauntlet Legends](https://github.com/Drahsid/gauntlet-legends) | kmc gcc2.7.2 | ninja/python | (uses old KMC GCC wrapper - do not use for reference)
| [Gex 64: Enter the Gecko](https://github.com/MatBourgon/Gex64Decomp) | kmc gcc2.7.2 | makefile |
| [F-Zero X](https://github.com/inspectredc/fzerox) | ido7.1 | makefile |
| [Mario Party 3](https://github.com/PartyPlanner64/mp3) | gcc2.7.2 TBD | makefile |
| [Mischief Makers](https://github.com/Drahsid/mischief-makers) | ido5.3 | makefile |
| [Neon Genesis Evangelion 64](https://github.com/farisawan-2000/evangelion) | kmc gcc2.7.2 | makefile |
| [Paper Mario](https://github.com/pmret/papermario) | gcc2.8.1 | ninja |
| [Pilotwings 64](https://github.com/gcsmith/Pilotwings64Decomp) | ido5.3 | makefile | 2.0D
| [Pokemon Snap](https://github.com/ethteck/pokemonsnap) | ido7.1 | ninja |
| [Pokemon Stadium](https://github.com/ethteck/pokemonstadium) | ido7.1 | makefile |
| [Pokémon Puzzle League](https://github.com/AngheloAlf/puzzleleague64) | kmc gcc2.7.2 | makefile |
| [Rocket Robot on Wheels](https://github.com/RocketRet/Rocket-Robot-On-Wheels) | SN64 (build 970404) | makefile |
| [Snowboard Kids 2](https://github.com/cdlewis/snowboardkids2-decomp) | kmc gcc2.7.2 | makefile |
| [Space Station Silicon Valley](https://github.com/mkst/sssv) | ido5.3 | makefile |
| [Turok 3](https://github.com/drahsid/turok3) | psyq gcc2.8.0 | makefile |
| [Wave Race 64](https://github.com/LLONSIT/Wave-Race-64) | ido5.3 | makefile |
| [Yoshi's Story](https://github.com/decompals/yoshis-story) | ido7.1 | makefile |

## PS1 Projects

- [Evo's Space Adventures](https://github.com/mkst/esa) `psyq 4.6 (gcc2.95)`
- [Final Fantasy 7](https://github.com/Drahsid/ffvii) `psyq <= 4.1 (gcc2.7.2)`
- [Legacy of Kain: Soul Reaver](https://github.com/FedericoMilesi/soul-re) `psyq 4.3 (gcc2.8.1)`
- [Silent Hill](https://github.com/Vatuu/silent-hill-decomp) `psyq <= 4.1 (gcc2.7.2) TBD`
| Project | Compiler | Build system |
|--------------------------------------------------------------------------|----------------------------|----------------|
| [Evo's Space Adventures](https://github.com/mkst/esa) | psyq 4.6 (gcc2.95) | makefile |
| [Final Fantasy 7](https://github.com/Drahsid/ffvii) | psyq <= 4.1 (gcc2.7.2) | makefile |
| [Legacy of Kain: Soul Reaver](https://github.com/FedericoMilesi/soul-re) | psyq 4.3 (gcc2.8.1) | makefile |
| [Silent Hill](https://github.com/Vatuu/silent-hill-decomp) | psyq <= 4.1 (gcc2.7.2) TBD | makefile/ninja |

## PS2 Projects

- [Kingdom Hearts](https://github.com/ethteck/kh1) TBD
- [PaRappa the Rapper 2](https://github.com/polybiusproxy/parappa2) `ee-gcc2.9-991111-01`
| Project | Compiler | Build system |
|-------------------------------------------------------------------|---------------------|--------------|
| [Kingdom Hearts](https://github.com/ethteck/kh1) | TBD | ninja |
| [PaRappa the Rapper 2](https://github.com/polybiusproxy/parappa2) | ee-gcc2.9-991111-01 | ninja |