Mario 64 as a library for use in external game engines
Find a file
2020-10-18 16:56:35 -06:00
src Add missing functions 2020-10-18 16:56:35 -06:00
.gitignore Initial setup for moving platforms 2020-10-13 15:36:15 -06:00
.gitmodules Removed sm64-port as submodule 2020-10-10 13:26:49 -06:00
configure Loading and animating mario textures from rom 2020-10-12 00:32:36 -06:00
import-mario-geo.py Add missing include in loaded model file 2020-10-12 21:34:46 -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