Skip to content

How to stream the simulation to other softwares #24

Discussion options

You must be logged in to vote

There is no feature in PhysX that will just do it for you, you will need to get the updated state from PhysX using the same functions the snippets (sample programs) use to retrieve updated transforms and send them to the renderer; except you will need to send these transforms over a socket or other interface to your other application, for which you will typically need to write some sort of plugin to receive the data. You will also need to worry about object life management on both sides of the connection.

If you are a beginner you might be biting off more here than you can chew, honestly. I would start with an easier project to learn C++, because if you do this, you will simultaneously be…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@carlosedubarreto
Comment options

Answer selected by amoravanszky
Comment options

You must be logged in to vote
1 reply
@carlosedubarreto
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants