Announcing Rust library: const-tweaker

1 minute read Published: 2020-03-15

Const-tweaker is a Rust library to change the value of const variables during runtime with a web GUI.

It's part of a set of tools that can be used to create game engines.

Example

This is useful when you're creating games and want to tweak a variable real quick, for example the movement speed of a character in a platformer or the gravity in a space-simulator.

source code

documentation