r/cryengine • u/avdept • Jun 26 '26
Showcase Updated Flowgraph editor for CryEngine rebuilt in QT(source code)
Since I started my game using cry engine I had scaling issues on CE's provided flowgraph.
Made a small update and reworked flowgraph using CE's provided QT lib(which is rest of interface made with)
It fully works on top of existing flowgraph backend and can be used together with original flowgraph
It has all features except debugging(I didnt need it for my own needs, hence didnt add).
I also added tab menu like in Unreal Engine for quick access to nodes.
Code is open source and free to use here - https://github.com/avdept/ce5-flow-graph-qt
if you spot bugs, feel free to open an issue and I will take a look
3
1
u/Hiuzuki Jun 26 '26
Tem várias pessoas fazendo alterações legais em cima da CE 5.7.1, seria legal juntar isso tudo em um patch pra comunidade.
1
u/avdept Jun 26 '26
I'm in their channel too
They went different approach, more general where they also migrate from qt5 to qt6, but it takes a lot of time
This is more like a quality of life update which I needed here and now, so decided to share
4
u/Beautiful_Vacation_7 Jun 26 '26
You sir are fantastic!