how to get Malt working as a render engine in another software? #630
Answered
by
pragma37
izarii-dev
asked this question in
Q&A
|
I didn't see any documentation on Malt Host and Bridge |
Answered by
pragma37
Mar 29, 2026
Replies: 2 comments 1 reply
|
I think that would be quite complex to do, but you could use a alembic file. |
0 replies
|
If you can run Malt directly as part of the same process and have an OpenGL context available, you could just create a Obviously, how you retrieve the scene data, adapt the UI, and render the final result is totally going to depend on the software you're integrating Malt into. There can't be generic documentation for that. |
1 reply
Answer selected by
izarii-dev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you can run Malt directly as part of the same process and have an OpenGL context available, you could just create a
Pipelineinstance and callrenderwith your scene data.Otherwise, you can create a
Bridgeinstance likeBlenderMaltdoes.Obviously, how you retrieve the scene data, adapt the UI, and render the final result is totally going to depend on the software you're integrating Malt into. There can't be generic documentation for that.