Tuesday, October 27, 2015

Python on Hardware

Just bought a MicroPython pyboard. Plugged it in, and I have a python prompt. Never thought this day would come. Amazing.

Thursday, October 15, 2015

Face / Avatar Generator in Unity3D

I had a need to generate infinite random character faces. I created a head mesh with a lot of bones which I used to morph and deform the face. I think the results are moderately successful. I was able to generate 10000 of these tiny portraits in about 3 minutes.

Popular Posts