>
Aaron Tian
Blog
About Me
Projects
C++ Vulkan Renderer
C++ Vulkan GLTF model renderer that I created from scratch. Click to read more about its advanced features and how I use the next generation API.
C++ DX11 and DX12 Render Hardware Interface
(GOING PUBLIC SOON) Render hardware interface being created as part of my custom game framework. Write your graphics code once, and render using different 3D APIs.
C++ OpenGL Minecraft Clone
C++ OpenGL clone of the popular game Minecraft. I was personally responsible for implementing a variety of rendering techniques (see credits). Click to watch a video of the game in action.
Path Tracer
Path Tracer implemented using in pixel shaders with various materials/BSDFs, Multiple Importance Sampling, and environment/area/spot/point lighting.
OpenGL Top-Down Shooter
2D top-down shooter prototype created with OpenGL. All custom physics, raycasting, accelerated collision detection, and NPC AI. Click to try out a playable online build.