imgui support - raylib-rs/raylib-rs GitHub Wiki

How to integrate imgui into raylib

  1. Copy everything before main in imgui example(~700 lines)
  2. Paste it into your project(maybe stick it into another file and import the things)
  3. cargo add imgui