All Projects → ARM-software → Vulkan_best_practice_for_mobile_developers

ARM-software / Vulkan_best_practice_for_mobile_developers

Licence: other
Vulkan best practice for mobile developers

Projects that are alternatives of or similar to Vulkan best practice for mobile developers

Gl vs vk
Comparison of OpenGL and Vulkan API in terms of performance.
Stars: ✭ 65 (-84.67%)
Mutual labels:  graphics, vulkan, performance
Flingengine
A Vulkan game engine with a focus on data oriented design
Stars: ✭ 239 (-43.63%)
Mutual labels:  graphics, vulkan
Datoviz
⚡ High-performance GPU interactive scientific data visualization with Vulkan
Stars: ✭ 222 (-47.64%)
Mutual labels:  graphics, vulkan
Diligentcore
Core functionality of Diligent Engine
Stars: ✭ 263 (-37.97%)
Mutual labels:  graphics, vulkan
Alimer
Cross-platform game engine.
Stars: ✭ 172 (-59.43%)
Mutual labels:  graphics, vulkan
Rvg
High level vulkan 2D vector-like graphics api (C++)
Stars: ✭ 171 (-59.67%)
Mutual labels:  graphics, vulkan
ncnn-android-squeezenet
The squeezenet image classification android example
Stars: ✭ 100 (-76.42%)
Mutual labels:  arm, vulkan
Shaderc Rs
Rust bindings for the shaderc library.
Stars: ✭ 143 (-66.27%)
Mutual labels:  graphics, vulkan
Bansheeengine
Modern C++14 game engine with Vulkan support, fully featured editor and C# scripting
Stars: ✭ 2,906 (+585.38%)
Mutual labels:  graphics, vulkan
Three Mesh Bvh
A BVH implementation to speed up raycasting against three.js meshes.
Stars: ✭ 302 (-28.77%)
Mutual labels:  graphics, performance
Agi
Android GPU Inspector
Stars: ✭ 327 (-22.88%)
Mutual labels:  graphics, vulkan
Rgx
Modern mid-level 2D graphics library
Stars: ✭ 172 (-59.43%)
Mutual labels:  graphics, vulkan
Floor
A C++ Compute/Graphics Library and Toolchain enabling same-source CUDA/Host/Metal/OpenCL/Vulkan C++ programming and execution.
Stars: ✭ 166 (-60.85%)
Mutual labels:  graphics, vulkan
Pubg mobile memory hacking examples
Pubg Mobile Emulator Gameloop Memory Hacking C++ code examples. Ex: Name, Coord, Bones, Weapons, Items, Box, Drop etc.
Stars: ✭ 224 (-47.17%)
Mutual labels:  graphics, mobile
Vulkancore
Vulkan 1.0 graphics and compute API bindings for .NET Standard
Stars: ✭ 162 (-61.79%)
Mutual labels:  graphics, vulkan
ncnn-android-benchmark
ncnn android benchmark app
Stars: ✭ 78 (-81.6%)
Mutual labels:  arm, vulkan
Quartz
Vulkan RTX path tracer with a declarative ES7-like scene description language.
Stars: ✭ 367 (-13.44%)
Mutual labels:  graphics, vulkan
Bsf
Modern C++14 library for the development of real-time graphical applications
Stars: ✭ 1,640 (+286.79%)
Mutual labels:  graphics, vulkan
Filament
Filament is a real-time physically based rendering engine for Android, iOS, Windows, Linux, macOS, and WebGL2
Stars: ✭ 13,215 (+3016.75%)
Mutual labels:  graphics, vulkan
Liblava
🌋 A modern and easy-to-use library for the Vulkan API
Stars: ✭ 275 (-35.14%)
Mutual labels:  graphics, vulkan

Vulkan Best Practice for Mobile Developers

Vulkan Best Practice for Mobile Developers banner


This project has been donated to Khronos Group. Development has now moved to:

Please open issues and pull requests there.


Contents

Introduction

The Vulkan Best Practice for Mobile Developers is collection of resources to help you develop optimized Vulkan applications for mobile platforms.

Goals

  • Create a collection of resources that demonstrate best-practice recommendations in Vulkan
  • Create tutorials that explain the implementation of best-practices and include performance analysis guides
  • Create a framework that can be used as reference material and also as a sandbox for advanced experimentation with Vulkan

Disclaimer: This project covers advanced Vulkan concepts. If you are new to Vulkan here are a few links to get you started:

Tutorials

Setup

Clone the repo with submodules using the following command:

git clone --recurse-submodules https://github.com/ARM-software/vulkan_best_practice_for_mobile_developers.git
cd vulkan_best_practice_for_mobile_developers

Follow build instructions for your platform below.

Build

Supported Platforms

Usage

The following shows some example command line usage on how to configure and run the Vulkan Best Practices.

# Run Swapchain Images sample
vulkan_best_practice swapchain_images

# Run AFBC sample in benchmark mode for 5000 frames
vulkan_best_practice --sample afbc --benchmark 5000

# Run bonza test offscreen
vulkan_best_practice --test bonza --hide

# Run all the performance samples
vulkan_best_practice --batch performance

Tests

License

See LICENSE.

This project has some third-party dependencies, each of which may have independent licensing:

  • astc-encoder: ASTC Evaluation Codec
  • CTPL: Thread Pool Library
  • docopt: A C++11 port of the Python argument parsing library
  • glfw: A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input
  • glm: OpenGL Mathematics
  • glslang: Shader front end and validator
  • dear imgui: Immediate Mode Graphical User Interface
  • HWCPipe: Interface to mobile Hardware Counters
  • KTX-Software: Khronos Texture Library and Tools
  • spdlog: Fast C++ logging library
  • SPIRV-Cross: Parses and converts SPIR-V to other shader languages
  • stb: Single-file public domain (or MIT licensed) libraries
  • tinygltf: Header only C++11 tiny glTF 2.0 library
  • vma: Vulkan Memory Allocator
  • volk: Meta loader for Vulkan API
  • vulkan: Sources for the formal documentation of the Vulkan API

This project uses the following 3D models. Each one has its own licence.

Sponza model downloaded from Morgan McGuire's Computer Graphics Archive.

Fonts downloaded from Google Fonts, under license Apache 2.0

PBR References:

Trademarks

Vulkan is a registered trademark of the Khronos Group Inc.

Contributions

All contributions are accepted under the same LICENSE.

Related resources

  • Mali GPU Best Practices: A document with recommendations for efficient API usage
  • PerfDoc: A Vulkan layer which aims to validate applications against Mali GPU Best Practices
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].