daboross / screeps-rs

Work in progress native Screeps client.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

screeps-rs

Linux Build Status Windows Build Status

WIP native screeps client using Rust and conrod.

Screeps is a true programming MMO where users upload JavaScript code to power their online empires.

map rendering screenshot

zoomed out screenshot

This client is built on three main projects:

  • rust-screeps-api implements HTTP calls, endpoints and json result parsing
  • screeps-rs-network implements result caching, keeping track of http and websocket connections, and providing an 'event' api
  • screeps-rs-ui implements rendering and a UI

rust-screeps-api can:

  • Connect to screeps.com with HTTP calls and websocket connections
  • Authenticate
  • Retrieve room terrain, map room overviews, basic user information and room details.

screeps-rs can:

  • Connect to screeps.com
  • Login through a UI
  • Render basic room terrain, map view, and information of the logged in user.

Eventually, this will be able to connect to both the official server and any private server instances run by users.

Running:

  • If you're on Ubuntu 17.10+, or on another Wayland Linux: (see [glutin#949])
    • install "libegl1-mesa-dev"

    • soft-link libwayland-egl.so.1 to libwayland-egl.so in your system's lib dir. On ubuntu:

      cd /usr/lib/x86_64-linux-gnu/
      sudo ln -s libwayland-egl.so.1 libwayland-egl.so
      

Neighbor projects:

screeps-rs uses the Akashi font. It is included with permission from Ten by Twenty.

About

Work in progress native Screeps client.

License:Other


Languages

Language:Rust 99.4%Language:Shell 0.5%Language:PowerShell 0.2%