rasterizer
There are 238 repositories under rasterizer topic.
ssloy/tinyrenderer
A brief computer graphics / rendering course
sinclairzx81/zero
A 3D renderer written in JavaScript and rendered to the terminal.
skywind3000/mini3d
3D Software Renderer in 700 Lines !!
ssloy/tinyraycaster
486 lines of C++: old-school FPS in a weekend
tdewolff/canvas
Cairo in Go: vector to raster, SVG, PDF, EPS, WASM, OpenGL, Gio, etc.
mooman219/fontdue
The fastest font renderer in the world, written in pure rust.
skywind3000/RenderHelp
:zap: 可编程渲染管线实现,帮助初学者学习渲染
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
piqnt/svgexport
SVG to PNG/JPEG command-line tool and Node.js module
meyfa/php-svg
Vector graphics (SVG) library for PHP
C-Chads/tinygl
The penultimate portable graphics library
CaffeineViking/vkhr
Real-Time Hybrid Hair Rendering using Vulkan™
alexheretic/ab-glyph
Rust API for loading, scaling, positioning and rasterizing OpenType font glyphs
a-e-k/canvas_ity
A tiny, single-header <canvas>-like 2D rasterizer for C++
OmarShehata/webgpu-compute-rasterizer
A simple software rasterizer running on a WebGPU compute shader. Built for educational purposes.
raster-gpu/raster-i
A 3D FPGA GPU for real-time rasterization with a tile-based deferred rendering (TBDR) architecture, featuring transform & lighting (T&L), back-face culling, MSAA anti-aliasing, ordered dithering, etc.
saccharineboi/CursedGL
3D graphics library for the terminal
bourgesl/marlin-renderer
Marlin is the FAST Java2D antialiasing rasterizer derived from OpenJDK Pisces (shape)
PaintLab/PixelFarm
From Vectors to (sub) Pixels, C# 2D Rendering Library
cppjames/rendeer
A simple 3D rasterizer made from scratch in Python.
WW92030-STORAGE/VSC
Portable 3D Real-Time Rendering Engine in C++
mtrebi/Rasterizer
CPU forward/deferred rasterizer with depth-buffering, texture mapping, normal mapping and blinn-phong shading implemented in C++
Dawoodoz/DFPSR
Fast realtime softare rendering library for C++14 using SSE/AVX/NEON. 2D, 3D and isometric rendering with minimal system dependencies.
happyfire/URasterizer
URasterizer: A software rasterizer on top of Unity, accelerated by Job system & Compute Shader
3DStuff/voxelizer
Parallel and memory efficient CPU rasterizer. Can process and merge multiple meshes to a single voxel model.
NotCamelCase/SoftLit
Software Rasterizer
LukasBanana/PicoRenderer
Low-Level, 8-bit Colored, 3D Software Renderer written in C99
h0MER247/swGL
A multithreaded software implementation of OpenGL 1.3 in C++.
JoeyTeng/jaxrenderer
Differentiable Rasteriser implemented in JAX. Reference: https://github.com/erwincoumans/tinyrenderer, https://github.com/ssloy/tinyrenderer/wiki; PR: https://github.com/google/brax/pull/367
VisualGMQ/rs-cpurenderer
a cpu/gpu soft renderer in rust
bourgesl/marlin-fx
MarlinFX is the JavaFX port of the Marlin renderer (scanline rasterizer)
baldurk/visor
Vulkan Ignoble Software Rasterizer: Software rasterizer implementing Vulkan. Just for fun.
jqrv1s/rusterizer
Bare-bones software renderer written in Rust
bytecode77/fastpix3d
Software Rasterizer (C++)
Guarneri1743/CPU-Rasterizer
A tile based cpu rasterizer