No description
Find a file
2020-08-27 22:44:17 -04:00
.idea intellij project 2020-01-03 16:23:30 -05:00
src fix imports. add time driver. 2020-08-27 22:44:17 -04:00
test/assets intellij project 2020-01-03 16:23:30 -05:00
.gitignore intellij project 2020-01-03 16:23:30 -05:00
Cargo.toml fix imports. add time driver. 2020-08-27 22:44:17 -04:00
LICENSE intellij project 2020-01-03 16:23:30 -05:00
README.md intellij project 2020-01-03 16:23:30 -05:00

Support what I do on Patreon.

Amethyst Extra

Extra features for the amethyst engine to help you create games.

Amethyst has the aim to be workflow-independant. While it is a good idea, it makes prototyping slow because you need to specify many options by yourself.

This library is based on the workflow I use to accelerate prototyping and the game developement process.

Feel free to commit new features you think wouldn't fit in amethyst but would fit well as a complementary feature! :)

Current features

  • User Authentification
  • AssetLoader with modding support
  • Automatic resource saving and loading
  • NoClip system to explore your scene
  • Relative timer to keep track of time from a specified instant
  • Time control system.
  • Automatic Ui timer.
  • Various types of player controllers.
  • (WIP) Terminal based debugging and command handling