darthdeus / comfy

Comfy is a fun 2D game engine built in Rust. It's designed to be opinionated, productive, and easy to use.
https://comfyengine.org
Apache License 2.0
678 stars 28 forks source link

Documentation for FPS/devtools & release builds #60

Open darthdeus opened 9 months ago

darthdeus commented 9 months ago

Currently F8 opens a performance window (game_config_mut().dev.show_fps = true to enable)

image

This should get its own chapter in the book, including things like --features ci-release and how this affects asset packing, and how to ship builds.