imgui setup:
-
Download Inconsolata from https://fonts.google.com/specimen/Inconsolata and extract its file
Inconsolata-Regular.ttfto a directory calledassetsif you want theassets/Inconsolata-Regular.ttffont 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 venvsource venv/bin/activatecd dear_bindings