Jump to content

How to get third party-libraries linked to the project.


photo

Recommended Posts

Posted (edited)

Hello,

I'm currently working on a project, where i want to use a so called Spacemouse for my input. The Spacemouse has its own SDK.

Is there anyway to link the SDK of the Spacemouse into the Unigine Project?

Thanks for the help

Edited by philip.holze
Posted

Hi Philip,

In that case you can extend Engine functionality via plugins. You can check <SDK_Install_Dir>/source/plugins/Network/Steam directory for the example.

Another plugin example is located in SDK Browser: Samples -> C++ Api -> Systems -> Plugins (don't forget to add existing plugin.vcxproj from <SDK_Install_Dir>source\samples\Api\Systems\Plugins\plugin directory).

Thanks!

  • Like 1

How to submit a good bug report
---
FTP server for test scenes and user uploads:

Posted (edited)

Hi silent, thank you for the fast reply and advice. I will have a look into the example tomorrow and hopefully will find a way to integrate the SDK via plugin.

Have a nice weekend!

Edited by philip.holze
×
×
  • Create New...