The Retro Entertainment Software Toolkit - Tools for Developing Console Homebrews
Go to file
Ashley N. 18f1e20aa1 Convert 16.16 fixed point curve export to fractional x/128 export 2023-10-22 13:10:01 -04:00
doc Begin work on the level tool, add some documentation images 2023-09-07 19:16:56 -04:00
sample Reskit sample/test data 2021-02-16 20:39:02 -05:00
src Convert 16.16 fixed point curve export to fractional x/128 export 2023-10-22 13:10:01 -04:00
.gitignore Update gitignore, fix bug in combining delay events 2023-08-25 14:16:16 -04:00
Cargo.toml Easing function tool 2023-10-21 20:40:50 -04:00
LICENSE.md License software to the public and update README.md 2023-09-02 14:46:55 -04:00
README.md Update README.md 2023-10-19 22:28:08 -04:00

README.md

Reskit (stinkhead7ds edition)

This is an internal branch used by Rivethead Interactive for the development of Stinkhead & The Seven Deadly Sins. No issues, pull requests, or support of any kind will be taken for level, easing, and other tools exclusive to this branch.

Internal Tools

  • level - Generate a stinkhead7ds level from a Tiled editor module.
  • easing - Coming soon! Generate a cubic bezier easing curve for a given timespan e.g. for stylistic camera motion.
    • Output will be in format:
      • 2 bytes: Length of the curve, in 1/60 s increments.
      • For each 1/60 increment: the value on the curve at the given 1/60 s increment.