added readme

This commit is contained in:
Luna 2025-06-13 05:58:05 +02:00
parent 48b938c896
commit b663af374f

3
README.md Normal file
View file

@ -0,0 +1,3 @@
This is a prototype for a game engine im doing, its very messy and imperfect, but its a working vulkan renderer (and an small minigame that doesnt work yet) made in c++23 that works in basically any system that supports vulkan (with some changes to the CMakeLists.txt file)
I'm learning while writing this so expect some bad practices and weird stuff!