Cross-platform tool framework based on Dear ImGui ❤
Documentation coming soon™... Please use the Demo project as reference for now :>
This repository is using submodules, so in order to properly clone it use this
git clone --recurse-submodules https://github.com/themeldingwars/ImTool.git
... if you already cloned the repo or are using an older version than 2.13 of git, use this to grab the needed submodules:
git clone https://github.com/themeldingwars/ImTool.git
cd ImTool
git submodule update --init --recursive