Crates.io | tilengine-sys |
lib.rs | tilengine-sys |
version | 0.1.0 |
source | src |
created_at | 2019-09-17 23:39:13.103861 |
updated_at | 2019-09-17 23:39:13.103861 |
description | Free 2D graphics engine with raster effects for retro/classic style game development. Rust bindings. |
homepage | https://github.com/mc1472/rust-tilengine-sys |
repository | https://github.com/mc1472/rust-tilengine-sys |
max_upload_size | |
id | 165564 |
size | 62,885 |
Low-level rust bindings for tilengine.
All functions are the same ones exported from Tilengine. Use their documentation for what the functions do and the rust foreign function interface to access and call the functions. (See the examples to get an idea of how it works.)
This binding is licensed under the Mozilla Public License 2.0 same as tilengine.