Mario 64 as a library for use in external game engines
Find a file
2020-10-10 13:25:50 -06:00
sm64-port@67966c53a0 Added sm64-port as submodule 2020-10-08 13:33:40 -06:00
src Animation data loaded from rom 2020-10-10 12:26:48 -06:00
.gitignore Loading animation data from the rom instead of decomp, partial impl 2020-10-10 10:36:41 -06:00
.gitmodules Added sm64-port as submodule 2020-10-08 13:33:40 -06:00
configure Loading animation data from the rom instead of decomp, partial impl 2020-10-10 10:36:41 -06:00
extract-decomp-source.py Grabbing geo files over http instead of requiring submodule 2020-10-10 13:25:50 -06:00
README.md Update README.md 2020-10-09 09:24:02 -06:00

libsm64 - Super Mario 64 as a library

Building

Linux

  1. Clone this repo and cd in to it
  2. ./configure
  3. make
  4. Now do something interesting with libsm64.so, it's not much use on its own.

Windows

TODO