Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
pdk_3.1.0 [13-10-2016 14:17] admin [Content of the Pillo Development Kit] |
pdk_3.1.0 [08-12-2016 10:29] 185.48.102.187 [Older versions] |
||
---|---|---|---|
Line 9: | Line 9: | ||
==== Content of the Pillo Development Kit ==== | ==== Content of the Pillo Development Kit ==== | ||
- | * Windows API | + | === docs === |
- | * Windows Driver (for Windows 8 and below) | + | |
- | * Unity 5 package including the Driver, scripts, and example scenes. | + | * //Pillo_API_Reference.pdf// - The full API documentation. |
- | * 4 demos | + | * //Pillo_PDK_Overview.pdf// - The full overview of content included in the PDK package |
- | * Installation guide | + | |
- | * Full API documentation | + | === lib === |
+ | * //Driver// - Includes a separate Windows Driver file for Windows 8 and below | ||
+ | * //Plugins// - The pillo API library (PDK.dll). A managed dll file written in C#. | ||
+ | * //UnityPackage// - The full package to be imported in Unity. Includes the plugin, accompanied API, and all example projects. | ||
+ | |||
+ | === samples === | ||
+ | * //Event listeners// - A simple test application made in Unity3D to test the Pillo Events. Source code is provided in the UnityPackage | ||
+ | * //Gyro cube// - A simple gyroscope test application made in Unity3D. Source code is provided in the UnityPackage | ||
+ | * //Gyro hovercar// - A demo game application made in Unity3D where you use the Pillo gyroscope (and pressure) to control a hovercar. Source code is provided in the UnityPackage. | ||
+ | * //Pressure jumping// - A demo game application made in Unity3D where you use the pressure to make a cube jump up to avoid a moving bar. Source code is provided in the UnityPackage. | ||
---- | ---- | ||
+ | |||
==== What's new ==== | ==== What's new ==== | ||
Line 30: | Line 40: | ||
==== Older versions ==== | ==== Older versions ==== | ||
- | Below you can find the stable public builds of the PDKs. These can be useful if you are developing for an older version of Pillo. | + | Below you can find the stable public builds of the PDKs. These can be useful if you are developing for an older version of Pillo. Some of the old ones not up for download, because we find them to be unstable or we cannot provide active support for those anymore. |
+ | * PDK Windows version 3.1.0 for Unity 5.x - 07-2016 [[http://developer.pillogames.com/download/PilloDeveloperKit_3.1.0_win.rar|Download]] | ||
+ | * PDK Windows version 3.0.2 for Unity 5.x - 05-2015 [[http://developer.pillogames.com/download/older/PDK_3.0.2.rar|Download]] | ||
+ | * PDK Windows version 3.0.1 for Unity 5.x - 03-2015 [[http://developer.pillogames.com/download/older/PDK-3.0.1_plain.zip|Download]] | ||
+ | * Pillo Standard Project (for PDK version 3.0.1 and 3.0.2) - 03-2015 [[http://developer.pillogames.com/download/older/Pillo_StandardProject.zip|Download]] | ||
+ | * PDK Universal version 2.0 for Unity 4.5 - 07-2014 //*no longer supported*// | ||
+ | * PDK Windows version 1.9 for Unity 4.x - 05-2014 //*no longer supported*// | ||
+ | * PDK Windows version 1.1 for Unity 4.x - 10-2013 //*no longer supported*// | ||
+ | |||
+ | ---- | ||