From 8a1b5c82c5bd27ea9ede308a9ef8f8947777ed26 Mon Sep 17 00:00:00 2001 From: nek0 Date: Mon, 11 Jul 2022 14:09:02 +0200 Subject: [PATCH] add readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7b3acb1 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# vulkan-tutorial + +This project aims to be a toy vulkan renderer built for learning purposes. I try to keep the code +as clean as possible to help future me or others understand it. + +Useful learning material: +* [Vulkan Lecture Series](https://www.youtube.com/playlist?list=PLmIqTlJ6KsE1Jx5HV4sd2jOe3V1KMHHgn)