3 releases

Uses old Rust 2015

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

#2036 in Game dev

Custom license and GPL-3.0 licenses

16KB
277 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

~18MB
~153K SLoC