Ashley N. 0714ef5de9 | ||
---|---|---|
sample | ||
src | ||
.gitignore | ||
Cargo.toml | ||
README.md |
README.md
Reskit
The Retro Entertainment Software Toolkit (reskit) is a suite containing a variety of tools useful for creating 8-bit and 16-bit console homebrew software. Reskit allows you to easily generate tilemaps and convert soundtracks for import into your homebrew game projects.
To get started, check out the wiki or type reskit --help
to view a list of supported tools and options.
Build
Reskit is developed in Rust and provided as a cargo crate. Simply type cargo build
to build the project. Output should be in target/debug/reskit
.