Skip to content
[LEGACY] Really old pre-rust 1.0 game engine
Rust C
Branch: master
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
assets
benches
examples
src
tests
.gitmodules
.screenshot.jpg
.travis.yml
AUTHORS.txt
Cargo.toml
LICENSE.txt
README.md
design.md

README.md

Snowmew

Build Status

Snowmew is a game engine written entirely in rust. It is based around a copy-on-write game state that can be shared safely with tasks in parallel.

snowmew-preview

Last Tested Version

rustc 1.0.0-nightly (f4f10dba2 2015-01-17 20:31:08 +0000)

Building

Snowmew may require some dependencies to build, travis pulls down the following packages to build:

sudo apt-get install libudev-dev libglfw-dev opencl-headers xorg-dev libglu1-mesa-dev freeglut3 freeglut3-dev libglfw-dev

In addition you will probably need either fglrx or the nvidia drivers. For the nvidia drivers be sure to include nvidia-opencl-dev

Now just build using cargo:

cargo build
You can’t perform that action at this time.