Giter Club home page Giter Club logo

ocaml-chipmunk's Introduction

  This archive contains OCaml bindings for the
  Chipmunk 2D physics library:
    http://chipmunk-physics.net/

  Download Chipmunk 2D sources there:
    https://chipmunk-physics.net/release/

  This version of the bindings was tested with Chipmunk
  version 6.1.5 and OCaml version 4.14.0.

  Arlen Cuss contributed to the update from version 5.2.0
  to 5.3.4.

  run 'make' to compile the binding, and 'make test'
  to launch the "moon buggy" demo.

  The demo riquire the OpenGL binding called glMLite,
  which can be found at:
    http://decapode314.free.fr/ocaml/GL/

  run 'make doc' to generate the interface ocamldoc
  documentation. Two interfaces are provided, a high
  level object oriented one, and a low level one.

  The commented demo 'moon_buggy.ml' uses the high
  level interface, and the demo 'demo_dist.ml' uses
  the low level one.

  You can choose between two available installations.
  'make install' will apply a manual installation, and
  'make install_findlib' for the findlib users.
  Findlib users can compile stuff with:
    ocamlfind ocamlc -linkpkg -package chipmunk foo.ml
  and for those who prefer the traditional way, just:
    ocamlc -I +chipmunk chipmunk.cma foo.ml

  This binding is released under the terms of the
  Expat/X11 license. You can find the conditions of
  this license in the file:  LICENSE_MIT.txt

  Comments and feedbacks are wellcome, write to
    <monnier.florent(_)gmail.com>

ocaml-chipmunk's People

Contributors

fccm avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.