o
odinpkg.dev
packages / library / frametime-graph-odin

frametime-graph-odin

926f9eflibrary

frametime graph for Raylib in odin

No license · updated 2 months ago

frametime

A library to create frametime graph in odin using raylib to better debug your game's performance

Using the library

  1. Clone the repo to your project root:
git clone https://github.com/demonkingswarn/frametime-graph-odin frametime
  1. Add the import:
import ft "frametime"
  1. Just add this line to your game's update loop:
ft.draw_frametime()