aboutsummaryrefslogtreecommitdiff
path: root/zola-static/content/projects/goomba-render.md
blob: 83728e86eb949e6db6ed519742c7c180ef2ed195 (plain)
1
2
3
4
5
6
7
+++
title = 'Goomba Rendering Engine'
date = 2024-11-09
[extra]
cover = "goomba-render.png"
+++
GoombaRender is my 3D rendering engine written in C++ using OpenGL. It is still a work in progress, and currently has a scene system as well as a gltf model loader. You can find the github page [here](https://github.com/JackJ30/GoombaRender).