functioning
functioning copied to clipboard
Functioning: A Game Framework based on SDL for Standard ML
Functioning: Games in Standard ML
Getting Started
Functioning requires the MLton Standard ML compiler.
OSX
- Get GMP with MacPorts or Homebrew.
- Install MLton.
Linux
- Get SDL, SDL Image, SDL Net, SDL Mixer
- Install MLton
Windows
??? (Should be possible with a bit of work)
Setup
Make a symlink in this directory to the appropriate makefile in the functioning directory. You can accomplish this with:
./configure
Then try:
make examples/gaschamber
or
make examples/opengl