Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 800 Bytes

README.md

File metadata and controls

18 lines (9 loc) · 800 Bytes

Vultaik is a 2D/3D toy engine implemented in Vulkan®

Overview

This toy engine is designed for the Vulkan learning process, I mainly use it to experiment with graphical or computing techniques and should not be used as a cerium product as it may have memory leaks and faulty or poorly optimized implementations.

Low-level rendering backend

The rendering backend focuses entirely on Vulkan, so it reuses Vulkan enums and data structures where appropriate. However, the API greatly simplifies the more painful points of writing straight Vulkan.