All Projects → diharaw → Nimble

diharaw / Nimble

Licence: mit
An OpenGL renderer with a modern and extensible rendering pipeline.

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Nimble

Renderhelp
⚡️ 可编程渲染管线实现,帮助初学者学习渲染
Stars: ✭ 494 (+243.06%)
Mutual labels:  opengl, shaders, rendering-engine
Leaf3d
A lightweight 3D rendering engine based on modern OpenGL
Stars: ✭ 16 (-88.89%)
Mutual labels:  opengl, shaders, rendering-engine
Graphics Algorithm
3D图形学算法Code。包括软渲染、光线追踪、PBR等等~
Stars: ✭ 67 (-53.47%)
Mutual labels:  opengl, renderer, rendering-engine
Tinyrenderer
A brief computer graphics / rendering course
Stars: ✭ 11,776 (+8077.78%)
Mutual labels:  opengl, shaders, rendering-engine
Simplerenderengine
Small C++14 render engine
Stars: ✭ 253 (+75.69%)
Mutual labels:  opengl, shaders, rendering-engine
Hybridrenderingengine
Clustered Forward/Deferred renderer with Physically Based Shading, Image Based Lighting and a whole lot of OpenGL.
Stars: ✭ 563 (+290.97%)
Mutual labels:  opengl, shaders, rendering-engine
Diligentsamples
Sample projects demonstrating the usage of Diligent Engine
Stars: ✭ 138 (-4.17%)
Mutual labels:  opengl, renderer
Llgl
Low Level Graphics Library (LLGL) is a thin abstraction layer for the modern graphics APIs OpenGL, Direct3D, Vulkan, and Metal
Stars: ✭ 1,011 (+602.08%)
Mutual labels:  opengl, renderer
Diligentengine
A modern cross-platform low-level graphics library and rendering framework
Stars: ✭ 2,142 (+1387.5%)
Mutual labels:  opengl, renderer
3d Game Shaders For Beginners
🎮 A step-by-step guide to implementing SSAO, depth of field, lighting, normal mapping, and more for your 3D game.
Stars: ✭ 11,698 (+8023.61%)
Mutual labels:  opengl, shaders
Rendere
Simple render engine for OpenGL
Stars: ✭ 57 (-60.42%)
Mutual labels:  opengl, rendering-engine
Spectaculum
A spectacular view widget for visual media content on Android
Stars: ✭ 78 (-45.83%)
Mutual labels:  opengl, shaders
Pixi.js
The HTML5 Creation Engine: Create beautiful digital content with the fastest, most flexible 2D WebGL renderer.
Stars: ✭ 34,982 (+24193.06%)
Mutual labels:  renderer, rendering-engine
Tess Opt
Demonstration of how we can use tessellation shaders to make faster fragment shaders.
Stars: ✭ 13 (-90.97%)
Mutual labels:  opengl, shaders
Shaderworkshop
Interactive GLSL fragment shaders editor made with Qt
Stars: ✭ 43 (-70.14%)
Mutual labels:  opengl, shaders
Nau
Nau - OpenGL + Optix 3D Engine
Stars: ✭ 18 (-87.5%)
Mutual labels:  opengl, shaders
Tinyraycaster
486 lines of C++: old-school FPS in a weekend
Stars: ✭ 1,383 (+860.42%)
Mutual labels:  opengl, rendering-engine
Mini3d
3D Software Renderer in 700 Lines !!
Stars: ✭ 1,320 (+816.67%)
Mutual labels:  opengl, renderer
Gdx Vfx
LibGDX post-processing visual effects
Stars: ✭ 105 (-27.08%)
Mutual labels:  opengl, shaders
Imogen
GPU Texture Generator
Stars: ✭ 648 (+350%)
Mutual labels:  opengl, shaders

License: MIT

Nimble

An OpenGL renderer with a modern and extensible rendering pipeline.

Features

  • Forward and Deferred rendering paths.
  • Tiled and Clustered light culling.
  • Physically Based Shading
  • Image Based Lighting
  • Tiled Forward/Deferred Shading
  • Clustered Forward/Deferred Shading
  • Cascaded Shadow Maps with Percentage Closer Filtering (PCF)
  • Screen Space Ambient Occlusion (SSAO)
  • Temporal Anti-Aliasing (TAA)
  • Per-Object Motion Blur
  • Screen Space Reflections
  • Bokeh Depth of Field
  • Bruneton Atmospheric Scattering
  • Volumetric Lighting
  • Bloom
  • Adaptive Exposure
  • Variety of Tone-Mapping operators (Reinhard, Uncharted 2, Filmic etc)
  • GPU Profiling
  • Experimental Render Graph implementation

NOTE: Still in development. A proper guide will be available soon!

Screenshots

Nimble

Nimble

Roadmap

  • Subsurface Scattering
  • Light mapping
  • Local Reflection and Irradiance Probes
  • GUI Render Graph Editor
  • SMAA
  • HBAO

Dependencies

License

Copyright (c) 2019 Dihara Wijetunga

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and 
associated documentation files (the "Software"), to deal in the Software without restriction, 
including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, 
subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial
portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT 
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
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].