top of page

Taco Cat
Taco Cat was a puzzle game made for the TSA Video Game competition (2023). Similar to the year before, I worked on this game with some...

3D Renderer in Desmos
Desmos is a 2d graphing calculator and I made a 3d render based off of concepts in my previous 3D renderer. I plan to add shading and...

Desmos 3D Raycasting
Using the 2d graphing calculator, Desmos, I was able to make a 3d raycaster. I have made raycasters in the past but I thought it would be...

Desmos 3D View of 2D Scene
Desmos is a 2d graphing calculator. I love math so I wanted to figure out equations for 2d raycasting, such as my own had made...

Unity 3D DDA Voxel Raycaster
My final stop on my voxel journey was to port my DDA rendering method into Unity. This was quite simple as my version was made in...

3D DDA Voxel Raytracer on GPU
During my journey to create a voxel game I decided to use the DDA algorithm to render voxels. This is a form of raycasting (very similar...

Raytraced Minecraft
When people think of raytraced graphics they usually think of breath taking reflections and lighting. My raytraced Minecraft is quite the...

2D DDA Raycaster
On my quest to make a voxel game, I found an algorithm called DDA. DDA is a line drawing algorithm that can also be used to render...

2D Raytracer
Raytracing is a popular method of rendering but very performant heavy. It has become more popular recently due to the amazing reflections...

Marching Cubes
In a previous post, I made Marching Squares which is a 2D version of Marching Cubes. Marching Cubes was developed to make a 3D mesh of a...

Voxel Experiment in Unity
After I was introduced to games such as teardown and John Lin's sandbox, I fell in love with voxels (volumetric pixels basically cubes)....

3d Parkour Game
After making a parkour game in unity, I wanted to make my own version completely from scratch. I was able to successfully make a simpler...

3d Rendering Engine
After using Unity 3d, I started to wonder how the 3d rendering worked. I did some research and this was the result. There are a few...

Parkour game
Parkour was one of my first 3d game made in unity. It is a first person platformer with 5 levels. Because it was my first game, there is...
bottom of page