Code

Dynamic color correction

A script asset for Unity. Available for free in the Unity Asset Store. At the time of writing it has a rate of five stars and some nice comments. Language: c#

A component to manage and add more features to the Unity 5 Color Correction Curves image effect, found among the standard assets. The Color Correction Curves script from Unity only let you set one set of curves, which you cannot change easily on runtime. This component let you define two separate set of curves, visually, using the editor. Then you can interpolate between those two curves dynamically using the editor, and on runtime from your own scripts or GUI controls.

More about this assset in the Corta Studios Blog

Use WinRT / UWP API in Windows Store Apps

A script asset for Unity. Available for free in the Unity Asset Store. At the time of writing it has a rate of five stars. Language: c#.

Use UWP/ WinRT controls and access new Windows 8.1 and Windows 10 features like Cortana, speech, ink and more in your Unity generated WSA app.

The asset contains scripts and prefabs for Unity and; a package for your WSA project, that stablish a connection between your unity scripts and your WSA classes. You can use this connection to call WinRT APIs and use XAML control that you define within Visual Studio from and back to your Unity scripts.

Download the demo app from the Windows Store

Neural Network Engine

A Java package. A simple implementation of a neuronal network, as described in the book Machine Learning, by Tom Mitchell. This software is part of a school project. Nevertheless, it’s has a good performance and it’s being downloaded by Computer Science students around the world. The API and documentation are in Spanish.

Features: Delta rule, backpropagation, initial random weights and momentum; support any number of hidden layers, and any number of elements per layer; all parameters are configurable; saves and loads weights.