byBretema / vonk

Update to Vulkan backend of my previous render engine.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vonk logo

VONK Render Engine

Main goals

  • Simplify the Vulkan use.
  • Follow Data-Orientend paradigm.
  • Do not completely hide the API, allowing direct Vulkan use for research purposes.

Use

This project manage its dependencies through Git Submodules so just run this command (in the project folder) after clone:

git submodule update --init --recursive

About

Update to Vulkan backend of my previous render engine.


Languages

Language:C++ 96.7%Language:GLSL 2.1%Language:C 1.2%