Skip to content

leonardochappuis/odin-vulkan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

odin-vulkan

This repo follows the Vulkan Tutorial in Odin. The main.odin file goes up to the "Swap Chain Recreation" module.

Running

From the root folder, run:

odin run main

Compiling

From the root folder, run:

odin build main -out:triangle

Make sure the folder structure looks like:

triangle
main/
    └── main.odin
    └── shaders/
        ├── simple_frag.spv
        └── simple_vertex.spv
    

Then, you can run it with:

./triangle

License

This project is licensed under the 0BSD License.

About

Following vulkan-tutorial on Odin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published