Go to file
Thinkofname e6ec9b3200 Attempt at a README.md 2016-03-31 22:21:29 +01:00
gl Get into a runnable state 2016-03-16 17:53:04 +00:00
openssl Follow some of clippy's suggestions 2016-03-26 14:24:26 +00:00
resources Move resources into a subcrate 2016-03-16 18:15:13 +00:00
src Fix leaves2's culling 2016-03-31 20:51:59 +01:00
.gitignore Base of ui complete 2015-09-17 16:04:25 +01:00
Cargo.lock Switch from glutin to sdl2 2016-03-25 13:15:35 +00:00
Cargo.toml Remove custom dev profile 2016-03-28 18:03:41 +01:00
LICENSE-APACHE Duel license under MIT and ApacheV2 2016-03-26 17:34:47 +00:00
LICENSE-MIT Duel license under MIT and ApacheV2 2016-03-26 17:34:47 +00:00
README.md Attempt at a README.md 2016-03-31 22:21:29 +01:00

README.md

Steven (Rust)

A Minecraft client coded in Rust. Ported from steven-go. Don't expect it to go anywhere, just doing this for fun.

Images

Steven blocks demo

In action: http://gfycat.com/NeedyElaborateGypsymoth

Chat

I generally am on the irc.spi.gt irc network in the #think channel. Feel free to pop in to say hi, Webchat can be found here

Building

Currently requires SDL2 and OpenSSL to build.

cargo build --release

Running

Standalone

Just running steven via a double click (Windows) or ./steven (everything else) will bring up a login screen followed by a server list which you can select a server from.

Via the Offical Minecraft launcher

Currently not supported (yet)