This is an exercise in how to make a problem far harder than it needs to be. Grab a magnetometer, a device which measures the magnetic fields at a point and attach it to an arduino with some LED’s.
Lets riff on how to draw force directed graphs in Unity. A force directed graph is a directed graph that is drawn and positioned by having each node apply force to every other node.
Kubernetes (often shortened to K8S), the Greek word for a helmsman, is a tool originally developed by Google for managing cloud ready, scalable web apps.
Lets look at Flask a minimal python web server. In this video we’ll build the simplest Flask app and talk about how to get Flask working in your Python project as well as what each part is doing.
Midnight is a game built in 48 hours for the Asylum Jam. The asylum jam emphasizes horror without the stigma of mental illness, including the use of asylum’s, hospitals etc.
Electron is a tool that allows you to convert webpages into full applications that can run outside of a browser and interact more closely with your operating system.
Grab Passes are a really complicated and expensive way to do nothing in a shader. A Grab Pass is an additional pass added to your shader that captures the scene and allows you to use that captured texture in your shader.
Lets build a custom particle emitter that can emit particles on the ground anywhere in a rectangle. This is the first step of lighting the grass in our grass renderer on fire.