Skip to content
This repository has been archived by the owner on Nov 21, 2021. It is now read-only.

OliverKovacsArchived/vulkan-xd-old

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vulkan-xd

Open in Visual Studio Code License Size Vulkan GLFW GLM STB

Higher-dimensional renderer implemented in Vulkan. This is mainly a reseach project.

Documentation will be available in the future.

Linux

Prerequisites

You need to have Git, CMake, Make and Clang installed on your system.

Make sure you have Vulkan drivers installed and your hardware supports Vulkan.

Download the Vulkan SDK from here.

Follow the setup instructions.

Download

git clone https://github.com/OliverKovacs/vulkan-xd
cd vulkan-xd

Building

cmake -S . -B build -G "Unix Makefiles"
cmake --build build

Running

cd build
./main

Windows

Windows is currently not supported, but it will be in the future.

Known Issues

VS Code IntelliSense is sometimes broken on Windows.

Acknowledgements

The basic Vulkan boilerplate code is largely based on Alexander Overvoorde's Vulkan Tutorial.

Author

Oliver Kovacs

License

MIT