Skip to content
/ VKraft Public

A, Minecraft inspired, voxel engine and game that uses Vulkan to render.

License

Notifications You must be signed in to change notification settings

sharhar/VKraft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VKraft

VKraft is a vowel engine I wrote for the purpose of learning vulkan. The name is definitely not inspired by a swedish block game.

How to compile and run

Currently, there is no pre-built release of the engine, so to use it, you have to compile it from source. This project uses cmake as a platform-independent way to generate build files. If you don't know how to use cmake, go here.