cvars-console-macroquad 0.2.0

In-game console for the macroquad game engine, using the cvars crate for configuration
Documentation

Crates.io License (AGPL3) CI Audit Dependency status Discord

In-game console for the macroquad game engine for changing cvars at runtime.

Macroquad console

Usage

  • Add cvars-console-macroquad to your Cargo.toml:
cargo add cvars-console-macroquad
  • Create a MacroquadConsole when initializing your game.

  • Call its update method in your main loop.

Real-world example

See how RecWars uses cvars and the console.

License

AGPL-v3 or newer