Skip to content

rlane/rust-gamedev-kit

Repository files navigation

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.

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.

Users

About

Collection of libraries for game development in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages