Mario 64 as a library for use in external game engines
Find a file
2020-10-19 17:17:28 -06:00
src Removed hacky bash script, replaced with proper makefile 2020-10-19 12:59:50 -06:00
.gitignore Removed hacky bash script, replaced with proper makefile 2020-10-19 12:59:50 -06:00
import-mario-geo.py Makefile reimports when import script changes 2020-10-19 17:17:28 -06:00
Makefile Makefile reimports when import script changes 2020-10-19 17:17:28 -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