Jump to content

Data Distribution Service


photo

Recommended Posts

Hi all,

 

I need to use dds(data distribution service) for my project.How can i use dds with Unigine? Do i use it with a plugin or variable exchange between script and C++ side?

What are best practices for my situation?

Link to comment

Hello, Firat!

 

You have to write a C++ plugin and export dds stuff to UnigineScript.

 

Here's how to write a simple C++ plugin: https://developer.unigine.com/en/docs/1.0/cpp_api/plugin

Here's how to export stuff from C++ to UnigineScript: https://developer.unigine.com/en/docs/1.0/cpp_api/usage/

 

Probably, all you have to do is to write good wrapper classes on C++ side around your dds library and know how to export them.

Link to comment
×
×
  • Create New...