Nelarius / imnodes

A small, dependency-free node editor for dear imgui
MIT License
1.94k stars 237 forks source link

SWPBL-188127 -- Window management, block info display, and mini map view #161

Closed jehan-diaz closed 1 year ago

jehan-diaz commented 1 year ago

When a user clicks on a block, the list of attributes and their values for that block type must be displayed. These attributes, which for now include pre-set and standardized attributes for each block, can be seen in the multi-purpose panel when hovering over a block.

Right now, we are able to see two panels in the same main app window view at the same time. We are now also able to scan over the enter central editor using the minimap, which allows you to select a node to focus into the center of the editor.