Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-t authored Nov 1, 2023
1 parent 93bf569 commit d2615ff
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,17 @@ while also exposing common settings to normal players in your game's GUI.
See [cvars/examples/stdin.rs](https://github.com/martin-t/cvars/blob/master/cvars/examples/stdin.rs)
for a small runnable example.

For real-world examples, look at games using cvars:
## Real-world examples

Look at games using cvars:

- [RecWars](https://github.com/martin-t/rec-wars/blob/master/src/cvars.rs) - uses the Macroquad console,
every aspect of the gameplay is configurable,
you can test it [in your browsser](https://martin-t.gitlab.io/gitlab-pages/rec-wars/macroquad.html)
you can test it [in your browsser](https://martin-t.gitlab.io/gitlab-pages/rec-wars/macroquad.html).
- [RustCycles](https://github.com/rustcycles/rustcycles/blob/master/src/cvars.rs) - uses the Fyrox console

Press `;` to open the console. Shift+ESC also works in the native clients but not in the browser.

## [Fyrox console](https://github.com/martin-t/cvars/tree/master/cvars-console-fyrox)

[![GitHub](https://img.shields.io/badge/github-martin--t/cvars-8da0cb?logo=github)](https://github.com/martin-t/cvars)
Expand Down

0 comments on commit d2615ff

Please sign in to comment.