PROJECTS UNDER OpenGL TAG
- GLSL Simple Shaders
GLSL Simple Shaders
February 25, 2023 -
March 01, 2023
A collection of surface and post-process shaders to demonstrate GLSL best practices and common CG toolbox functions.
tags
# 2023
# shading
# cg toolbox functions
# VFX
tech stack
C++
GLSL
QT
OpenGL
- GLSL Pathtracer
GLSL Pathtracer
January 17, 2025 -
March 09, 2025
A GLSL-based application to showcase different rendering methods associated with the Monte Carlo Light Transport algorithm.
tags
# 2025
# rendering
# pathtracing
# raytracing
# lighting
tech stack
C++
GLSL
QT
OpenGL
- Mini Minecraft in C++
Mini Minecraft in C++
March 27, 2023 -
May 08, 2023
A simple C++ program to emulate the 3D entity interactivity and world exploration themes of Minecraft.
tags
# 2023
# game physics
# game development
# multi-threading
# NPC behavior
# artificial intelligence
tech stack
C++
QT
GLSL
OpenGL
- Mini Maya in C++
Mini Maya in C++
March 01, 2023 -
March 17, 2023
A mesh-editor GUI that performs Catmull-Clark subdivision on input OBJ files, binds model skeletons for transformation, and exports out to USD.
tags
# 2023
# 3D-modeling
# rasterization
# graphical user interface
tech stack
Autodesk Maya
GLSL
C++
QT
OpenGL
OpenUSD