You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project looks great. Is there a way the backend runtime (the node-graph execution engine) can be embedded in other C++ applications?
For example, let us say a node-graph (sequence of nodes) is created and saved as a file using the Zeno UI/Editor. Would like some other application to load that saved node-graph file and run it (by instantiating it with input params/data retrieved from network or database).
It seems the Zeno is built as a library (.lib file) - but it is not clear how to embed the runtime into other C++ applications and launch the node-graph runner.
Is there any example that demonstrates this? i.e. embedding the runtime engine in external applications (without having to use the UI/Editor). It would be of great help. Thank you.
The text was updated successfully, but these errors were encountered:
Of course! See: https://github.com/zenustech/zeno_embed_demo
It runs without Python and Qt, directly in an OpenGL application.
It uses the exported json-alike file my_zeno_scene.h, which can be exported in File -> Export. You may need to use the commit at external/zeno since it's been long not updated though.
We also succeed in embedding it into an Android application too, although it's not open-source yet.
Hi Gopalakrishna
if you can provide a teamview like mechanism to us, or if you use linux
system, Our team are super happy to help you build system and examples!
thanks
This project looks great. Is there a way the backend runtime (the node-graph execution engine) can be embedded in other C++ applications?
For example, let us say a node-graph (sequence of nodes) is created and saved as a file using the Zeno UI/Editor. Would like some other application to load that saved node-graph file and run it (by instantiating it with input params/data retrieved from network or database).
It seems the Zeno is built as a library (
.lib
file) - but it is not clear how to embed the runtime into other C++ applications and launch the node-graph runner.Is there any example that demonstrates this? i.e. embedding the runtime engine in external applications (without having to use the UI/Editor). It would be of great help. Thank you.
The text was updated successfully, but these errors were encountered: