Rendu
Graphics renderer
A graphics rendering engine designed for experimentation with Vulkan and various rendering techniques.
A simple realtime graphics playground for experimentations.
548 stars
13 watching
31 forks
Language: C++
last commit: 2 months ago
Linked from 1 awesome list
computer-graphicsgpugraphics-enginegraphics-programmingopengltemplate
Related projects:
Repository | Description | Stars |
---|---|---|
kosua20/herebedragons | A collection of implementations of the same 3D scene using various rendering methods and APIs | 1,732 |
andrejnau/flycube | A low-level graphics API providing features like ray tracing and support for multiple backends | 388 |
enjiushi/vulkanlearn | A real-time rendering engine demonstrating various techniques like deferred rendering, physical-based rendering, and Vulkan optimization. | 291 |
amethyst/rendy | A rendering engine that provides a safe and modular API for building graphics applications | 815 |
mortennobel/simplerenderengine | A C++14-based graphics rendering engine designed to simplify 2D and 3D graphics programming. | 347 |
unity-technologies/nativerenderingplugin | A C++ plugin that demonstrates native rendering and graphics-related functionality in Unity. | 822 |
vaneenige/phenomenon | A small, low-level WebGL library providing essentials for high-performance rendering of particles on the GPU. | 1,778 |
mitsuba-renderer/mitsuba | A research-oriented rendering system with an emphasis on experimental techniques and modularity. | 1,047 |
kocsis1david/font-demo | A Vulkan-based font rendering project that demonstrates text rendering using signed distance estimation | 233 |
kimkulling/osre | A 3D rendering engine with platform abstraction and component-based architecture. | 187 |
google/swiftshader | A high-performance CPU-based implementation of the Vulkan graphics API for hardware independence in 3D graphics. | 2,143 |
angelo1211/hybridrenderingengine | A high-performance rendering engine that combines physically based shading and image-based lighting techniques using OpenGL. | 1,204 |
ktstephano/stratusgfx | A low-level rendering engine designed to learn modern graphics techniques and provide a flexible platform for developers to build 3D applications. | 677 |
clementfarabet/gfx.js | A browser-based graphics backend that monitors directory changes and renders HTML files on demand | 125 |
trungtle/tlvulkanrenderer | A Vulkan-based renderer for demonstrating real-time transparency algorithms on the GPU. | 96 |