ncnn is a high-performance neural network inference framework optimized for the mobile platform
-
Updated
Apr 6, 2022 - C++
{{ message }}
ncnn is a high-performance neural network inference framework optimized for the mobile platform
Open deep learning compiler stack for cpu, gpu and specialized accelerators
MNN is a blazing fast, lightweight deep learning framework, battle-tested by business-critical use cases in Alibaba
Video, Image and GIF upscale/enlarge(Super-Resolution) and Video frame interpolation. Achieved with Waifu2x, Real-ESRGAN, Real-CUGAN, SRMD, RealSR, Anime4K, RIFE, CAIN, DAIN, and ACNet.
OpenGL Mathematics (GLM)
In Xenia, there are two kinds of declarations of kernel notification IDs:
private static const uint32_t kMsg….For future convenience especially when
A lossless video/GIF/image upscaler achieved with waifu2x, Anime4K, SRMD and RealSR. Started in Hack the Valley 2, 2018.
Lightweight and modular C++11 graphics middleware for games and data visualization
As of 00e1f52cf95c16b0cea34c83372145532b4745ba the LWJGL codebase has a new directory layout. This has broken the included Eclipse project.
Open-source, cross-platform, C++ game engine for creating 2D/3D games.
A Vulkan and OpenGL overlay for monitoring FPS, temperatures, CPU/GPU load and more. Discord: https://discordapp.com/invite/Gj5YmBb
3D engine focusing on modern rendering
Fast PlayStation 1 emulator for x86-64/AArch32/AArch64
Safe and rich Rust wrapper around the Vulkan API
The Forge Cross-Platform Rendering Framework PC Windows, Linux, Ray Tracing, macOS / iOS, Android, XBOX, PS4, PS5, Switch, Quest 2
Cocos Engine is an open-source framework for building 2D & 3D real-time rendering and interactive contents, especially video games, which can be deployed to mobile, desktop and web. It is inherited from the legacy Cocos2d-x with a redesigned modern architecture. To run this engine, please download Cocos Creator.
Awesome Vulkan ecosystem
A modern cross-platform low-level graphics library and rendering framework
One stop solution for all Vulkan samples
Add a description, image, and links to the vulkan topic page so that developers can more easily learn about it.
To associate your repository with the vulkan topic, visit your repo's landing page and select "manage topics."
Problem:
After using Engine.createTextureFromKtx/jpeg/Png, I need to query the texture width and height so I can generate proper UV coordinates for font display.
Proposed solution
Expose the Texture.getWidth(), getHeight(), etc. methods to get texture information. I currently only need width and height, but I can see usage cases for many of the other "getters" available in the C++ in