Go to file
iceiix 90aaeaf16a
Support beta Rust release. Closes #8 (#11)
* Remove seemingly unneeded const on MetadataKey<T> new

* Change biome temperature/moisture to integer, x100 to remove floating-point so can use within stable 'const fn'

* Remove unstable const_fn feature, now using stable const fn: see https://www.reddit.com/r/rust/comments/9msqfn/const_fn_soon_on_stable_rust/

* Test on Rust beta (awaiting 1.31 release for stable)

* Update readme for beta Rust support
2018-11-02 16:57:23 -07:00
blocks Update to cgmath 0.16.1, collision 0.18.0 2018-10-27 18:11:26 -07:00
gl Update to khronos_api 2.2.0 2018-10-27 18:15:51 -07:00
resources Use absolute paths when including resources. (Fixes #53) 2016-07-02 14:15:10 +01:00
shared Cleaning up blocks a little bit. 2016-04-08 11:30:41 -04:00
src Support beta Rust release. Closes #8 (#11) 2018-11-02 16:57:23 -07:00
.gitignore Update to Minecraft 1.11 (Fixes #63) 2016-12-09 14:32:02 +00:00
.travis.yml Support beta Rust release. Closes #8 (#11) 2018-11-02 16:57:23 -07:00
Cargo.lock Switch to RustCrypto for Cfb8 symmetric crypto, instead of OpenSSL (#10) (#2) 2018-11-01 20:46:21 -07:00
Cargo.toml Switch to RustCrypto for Cfb8 symmetric crypto, instead of OpenSSL (#10) (#2) 2018-11-01 20:46:21 -07: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 Support beta Rust release. Closes #8 (#11) 2018-11-02 16:57:23 -07:00
appveyor.yml Add Appveyor for Windows continuous integration (#9) 2018-10-31 19:22:16 -07:00

README.md

Steven (Rust)

Build Status

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

Images

Steven on Hypixel Steven

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 beta or nightly Rust to build.

cargo build --release

Windows users can download pre-compiled builds from here: https://ci.appveyor.com/project/iceiix/steven (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.