What is SixthSense?
SixthSense is cross-environment shared plugins system. Goal is to execute the same code on every host application that can use this system.
What environments support SixthSense?
Current version of SixthSense platform is running on given environments of code execution:
* Native [as static libraries]:
- C++
* Managed (.NET) [as assembly class library]:
- C#
- C++/CLI
- VB.NET
- and any other CLI language that can run assembly class libraries
* GameMaker [as server dll]
How to get SixthSense SDK?
How plugin code looks like?
* C++:
* C#:
How host code looks like?
* C++:
* C#: