dannywillems / ocaml-minilibx

Bindings OCaml to minilibx library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ocaml-minilibx

Not finished

Bindings OCaml to minilibx library.

What is minilibx?

Minilibx is a very basic graphical library writting in C used in 42 (also exported in US in the Silicon Valley, see 42 US) and in Epitech for infography project such like fdf and Raytracer.

This library is based on X.org and there is also a native version for Mac OSX. You can find the source of the library in this mirror (and here for the native version for Mac OSX).

Tutorials

Here some tutorials and articles (in French):

How to install?

You can use opam to install:

opam pin add ocaml-minilibx https://github.com/dannywillems/ocaml-minilibx.git

Else, a Makefile is provided and you need ocamlfind to install.

make build
make install

The library is available in native and bytecode.

Binding organization/documentation

TODO

Licence

Licence GPLv3

Minilibx

Interface OCaml à la librairie minilibx.

Qu'est-ce que minilibx ?

Minilibx est une librairie graphique très basique écrite en C utilisée à 42 (aussi exporté aux USA dans la Silicon Valley, voir 42 US) et à Epitech pour les projets d'infographie tel que fdf et Raytracer.

Cette librarie est basé sur X.org et il existe également une version native pour Mac OSX. Vous pouvez trouver les sources de la librairie ici et ici pour la version native pour Mac OSX.

Tutoriels

Ici des articles et des tutoriels (en français):

Comment installer?

Vous pouvez utiliser opam pour installer:

opam pin add ocaml-minilibx https://github.com/dannywillems/ocaml-minilibx.git

Sinon, un Makefile est fourni et vous avez besoin d'ocamlfind pour installer.

make build
make install

La librairie est disponible en natif et en bytecode.

Organisation/documentation du binding.

TODO

License

License GPLv3

About

Bindings OCaml to minilibx library.

License:GNU General Public License v3.0


Languages

Language:OCaml 82.7%Language:Makefile 14.2%Language:Standard ML 3.1%