Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# VK Cube

This program renders a simple colored 3d cube using the Vulkan API.
Only linux with XCB and Wayland is supported.

![Screenshot](assets/app_screenshot.png)

## Building

```bash
git clone <url>
cd vk_cube
# ALPINE: apk add --no-cache vulkan-loader-dev libdrm-dev libpng-dev ninja-build meson
# UBUNTU: sudo apt-get install libvulkan-dev libdrm-dev libpng-dev ninja-build
# on ubuntu meson must be installed from pip

# Customize the meson build type here (release, debug, debugoptimized, etc.)
meson setup builddir --buildtype=release
meson compile -C builddir
```
Binary file added assets/app_screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.