Mission-DMX / Project-Editor

This software is responsible for creating and editing project files for the DMX console
GNU General Public License v3.0
0 stars 0 forks source link

Rework node editor to use imgui based renderer #61

Open Doralitze opened 1 year ago

Doralitze commented 1 year ago

The rendering of the node editor is slow and could benefit from being ported to imgui. We shouldn't exchange the model, just the renderer. This would also enable us to implement the following features:

A viable starting point would be this repo.