Mario 64 as a library for use in external game engines
Find a file
2020-10-19 22:21:12 -06:00
src Include C test program in repo 2020-10-19 22:17:32 -06:00
test Include C test program in repo 2020-10-19 22:17:32 -06:00
.gitignore Remove test binary 2020-10-19 22:21:12 -06:00
import-mario-geo.py Makefile reimports when import script changes 2020-10-19 17:17:28 -06:00
import-test-collision.py Include C test program in repo 2020-10-19 22:17:32 -06:00
Makefile Include C test program in repo 2020-10-19 22:17:32 -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