Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/codedcosmos/vulkan-computegraphics-demo
- Owner: codedcosmos
- License: gpl-3.0
- Created: 2020-07-12T23:24:04.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-18T08:25:59.000Z (over 4 years ago)
- Last Synced: 2023-10-20T11:55:30.054Z (about 1 year ago)
- Language: Java
- Size: 69.3 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vulkan Compute/Graphics Demo
### By codedcosmosIt 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)