rasterization
There are 194 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
Angelo1211/SoftwareRenderer
Software rendering engine with PBR. Built from scratch on C++.
Zielon/PBRVulkan
Vulkan Real-time Path Tracer Engine
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.
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.
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).
blitzcode/rust-exp
Software rasterization, N-Body simulation and Game of Life in Rust + Haskell
dendenxu/diff-gaussian-rasterization
Improved 3DGS rasterizer.
behindthepixels/EDXRaster
A highly optimized CPU software rasterizer, which implements most of the common D3D pipeline stages.
GlacioHack/geoutils
Analysis of georeferenced rasters, vectors and point clouds
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
NotCamelCase/RasterizationInOneWeekend
Enter the world of rasterization with simple hands-on code
PassByYou888/zAnalysis
zAnalysis是基于Pascal语言编写的大型统计学开源库
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)
dubiousconst282/GLimpSW
Real time Physically Based Rendering on the CPU using AVX512
Gaukler/PlainRenderer
C++ Vulkan real time renderer.
ms0g/cube13h
Spinning 3D cube in VGA Mode 13h
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
maximeraafat/pointRF
Differentiable Point Radiance Fields Rasteriser for Novel View Synthesis
docprompt/Docprompt
Enterprise-ready Document Analysis with Large Language Models
rkibria/pyrasterize
A software 3d rasterizer for pygame (no other dependencies, e.g. numpy)
nadult/lucid
LucidRaster: real-time GPU software rasterizer for exact OIT
andrewlowndes/perfect-antialiasing
Antialiasing via conservative rasterisation and analytical area computation