Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aglitchman/defold-vulkan-test
Demo project for Defold Vulkan renderer
https://github.com/aglitchman/defold-vulkan-test
defold defold-game-engine
Last synced: 22 days ago
JSON representation
Demo project for Defold Vulkan renderer
- Host: GitHub
- URL: https://github.com/aglitchman/defold-vulkan-test
- Owner: aglitchman
- Created: 2020-08-03T09:56:46.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-10-06T08:17:26.000Z (about 1 year ago)
- Last Synced: 2024-10-25T09:48:45.837Z (2 months ago)
- Topics: defold, defold-game-engine
- Language: C++
- Homepage:
- Size: 5.1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vulkan Test
This demo aims to stress test Defold Vulkan renderer and to catch bugs. It spawns 1000 mesh objects and measures the time required to render the scene using PreRender and PostRender callbacks.
![Screenshot](screenshot.png)
## How To Use
Press *F2* to toggle profiler.
### OpenGL
Set this .appmanifest for OpenGL:
![OpenGL](opengl.png)
### Vulkan
Set this .appmanifest for Vulkan:
![Vulkan](vulkan_1.png)