reskit/README.md

10 lines
631 B
Markdown
Raw Normal View History

2023-08-26 23:19:26 +00:00
Reskit
2021-02-12 03:56:54 +00:00
======
2023-08-26 23:19:26 +00:00
The **R**etro **E**ntertainment **S**oftware Tool**kit** (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.
2021-02-12 03:56:54 +00:00
2023-08-26 23:19:26 +00:00
To get started, check out the [wiki](https://git.ne0ndrag0n.com/ashley/reskit/wiki/?action=_pages) or type `reskit --help` to view a list of supported tools and options.
2021-02-12 03:56:54 +00:00
2023-08-26 23:19:26 +00:00
# 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`.