FireDynamics / propti

PROPTI is an interface tool that couples simulation models with algorithms to solve the inverse problem of material parameter estimation in a modular way. It is designed with flexibility in mind and can communicate with arbitrary algorithm libraries and simulation models. Furthermore, it provides basic means of pre- and post-processing.
MIT License
15 stars 125 forks source link

Nodegraph for PROPTI input file creation #54

Closed p-lauer closed 5 years ago

p-lauer commented 5 years ago

In GitLab by @hehnen1 on Jun 6, 2018, 14:17

As a potential graphical user interface a nodegraph system could be of interest. It would make PROPTI more accessable, specifically for people with little programming experiance. PROPTI should already be structured to accommodate this kind of interaction.

TristanHehnen commented 5 years ago

Possibly we could borrow some code from Blender? They have a nice node graph.

p-lauer commented 5 years ago

No need for that anymore.