JoeDralliam / Ocsfml

Ocaml port of the C++ SFML library.

Home Page:http://ocsfml.forge.ocamlcore.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ocsfml

An OCaml port of the C++ SFML library (version >= 2.0)

Requirements

  • SFML >= 2.0
  • OCaml >= 3.12
  • findlib >= 1.2.7
  • a C++ compiler having a minimal support of C++11
  • boost
  • OcamlbuildCpp
  • a shell where make is available

Installation

To install, do :

  • make to build ocsfml
  • make install to install ocsfml
  • make doc to build the documentation

About

Ocaml port of the C++ SFML library.

http://ocsfml.forge.ocamlcore.org/

License:zlib License


Languages

Language:OCaml 63.3%Language:C++ 35.5%Language:C 0.9%Language:Makefile 0.3%