Go to file
Jamie Mansfield 011abebfba Fix steven-go link in README 2016-04-14 22:13:32 +01:00
blocks Default block material to solid. 2016-04-13 10:50:08 -04:00
gl Get into a runnable state 2016-03-16 17:53:04 +00:00
resources Add more splash texts 2016-04-05 09:52:20 +01:00
shared Cleaning up blocks a little bit. 2016-04-08 11:30:41 -04:00
src Implement frame limit and configurable vsync (Fixes #29) 2016-04-10 22:05:05 +01:00
.gitignore Base of ui complete 2015-09-17 16:04:25 +01:00
Cargo.lock Remove unused feature tag 2016-04-05 20:05:58 +01:00
Cargo.toml Drop steven_openssl in favor of using the openssl crate (Closes #31) 2016-04-05 19:36:59 +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 Fix steven-go link in README 2016-04-14 22:13:32 +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 Steven on Hypixel

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

For more detailed info and platform specific instructions check the wiki.

Currently requires SDL2, OpenSSL and nightly rust to build.

cargo build --release

Windows users can download pre-compiled builds from here: https://ci.appveyor.com/project/thinkofdeath/steven-rust (Select your platform, Click the artifacts tab and download Steven.zip)

The Visual Studio 2015 Redistributable is required to run these builds.

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)