Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/siposattila/cube4life
https://github.com/siposattila/cube4life
cpp cpp17 vulkan vulkan-api vulkan-sdk
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/siposattila/cube4life
- Owner: Siposattila
- License: mit
- Created: 2024-10-27T21:04:36.000Z (21 days ago)
- Default Branch: main
- Last Pushed: 2024-10-27T21:12:22.000Z (21 days ago)
- Last Synced: 2024-10-28T01:20:37.092Z (21 days ago)
- Topics: cpp, cpp17, vulkan, vulkan-api, vulkan-sdk
- Language: C++
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cube4Life
This project has no real purpose its just a project that was made for fun.
Also I wanted to try out working with `Vulkan` so there is that.`Clang 18.1.3` is used in this project.
`cmkr` is a strongly advised tool to use when using the project.
## Vulkan
You will need to install the `Vulkan` SDK and `GLFW` for this project to be able to build.### Linux
If you are on **Linux** its very simple just need to install a few dependencies:
- `apt-get install vulkan-sdk`
- `apt-get install libglfw3-dev`### Other
If you are using lets say **Windows** or god please forbid **Mac** then you will have other problems then getting `Vulkan` on your computer.