ciaala / vulkan_engine_cpp

Prototype game engine on top of vulkan

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vulkan_engine_cpp

This project goal is the creation of a game engine with vulkan as render library. The other game engine modules that would be built / merged would be highlighted on the go.

The Render

Runs on Vulkan of course.

The Audio

The audio module is based on OpenAL and the current supported stream are Ogg/Vorbis.

Foundation

Logging service through Google's glog library

Third party

C++ Modern JSON

About

Prototype game engine on top of vulkan


Languages

Language:C++ 95.9%Language:C 2.5%Language:CMake 1.6%