diff options
Diffstat (limited to 'zola-static/content/projects/goomba-render')
| -rw-r--r-- | zola-static/content/projects/goomba-render/cover.png | bin | 0 -> 415013 bytes | |||
| -rw-r--r-- | zola-static/content/projects/goomba-render/index.md | 7 |
2 files changed, 7 insertions, 0 deletions
diff --git a/zola-static/content/projects/goomba-render/cover.png b/zola-static/content/projects/goomba-render/cover.png Binary files differnew file mode 100644 index 0000000..7f4fd4f --- /dev/null +++ b/zola-static/content/projects/goomba-render/cover.png 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). |
