Skip to content
Snippets Groups Projects
Forked from redox-os / orbutils
110 commits behind the upstream repository.
Jeremy Soller's avatar
Jeremy Soller authored
Port to new Redox_Users
9eb95466
History

orbutils

The Orbital Utilities. Compatible with Redox and SDL2 platforms.

Travis Build Status MIT licensed crates.io

Quick setup

To run on Linux/OSX you will need SDL2

Install SDL2 on Debian-based systems

sudo apt-get install libsdl2-dev

Install on OSX using Homebrew

brew install sdl2

You will need Rust nightly installed

curl https://sh.rustup.rs -sSf | sh
rustup override set nightly

Clone and run

git clone https://github.com/redox-os/orbutils.git
cargo run --bin calculator