A library to create frametime graph in odin using raylib to better debug your game's performance
- Clone the repo to your project root:
git clone https://github.com/demonkingswarn/frametime-graph-odin frametime- Add the import:
import ft "frametime"- Just add this line to your game's update loop:
ft.draw_frametime()