firat.yuzbasioglu Posted February 18, 2015 Posted February 18, 2015 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?
unclebob Posted February 19, 2015 Posted February 19, 2015 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.
Recommended Posts