rasterization
There are 223 repositories under rasterization topic.
NVIDIAGameWorks/kaolin
A PyTorch Library for Accelerating 3D Deep Learning Research
holoviz/datashader
Quickly and accurately render even the largest data.
ekzhang/graphics-workshop
Learn computer graphics by writing GPU shaders!
blend2d/blend2d
2D Vector Graphics Engine Powered by a JIT Compiler
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
dendenxu/fast-gaussian-rasterization
A geometry-shader-based, global CUDA sorted high-performance 3D Gaussian Splatting rasterizer. Can achieve a 5-10x speedup in rendering compared to the vanialla diff-gaussian-rasterization.
Angelo1211/SoftwareRenderer
Software rendering engine with PBR. Built from scratch on C++.
Zielon/PBRVulkan
Vulkan Real-time Path Tracer Engine
nvpro-samples/vk_gaussian_splatting
Sample viewer implementing several rendering methods for 3D gaussians using Vulkan API
rafaqz/Rasters.jl
Raster manipulation for the Julia language
r4dl/StopThePop
Original reference implementation of "StopThePop: Sorted Gaussian Splatting for View-Consistent Real-time Rendering"
Zielon/CPURasterizer
CPU Based Rasterizer Engine
coelacant1/ProtoTracer
3D rendering and animation engine for multifaceted displays on microcontrollers
aurimasg/blaze
Multi-threaded, CPU-based vector graphics rasterizer.
dendenxu/diff-gaussian-rasterization
Improved 3DGS rasterizer.
StarsX/ComputeRaster
Real-time software rasterizer using compute shaders, including vertex processing stage (IA and vertex shaders), bin rasterization, tile rasterization (coarse rasterization), and pixel rasterization (fine rasterization, which calls the pixel shaders).
WW92030-STORAGE/VSC
Portable 3D Real-Time Rendering Engine in C++
GlacioHack/geoutils
Analysis of georeferenced rasters, vectors and point clouds
blitzcode/rust-exp
Software rasterization, N-Body simulation and Game of Life in Rust + Haskell
trenki2/SoftwareRenderer
C++ Software Renderer/Rasterizer
behindthepixels/EDXRaster
A highly optimized CPU software rasterizer, which implements most of the common D3D pipeline stages.
kosua20/PtahRenderer
A small software graphics renderer
3DStuff/voxelizer
Parallel and memory efficient CPU rasterizer. Can process and merge multiple meshes to a single voxel model.
Erkaman/sse-avx-rasterization
Triangle rasterization routines accelerated by SSE and AVX
dubiousconst282/GLimpSW
Real time Physically Based Rendering on the CPU using AVX512
NotCamelCase/RasterizationInOneWeekend
Enter the world of rasterization with simple hands-on code
VisualGMQ/rs-cpurenderer
a cpu/gpu soft renderer in rust
Photosounder/rouziclib
This is my personal library of code that is common to my different projects (Photosounder, SplineEQ, Spiral and others)
PassByYou888/zAnalysis
zAnalysis是基于Pascal语言编写的大型统计学开源库
Gaukler/PlainRenderer
C++ Vulkan real time renderer.
xms0g/cube13h
Spinning 3D cube in VGA Mode 13h
nadult/lucid
LucidRaster: real-time GPU software rasterizer for exact OIT
r4dl/StopThePop-Rasterization
Original reference implementation of the CUDA rasterizer from the paper "StopThePop: Sorted Gaussian Splatting for View-Consistent Real-time Rendering"
Guarneri1743/CPU-Rasterizer
A tile based cpu rasterizer
docprompt/Docprompt
Enterprise-ready Document Analysis with Large Language Models