Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)