Implementation of a vulkan renderer in Haskell
Go to file
nek0 c1d59c12f4 load mesh from OBJ file 2022-12-17 07:39:45 +01:00
assets load mesh from OBJ file 2022-12-17 07:39:45 +01:00
shadersrc make rotating triengle 2022-12-11 09:02:17 +01:00
src load mesh from OBJ file 2022-12-17 07:39:45 +01:00
.gitattributes load mesh from OBJ file 2022-12-17 07:39:45 +01: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 new resource to readme 2022-07-21 23:17:49 +02:00
cspell.json set up cspell 2022-12-02 02:57:16 +01:00
flake.lock update sources 2022-12-02 02:57:30 +01:00
flake.nix prepare mesh loading from obj 2022-12-15 05:19:53 +01:00
project-words.txt meow 2022-12-02 20:34:35 +01:00
shell.nix it draws, but it's flashy and ugly 2022-07-14 11:02:12 +02:00
vulkan-tutorial.cabal prepare mesh loading from obj 2022-12-15 05:19:53 +01:00

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: