Node Editor


Programming


Hello Universe!

Currently working on a node editor!

So, for the last couple 'o days I've been trying to use Dear ImGui. It can be a real pain the butt. But, it's not bad for what you get and it gets the job done for what it gives. Even if it's a long road that goes around for no reason instead of cutting straight through.

So far I have implemented:
-Scrolling.
-Saving out to file that, with no extra processing, goes straight into the game. Pretty neat.
-Template files that are looked up when adding a node and it will tell what fields to implement.
-A list of possible meanings will popup when typing the name of a node to add. (So I don't have to remember the names of nodes.) -Parenting nodes.

Leave a comment

Log in with itch.io to leave a comment.