siege

Crates.iosiege
lib.rssiege
version0.1.2
sourcesrc
created_at2018-03-11 20:53:33.910589
updated_at2018-03-13 22:23:44.525742
descriptionRender pixel art siege engines
homepage
repositoryhttps://github.com/tversteeg/siege.git
max_upload_size
id55061
size5,057
Thomas Versteeg (tversteeg)

documentation

README

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;
Commit count: 39

cargo fmt