Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 810 Bytes

File metadata and controls

22 lines (13 loc) · 810 Bytes

Raylib SML Bindings

Raylib Bindings for SML.

Current Limitations

The bindings are created specifically for Moscow ML. We are currently researchng if these bindings are applicable to other implementations of SML.

Currently supported version of Raylib is 5.5.

Only Linux is supported right now.

The bindings are neither complete nor stable. Anything can change at any moment. Feel free to fork this project and adapt it to your specific needs.

Quick Start

Make sure you have mosml installed on your system and $MOSMLHOME envar pointing at the root of the instalation where folders like bin/ and include/ reside.

$ $MOSMLHOME/bin/mosml build.sml
$ ./example