Rickodesea / VulkanSDL

Vulkan SDL C Renderer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VulkanSDL

Vulkan SDL Template

This is a template code base for implement Vulkan on SDL. It was coded on linux but should work on other platforms. The code is meant for quick re-use (as is or freely edited). It is written completely in C (hardly any C Vulkan tutorial out there) and the code is well documented.

You will have to get glslangValidator to compile the shaders. Put the compiled shaders in the build directory containing your main program.

License

This project is licensed under the zlib license - see the LICENSE file for details. © All rights reserved.

Version

The current version of this project can be seen on the VERSION file.

Project Managers

  • Innovative Director: Alrick Grandison

Authors

See AUTHORS for full list.

Contributing

See CONTRIBUTING.md for how to contribute.



About

Vulkan SDL C Renderer

License:zlib License


Languages

Language:C 95.5%Language:CMake 3.7%Language:GLSL 0.8%