2025-02-12 17:56:02 +01:00
2025-01-26 22:18:28 +01:00
2025-02-09 02:16:30 +01:00
2024-07-22 11:29:48 +02:00
2025-01-27 13:14:15 +01:00
2024-08-06 10:32:55 +03:00
2024-12-21 17:19:01 +02:00
2024-11-07 16:45:42 +02:00
2024-06-11 22:11:07 +02:00
2024-07-15 09:26:51 +03:00
2024-08-06 13:18:09 +02:00
2019-10-14 23:02:51 +02:00
2024-07-15 09:36:14 +03:00

openVulkano

openVulkano is a simple Vulkan rendering engine which is capable of recording command buffers from multiple threads.

Building:

Requirements:

  • Git
  • CMake
  • C++ 20 compatible compiler
  • Perl
  • Bash
  • glslang
  • bin2c

Required dependencies on linux

sudo apt install extra-cmake-modules libarchive-dev libeigen3-dev

Build from source:

git clone https://github.com/GeorgH93/openVulkano.git
cd openVulkano
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
cmake --build . --config Release
Description
No description provided
Readme 5.6 MiB
Languages
C++ 87.5%
CMake 5.8%
Objective-C++ 4.6%
GLSL 1.4%
Objective-C 0.5%
Other 0.2%