3 releases

Uses old Rust 2015

0.1.2 Mar 13, 2018
0.1.1 Mar 12, 2018
0.1.0 Mar 11, 2018

#1840 in Game dev

26 downloads per month
Used in siege-editor

Custom license

6KB
104 lines

Build Status

siege-editor

Cargo License: GPL-3.0 Downloads

Run

On Linux you need the xorg-dev package as required by minifb -- sudo apt install xorg-dev

cargo run --release

siege (Library)

A Rust library for procedurally rendering siege engines.

Cargo License: GPL-3.0 Downloads

Documentation

Usage

Add this to your Cargo.toml:

[dependencies]
siege = "0.1"

And this to your crate root:

extern crate siege;

Dependencies

~195KB