Implementation of a vulkan renderer in Haskell
Go to file
2022-07-12 16:58:25 +02:00
src pick queueFamily programmatically 2022-07-12 16:58:25 +02:00
.gitignore update gitignore 2022-07-09 21:27:54 +02:00
CHANGELOG.md init 2022-01-14 08:59:38 +01:00
LICENSE init 2022-01-14 08:59:38 +01:00
README.md add readme 2022-07-11 14:09:02 +02:00
shell.nix init 2022-01-14 08:59:38 +01:00
vulkan-tutorial.cabal use putStrLn for printing messages and some minor adjustemnts 2022-07-12 16:31:40 +02:00

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: