From b663af374f48d66519cc241ca34a8c866123969b Mon Sep 17 00:00:00 2001 From: Luna Date: Fri, 13 Jun 2025 05:58:05 +0200 Subject: [PATCH] added readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7a3c954 --- /dev/null +++ b/README.md @@ -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! \ No newline at end of file