imgui setup:
-
Download Inconsolata from https://fonts.google.com/specimen/Inconsolata and extract its file
Inconsolata-Regular.ttf
to a directory calledassets
if you want theassets/Inconsolata-Regular.ttf
font the code uses to work as is -
Clone https://gitlab.com/L-4/odin-imgui to a submodule:
git submodule add [email protected]:L-4/odin-imgui.git odin-imgui
-
Clone dear_bindings to a submodule:
git submodule add [email protected]:dearimgui/dear_bindings.git dear_bindings
-
Make a python venv and install dear_bindings requirements (ply):
python3 -m venv venv
source venv/bin/activate
cd dear_bindings