fccm / ocaml-clanlib

OCaml bindings to the ClanLib library.

Home Page:http://decapode314.free.fr/ocaml/clanlib/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

==== What? ====

OCaml bindings to the ClanLib library.

ClanLib is a game SDK providing interfaces for 2D graphics, input, sound,
resources, networking, GUI, OpenGL, and more. The goal is to provide a game
SDK that does all the dirty work that all modern games need to implement
anyway, thus making the game developer concentrate on the gameplay instead
of reinventing the wheel over and over again.

==== Who? ====

Copyright (C) 2013 Florent Monnier
Contact: <monnier.florent @ SOMEWHERE>

==== Where? ====

SOMEWHERE := gmail.com

==== Which? ====

If the header files are in "/usr/include/ClanLib-2.3/ClanLib"
then:
  make CL_VER=2.3
  make install

==== When? ====

ClanLib-2.1.2 or
ClanLib-2.3.7

==== How? ====

The code is provided under the Zlib license:
See the file "LICENSE.txt" or this URL:
 http://opensource.org/licenses/Zlib
This software is provided without warranty of any kind.

==== Why? ====

42

About

OCaml bindings to the ClanLib library.

http://decapode314.free.fr/ocaml/clanlib/

License:Other


Languages

Language:C++ 56.9%Language:OCaml 36.3%Language:Makefile 3.5%Language:Vim Script 2.1%Language:CSS 0.6%Language:C 0.4%Language:Shell 0.2%