frozein / VkGalaxy

a simple galaxy renderer with Vulkan

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VkGalaxy

A simple galaxy renderer/simulation written in C/C++ with Vulkan. This project was simply for me to learn vulkan, my process is documented in this video: https://youtu.be/Pj1P0zV4zDI

The galaxy simulation is based off of this article: https://beltoforion.de/en/spiral_galaxy_renderer/?a=spiral_galaxy_renderer

Building

This project has the following dependencies:

  • CMake
  • GLFW
  • The VulkanSDK (from LunarG)

To build this project on any platform, simply clone the repository, and run cmake ., and the appropriate build files will be generated.

About

a simple galaxy renderer with Vulkan


Languages

Language:C 48.1%Language:C++ 40.9%Language:GLSL 6.1%Language:Makefile 3.6%Language:CMake 0.8%Language:Shell 0.4%Language:Batchfile 0.1%