Remove redundant description b/c of new theme

This commit is contained in:
2024-03-24 14:32:02 -04:00
Unverified
parent 9a60806e38
commit d73b076f6d
9 changed files with 0 additions and 35 deletions

View File

@@ -13,10 +13,6 @@ categories: ["butterengine"]
lightgallery: false
---
{{< param description >}}
<!--more-->
Up until last week, I have been working on the base rendering, textures, and 3D projection which all felt vaguely familiar (*cough cough..[TF2 OpenGL & Java](https://github.com/joshuafhiggins/tf2-opengl)..cough cough*). As well as a basis for mod loading.
But for this week, I didn't do much (*less than I wanted to*) but I did do research into physics, cameras, model loading, and entity component systems/ECS.