Tag: native-programming
-
Eigen in Unity (24 Feb 2017)
Eigen provides very good support for linear algebra algorithms, but is in general working in C++. On the other hand, Unity game engine does not have ready-to-use packages for linear algebra needs, and only has scripting support for C# and Javascript. This post demonstrates how to use Eigen in Unity. -
Unity Native Programming (29 Jan 2017)
Tutorials on how to use native C++ code, or library in a Unity application. It is how HoloLensARToolKit project is built.