thedmd / imgui-node-editor

Node Editor built using Dear ImGui
MIT License
3.63k stars 536 forks source link

Examples are now using imgui 1.89 but still Imgui 1.84 provided #307

Open SadE54 opened 2 hours ago

SadE54 commented 2 hours ago

Hi,

Looking at the sources , it seems that on master and dev, a recent version of ImGui is needed -1.89+) . But the provided ImGui used in the solution is 1.84 ? 🤔

thedmd commented 2 hours ago

Hi @SadE54

Embedded version of ImGui was keept since node editor was initially developed. Recent 'dev' branch does bump it to something more recent.

Examples does have greater requirements than library itself.

Githun Action say that master does build. Do I miss something?