ode-cr

Version, currently master branch1 version
  • master branchlatestMay 5, 2024

github.com/sol-vin/ode-cr

Crystal bindings for the Open Dynamics Engine 2d/3d physics library

2 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  ode-cr:
    github: sol-vin/ode-cr
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
1.6.0
License
MIT
Author
Ian Rash
Target
  • sandbox from src/sandbox.cr

Dependencies

This version declares no dependencies.

README

ode-cr

Crystal bindings for the ODE (Open Dynamics Engine)

Installation

  1. Install ODE
  2. Add this to dependencies

Usage

require "ode-cr"

Contributing

  1. Fork it (https://github.com/sol-vin/ode-cr/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors