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
You can render 3d in flow itself using the M3DStage and friends. See "tests/monster3dtest.flow" and friends.
flow renders using pixijs, which renders into a canvas. You should be able to have something below that canvas if you make your own HTML wrapper. We could consider to add a mode to the HTML target, which would render so flow renders inside a specific div, which could be placed above your own stuff. Would that be helpful?
If you mean in the c++ target, then it is more tricky, since right now, the c++ runner does not exist as a library you can link into other apps.
We'd love to have a module that can render GUI overlaying 3D scene rendered by our engine. This GUI project is very promising to me. I'm watching. Looking forward to new features!
Can Flow9 render on top of a 3D application? It would be great if people can use Flow9 to develop GUI for games and other types of 3D applications.
The text was updated successfully, but these errors were encountered: