cpu-rendering
There are 14 repositories under cpu-rendering topic.
vectozavr/3dzavr
3D game engine with custom CPU rendering
vblanco20-1/Rasterizer
Fully multithreaded C++ CPU rasterizer
tqjxlm/Monte-Carlo-Ray-Tracer
A CPU renderer using Monte-Carlo ray tracing algorithm.
pipliz/cpuvox
A C# implementation of voxlap-style rendering, using Unity and their Burst compiler
Mouradouchane/software_renderer
software renderer from scratch using C++
itsYakub/Soft
Simple 2D Real-Time Graphics Library
dehezhang2/Kombu
Physically based renderer based on Nori in C++11
janekb04/CpuRaytracer
A multithreaded CPU raytracer written in C++. Based on Raytracing in One Weekend. For educational purposes.
tqjxlm/ZBuffer-Scanline-Renderer
A CPU renderer using z-buffer scan line algorithm
Geolm/flow
offline artistic image generator
LoronsoDev/3D-CPU-Rendering
A 3D model visualization system that implements a hierarchy system for each model transformation, lighting and sutherland-hodgman polygon clipping algorithm. Everything is deeply commented so it can be easily used as a resource for learning.
OetkenPurveyorOfCode/Rust-Mandelbrot-Renderer
Rust Mandelbrot software rendering application.
ghadj/Photon-Mapping
Implementation of the photon-mapping algorithm.
kuyuri-iroha/RaytracingFirstTouch
プログラミング演習1で作成したもの。