bartschuller / rust-gamedev-kit

Collection of libraries for game development in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rust-gamedev-kit

Build status

This is a set of git submodules that point to versions of the Rust compiler and various libraries (mostly relevant to game development) that are known to work together.

I (rlane) did not write any of the included libraries. See the links to the original repositories below. A few libraries have been lightly patched.

The Rust version used is 0.10-pre.

Libraries

Usage

When you clone the repository, and after updating it, you need to run the build script:

./build.sh

This installs Rust and all the libraries to the install directory. You can add the install/bin directory to your PATH, or run rustc directly from there when compiling your project.

Platforms

Tested on OS X 10.9 and 32-bit Ubuntu 12.04.

About

Collection of libraries for game development in Rust


Languages

Language:Shell 100.0%