This repo follows the Vulkan Tutorial in Odin.
The main.odin file goes up to the "Swap Chain Recreation" module.
From the root folder, run:
odin run mainFrom the root folder, run:
odin build main -out:triangleMake sure the folder structure looks like:
triangle
main/
└── main.odin
└── shaders/
├── simple_frag.spv
└── simple_vertex.spv
Then, you can run it with:
./triangleThis project is licensed under the 0BSD License.