We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb6352a commit 760cad4Copy full SHA for 760cad4
README.md
@@ -10,7 +10,7 @@ A modern 2D hack 'n' slash game built with a custom C++ game engine. This projec
10
- [x] Setup Conan
11
- [x] Initial project setup with Conan and SDL2/GLAD/GLM
12
- [x] Create reproducible builds with `Makefile`/`make.bat` script code
13
-- [x] Import/translate modified ECS from C# prototype
+- [x] Attempt to translate modified ECS from C# prototype
14
- [x] Create simple sprite renderer using OpenGL
15
- [x] Refactor/move C# ECS implementation into C++23
16
- [x] Resource loading
0 commit comments