Academic Projects
University projects I have completed during my studies in computer science
Disclaimer, a lot of the code may have been followed or reused from lectures/teachers instructions as a path for learning. Work completed here is for the purpose of learning only and demonstrating my interesting in the game programming world.
Honors Stage Project - Performance of Jolt Physics
Here is a video demonstrating some scenarios I configured in Jolt Physics to benchmark against Unity DOTS as part of my honors stage project. This consisted of using CMAKE for the library and C++ for the coding. I'm particularly proud of this as it had a huge learning curve in a short amount of time with learning C++, physics including water buoyancy and continuous collisions.
Rigidbody simulation using Rust and CUDA
A video demonstrating a rigidbody simulation that was programmed using rust and CUDA. I utlised threading and lockless programming with rust to attain a smooth framerate to simulate a fluid simulation.
Graphics Simulation
A graphics simulation using OpenGL, in which I programmed GLSL shaders to create visual effects such as lighting, transforms and rotation of 3D models.
An OpenGL game engine
A game engine I programmed using OpenGL and C#, in which I built a 3D pac man inspired game. This taught me all the working components that go into a game engine.
Artificial Theifs - AI Focused Game
An AI inspired game called Artificial Theif, in which the player attains a score while trying to avoid the pathfinding enemies that are patrolling. It was created using ImGui with Monogame C#.