siege-editor

Crates.iosiege-editor
lib.rssiege-editor
version0.1.2
sourcesrc
created_at2018-03-11 20:54:27.266447
updated_at2018-03-13 22:24:41.182946
descriptionPixel art siege engine editor/animator/creator
homepage
repositoryhttps://github.com/tversteeg/siege.git
max_upload_size
id55062
size33,204
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