rendering-pipeline
There are 36 repositories under rendering-pipeline topic.
ssloy/tinyrenderer
A brief computer graphics / rendering course
Angelo1211/HybridRenderingEngine
Clustered Forward/Deferred renderer with Physically Based Shading, Image Based Lighting and a whole lot of OpenGL.
rswinkle/PortableGL
An implementation of OpenGL 3.x-ish in clean C
keith2018/SoftGLRender
Tiny C++ Software Renderer / Rasterizer, and implements OpenGL and Vulkan renderers for comparison
Angelo1211/SoftwareRenderer
Software rendering engine with PBR. Built from scratch on C++.
BloCamLimb/ModernUI
Modern desktop framework from low-level 3D graphics API to high-level view model, for development of 2D/3D rendering software or game engine, with internationalization support and many new technologies.
Dawoodoz/DFPSR
Fast realtime softare rendering library for C++14 using SSE/AVX/NEON. 2D, 3D and isometric rendering with minimal system dependencies.
ema2159/tinyrenderer_rs
tinyrenderer implementation using Rust
leaf3d/leaf3d
A lightweight 3D rendering engine based on modern OpenGL
AlexSabourinDev/software-development-resources
Collection of links to great software development resources!
Kermalis/HybridRenderingEngine-CS
Clustered Forward/Deferred renderer with Physically Based Shading, Image Based Lighting and a whole lot of OpenGL.
trrt-good/3d-Rendering-JAVA
A 3d rendering engine built with native Java.
shinerd/BriefRenderer
Making my first own Brief Renderer (for Study OpenGL)
MichaelZalla/cairo
A single-threaded, 3D software-rendering pipeline in Rust.
xiehuiqi220/smallJs3dRenderer
A small 3d renderer based on canvas and js, for computer graphics learning only, no webgl .
DK26/rendit
CLI tool for rendering `Tera`, `Liquid` or `Handlebars` templates by using JSON files as context.
zchajax/UnityLab-SRP
Customize unity render pipeline.
jgurakuqi/parallel-rasterizer
The goal of this project is to implement a parallel 3D software rendering pipeline with programmable fragment shader.
komilll/LEngine
Forward rendering engine using Physically Based Shading
pavelzw/manim_community_renderer
GitHub Action to render manim videos
Fantaland/BlenderQ-Windows
Blender Q is a program that allows you to que Blender files to render.
Pro1d/proXo
3D graphic engine using only CPU, realtime + ray tracing
spear97/Py3D-World
A remake of an OpenGL Project that I made for my Computer Graphics Course at Texas Wesleyan University, but using ModernGL, Python, and PyGame.
choobek/RenderScheduler
Small render scheduler for ODTools bat files
martbelko/Dominion
Dominion Game Engine
MeteorLiuTech/LumiLights
Gameplay focused visual improvements for Canvas
mlkra/wireframe-renderer
Renderer written in JavaScript.
nlins8224/SoftwareRenderer
Software Renderer written in C++.
spear97/3D-World
An Interactive 3D Environment project that was created during my Spring 2022 Semester at Texas Wesleyan University. A custom graphics Engine Made from Scratch Utilizing OpenGL and C++ to render different environment and spawn 3d object into the Environment.
the-octohedron/blender-render-directory
Searches a directory for .blend files and batch renders them in the terminal
utkusagocak/zeuxis
3D software renderer written in typescript
vongruenigen/gendok
Document Generation as a Service
Conqster/ConqsterRealtimeRenderingTechnology
Conqster Realtime Rendering Technology (CRRT) is personal learning project focused on real-time 3D rendering using OpenGL. Designed to explore and implement various rendering techniques and features.
daltonbr/CustomRenderPipeline
Create a custom Scriptable RenderPipeline from zero in Unity