iceiix / steven

Rust Minecraft Client (this fork moved to https://github.com/iceiix/stevenarella)

Home Page:https://github.com/iceiix/stevenarella

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

***MOVED: https://github.com/iceiix/stevenarella

Development of this fork has moved to Stevenarella***


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

Downloads

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 2017 Redistributable is required to run these builds.

Building

Requires Rust stable version 1.31.0 or newer to build.

Compile and run:

cargo run --release

Just compile:

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.

About

Rust Minecraft Client (this fork moved to https://github.com/iceiix/stevenarella)

https://github.com/iceiix/stevenarella

License:Apache License 2.0


Languages

Language:Rust 99.1%Language:GLSL 0.9%