Skip to content

rlane/rust-gamedev-kit

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

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