8000 GitHub - Autodidac/VkGalaxy: a simple galaxy renderer with Vulkan
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Autodidac/VkGalaxy

 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 48.1%
  • C++ 40.9%
  • GLSL 6.1%
  • Makefile 3.6%
  • CMake 0.8%
  • Shell 0.4%
  • Batchfile 0.1%
0