Lets build a basic colored voxel βchunkβ from start to finish! Weβll focus on constructing three main components: a Chunk which stores data about the world, A ChunkGenerator which fills the Chunk with initial information (it builds the world) and a MeshGenerator that converts our Chunk into a Mesh you can see.
Continuing to build out our side scrolling shooter. Weβre going to be building an effect that is essential to one of the main mechanics I am trying to build for this game.
Lets make Unity Observer a bit more useful! In this video weβll add support for accessing different components by name other than the current support for Transforms.
Reading up on some of the features of Groovy I stumbled upon the @Memoized annotation. This method annotation allows you to tell Groovy to memoize the results from a function.
Wouldnβt it be cool if you could run C# code in a web browser? Blazor is a tool that compiles C# code into functioning web assembly that can be deployed like a normal webpage.
KodeLife is a powerful cross platform shader editor for Mac, PC or Linux. It overlays a text editor and debugger on top of the real-time results of your shader.
Weβre returning to our Mixer game with a game plan this time. The goal is to build small games that can be used almost like an interactive screen saver when you need to AFK during a live stream.
Docker for Windows/Mac has recently introduced built in Kubernetes support. With no prior experience using Kubernetes on Docker letβs see if we can setup and deploy a simple ASP.