Hi,
You can try imGui, here's a nice example of a node-based editor implementation: https://github.com/thedmd/imgui-node-editor
I don't know how hard to integrate it into wxWidgets though...
Cheers,
Imre
Search found 3 matches
- Thu Dec 03, 2020 3:00 am
- Forum: Component Writing
- Topic: Blender DAG node graph
- Replies: 12
- Views: 3364
- Sun Aug 23, 2020 6:31 pm
- Forum: The Code Dump
- Topic: wxCreator - Another wxWidgets creator/form editor
- Replies: 14
- Views: 2700
Re: wxCreator - Another wxWidgets creator/form editor
Hi,
Cheers,
Imre
I'm not saying sizers arent't useful for embedded devices, I just said that using direct positioning on those devices could be justified, since they usually have limited memory, CPU power and fix sized screen estate.Sizers are useful even for an embedded platforms.
Cheers,
Imre
- Sat Aug 22, 2020 3:54 am
- Forum: The Code Dump
- Topic: wxCreator - Another wxWidgets creator/form editor
- Replies: 14
- Views: 2700
Re: wxCreator - Another wxWidgets creator/form editor
Okey, I accept your opinion of course. But then why QtCreator has drag'n' drop support without sizers? Then this is a bad thing too? I just would like to create something similar to make working with widgets easyer. In our company said that wxFormBuilder is too complicated due to sizers and they we...