Fattorino / ImNodeFlow

Node based editor/blueprints for ImGui
MIT License
119 stars 15 forks source link

Node UID system #13

Closed Fattorino closed 4 months ago

Fattorino commented 4 months ago

Reworked node creation and added a UID, the UID is an uintptr_t to the node. For now, this is all I will do as I couldn't find a practical (on the user side) for a UID system. I've also added the ConnectioFilter_Bool.

Tomorrow morning I'll merge this if nothing else comes up.