got back to working on my first-person shooter project again, rewriting the engine in C# with moonworks instead of C++ with raylib. now have gltf 3d model loading working thanks to sharpgltf. made some nice use of ECS entity relations for optimizing multiple objects using the same meshes and textures. next up is to implement some actual lighting.
