zekesonxx / hematite_server

A Minecraft server clone

Home Page:http://hematite.piston.rs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hematite_server Build Status

This is the Hematite server, an implementation of the Minecraft server in Rust. Some of our goals are:

  • feature parity with the “Notchian” vanilla server,
  • increased performance,
  • and support for server mods written in Rust.

The Hematite server is currently in very early stages of development and completely unusable.

Goalish Things

  • Split player connection out of world.rs
  • Load player state from disk
  • Save player state to disk
  • Command framework (using clap)
  • Item give command
  • Loading in any amount of world
  • Loading in world dynamically as needed

Farther off things:

  • Ticks
  • Tab completion
  • Multiplayer

Dependencies

dependencies

About

A Minecraft server clone

http://hematite.piston.rs/

License:MIT License


Languages

Language:Rust 100.0%