Implementation of a vulkan renderer in Haskell
| assets | ||
| shadersrc | ||
| src | ||
| .envrc | ||
| .gitattributes | ||
| .gitignore | ||
| CHANGELOG.md | ||
| cspell.json | ||
| flake.lock | ||
| flake.nix | ||
| LICENSE | ||
| project-words.txt | ||
| README.md | ||
| shell.nix | ||
| test.nix | ||
| vulkan-tutorial.cabal | ||
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: