stevenarella/README.md

42 lines
1.3 KiB
Markdown
Raw Normal View History

2016-03-31 17:20:10 -04:00
# Steven (Rust)
2016-04-14 17:13:32 -04:00
A Minecraft client coded in Rust. Ported from [steven-go](https://github.com/Thinkofname/steven-go).
2016-03-31 17:20:10 -04:00
Don't expect it to go anywhere, just doing this for fun.
## Images
2016-04-01 15:06:24 -04:00
![Steven](https://i.imgur.com/RRspOQF.png)
![Steven on Hypixel](https://i.imgur.com/YMioc6J.png)
2016-03-31 17:20:10 -04:00
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](https://irc.spi.gt/iris/?channels=think)
## Building
2016-04-01 16:21:13 -04:00
For more detailed info and platform specific instructions check the [wiki](https://github.com/Thinkofname/steven-rust/wiki/Compiling-and-or-running).
2016-03-31 17:20:10 -04:00
2016-04-07 14:22:07 -04:00
Currently requires SDL2, OpenSSL and **nightly** rust to build.
2016-03-31 17:20:10 -04:00
`cargo build --release`
Windows users can download pre-compiled builds from here: https://ci.appveyor.com/project/thinkofdeath/steven-rust/branch/master
(Select your platform, Click the artifacts tab and download Steven.zip)
The Visual Studio 2015 Redistributable is required to run these builds.
2016-03-31 17:20:10 -04:00
## 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)