Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 950 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 950 Bytes

VulkanRI

Language Language License

An OOP render interface over Vulkan for personal projects.

Installation

Install Vulkan Lunar SDK at https://vulkan.lunarg.com/ and GLFW 3.2(can be installed using NuGet).

Just use CMake(at least 3.7):

mkdir build
cd build
cmake ..

Usage

Check the examples folder to see how it's used.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/tuxalin/vulkanri

Thanks

Many thanks to Alexander Overvoorde's in-depth Vulkan tutorial at https://vulkan-tutorial.com/

License

The code is available as open source under the terms of the WTFPL License.