Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/codedcosmos/vulkan-computegraphics-demo

Simple example that uses compute to generate triangles and generates them using the vulkan api
https://github.com/codedcosmos/vulkan-computegraphics-demo

Last synced: about 1 month ago
JSON representation

Simple example that uses compute to generate triangles and generates them using the vulkan api

Awesome Lists containing this project

README

        

# Vulkan Compute/Graphics Demo
### By codedcosmos

It is just simple example that uses compute on the gpu to generate triangles and creates a model to render to the screen using the vulkan api.
The code quality likely won't be great since the purpose of developing this was a learning experience.
I'm simply uploading it as there aren't enough java examples for vulkan on the internet currently.

If you are using it as a reference do just note, some of this is suboptimal.

* GPLv3
* Graphics and compute
* Resizable swapchain/window

## Screenshot
![Demo:](screenshots/1.png)