GitXplorerGitXplorer
d

chrono-engine-rs

public
8 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
5beecf58b8a8e85597436102ad81998783deeac5

Further build script tweaks.

ddylanede committed 7 years ago
Unverified
5526d75944419568a8a005d17e1b2fe9b50d23a8

Build script tweaks.

ddylanede committed 7 years ago
Unverified
af7f221d6d846a05c512969ac17073d07d6d4d71

Rewrite

ddylanede committed 7 years ago
Unverified
e98ca0d4ed4caf65dfa5add10fd11ee4b27e7909

Travis doc generation.

ddylanede committed 9 years ago
Unverified
7e754be5c7fe89e0c7f86b392765d1b7da2d03b1

Travis doc building should work now.

ddylanede committed 9 years ago
Unverified
7d55202f88fef425ba78f7b8cbe978629e260a61

Travis debugging.

ddylanede committed 9 years ago

README

The README file for this repository.

chrono-engine-rs

Build Status

Rust bindings for Chrono Engine, an open source physics engine. See https://github.com/projectchrono/chrono

This is a WIP - there is no released version yet.

This crate by default handles building and linking Chrono Engine for you. All it asks is that you have installed CMake 2.8 or later and a C++11 compliant C++ compiler for your target platform. Recent versions of clang, gcc and Microsoft Visual C++ should be fine. Building with CMake is handled with the cmake crate, so cross-compilation should work out of the box.

Hacking on chrono-engine-rs

Please make sure that you have checked out the chrono submodule in this repository, otherwise the project will not build. When cloning this can be achieved with the --recursive flag, i.e.

git clone https://github.com/dylanede/chrono-engine-rs.git --recursive

License

Please note that this crate depends on Chrono Engine, which has its own license terms (permissive, BSD style) that you can see here.

This library is licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.