Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 714 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 714 Bytes

Vulkan Basic Triangle Demo

Nim example of the vulkan triangle tutorial(Up to "drawing a triangle") using newly generated vulkan bindings from my recent fork

Images

image

Usage

MacOS

preReqs: VulkanSDK and nim

nimble run

or

nimble build; ./build/vktriangledemo

Windows

[TODO] need to setup shader compilation I believe

License

MIT License

Feel free to fork and improve, rewrite, use as a base, etc...