I found a really neat visual programming tool called Google Blockly. It lets you visually create code by snapping different types of blocks together to create code.
Starting with a classic XNA pixel shader which can generate both Mandelbrot and Julia fractals lets convert that into a Unity Surface Shader we can use in our Unity projects.
Lets make some fractals in Unity and take the opportunity to explore messaging in Unity. Weβll make an extensible, component based fractal generator that is capable of generating fractal trees easily.
Developing the finishing touches for Eclipse a #MeatlyJam game designed to make you fear light.
This was a recording from the live stream done during the Jam.
Conqueror is an application built against the public Conquer Club APIβs. What is Conquer Club? Itβs an online strategy game built around conquering your foes and acquiring territory not unlike the classic boardgame Risk.
This is an old concept I made years ago to experiment with heating a planet. I discontinued work on this specific concept shortly after recording this, the design was not a good one, but I think itβs still interesting.
Iβve been tinkering with VR development. This is building up to a mages duel game where two players will have to cast and avoid spells to become victorious.
Itβs been a few months since Iβve played with shaders in Unity. Letβs relearn how to make them together by building a relatively simple shader in Unity from start to finish!