Implementation of a vulkan renderer in Haskell
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
nek0 b53ec57f5f
tinker around to hopefully get all layers needed
2 months ago
assets swap model again 3 months ago
shadersrc mew 2 months ago
src tinker around to hopefully get all layers needed 2 months ago
.gitattributes load mesh from OBJ file 3 months ago
.gitignore update gitignore 8 months ago
CHANGELOG.md init 1 year ago
LICENSE init 1 year ago
README.md add new resource to readme 8 months ago
cspell.json set up cspell 4 months ago
flake.lock update 3 months ago
flake.nix tinker around to hopefully get all layers needed 2 months ago
project-words.txt add depth stencil 3 months ago
shell.nix it draws, but it's flashy and ugly 8 months ago
vulkan-tutorial.cabal enable double buffering 2 months ago

README.md

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: