holland01 / vulkan-rendering-engine

Fun with Vulkan.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a project I've been working on in my very spare time that's really just been for fun and educational purposes.

At the end of the day, it's really a renderer written in Vulkan that uses physically based techniques.

Currently, only Ubuntu is really supported. The practical value of this repository is really only to demonstrate code samples and nothing more until I have the time to add polish.

The Vulkan implementation can be found in base/backend/vulkan.hpp.

About

Fun with Vulkan.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C 74.6%Language:C++ 24.7%Language:GLSL 0.5%Language:Makefile 0.2%