diff options
| author | Jack Jamison <jackqjamison@gmail.com> | 2025-12-26 11:42:37 -0500 |
|---|---|---|
| committer | Jack Jamison <jackqjamison@gmail.com> | 2025-12-26 11:42:37 -0500 |
| commit | be3a5f44a4eba7ca68839e1456553d5cc7399395 (patch) | |
| tree | f81565642797ade0a50f0176eff8fb7fc1d57132 /zola-static/content/projects/goomba-render/index.md | |
| parent | 2bd6bf30e85166bbd75379ba3e9213cffe28a08f (diff) | |
page directories
Diffstat (limited to 'zola-static/content/projects/goomba-render/index.md')
| -rw-r--r-- | zola-static/content/projects/goomba-render/index.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/zola-static/content/projects/goomba-render/index.md b/zola-static/content/projects/goomba-render/index.md new file mode 100644 index 0000000..83728e8 --- /dev/null +++ b/zola-static/content/projects/goomba-render/index.md @@ -0,0 +1,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). |
