Milan Prucha
  • Home
  • Work
  • About Me
  • Blog
  • Contact

Creating a Mesh purely through code in Unity 5

December 5, 2016

The Unity script below demonstrates how to create a Mesh (in this case a Cube) purely through code.Simply, create a new Scene, add this script to the Main Camera, and run. I’ve tested this script using the ‘PC, Mac & Linux…

Read more ›

Tagged with: C# Coding Unity

Getting started with Gear VR development using Unity 5

December 9, 2015

So, you have a Samsung Gear VR, and you want to develop for it using Unity? Great! Then this post is for you! I’ll show you how to get up and running with the minimum of fuss. Just follow the…

Read more ›

Tagged with: Unity VR

Need your Windows App to open a file via its default program? (C++)

July 14, 2015

I was working on a project some months ago, where the client had a showreel DVD with a number of videos on it. They needed a menu screen/window to pop up automatically whenever the DVD was inserted into a Windows…

Read more ›

Tagged with: C++ Coding

How to build a Neural Network in C++

July 13, 2015

So what is a Neural Network? Rather than embark upon a lengthy description here, I will instead refer you to a couple of useful sites (linked below). These will provide you with an introduction into Artificial Neural Networks (ANNs) and…

Read more ›

Tagged with: AI C++ Coding

Video Scrubbing With Cinder (Mac OSX / Xcode)

July 6, 2015

This code snippet is taken from a Cinder (C++) project, compiled in Xcode for Mac OSX. The program achieves smooth ‘video scrubbing’ of a 1080p HD *.mov file. Cinder is an open-source Creative Coding framework. You can download it from…

Read more ›

Tagged with: C++ Coding
Archives
  • December 2016
  • December 2015
  • July 2015
Categories
  • Tutorials