Found 2,901 repositories(showing 30)
nerfstudio-project
CUDA accelerated rasterization of gaussian splatting
servo
A fast, practical GPU rasterizer for fonts and vector graphics
nv-tlabs
Ray tracing and hybrid rasterization of Gaussian particles
ShichenLiu
Project page of paper "Soft Rasterizer: A Differentiable Renderer for Image-based 3D Reasoning"
BachiLi
Differentiable Vector Graphics Rasterization
dendenxu
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.
keith2018
Tiny C++ Software Renderer / Rasterizer, and implements OpenGL and Vulkan renderers for comparison
Scthe
UE5's Nanite implementation using WebGPU. Includes the meshlet LOD hierarchy, software rasterizer and billboard impostors. Culling on both per-instance and per-meshlet basis.
diharaw
A Vulkan sample that demonstrates a Rasterization and Ray Tracing Hybrid Rendering Pipeline.
NVlabs
[CVPR 2025] Sparse Voxels Rasterization: Real-time High-fidelity Radiance Field Rendering
behdad
GLyphy is an implementation of the Slug algorithm for GPU text rasterization
golang
The Freetype font rasterizer in the Go programming language.
ecumene
A 3D software rasterizer... for the terminal!
AdamYuan
A GPU SVO Builder using rasterization pipeline, a efficient SVO ray marcher and a simple SVO path tracer.
HKUST-SAIL
RaDe-GS: Rasterizing Depth in Gaussian Splatting
a-e-k
A tiny, single-header <canvas>-like 2D rasterizer for C++
wuye9036
SALVIA is the rasterizer based software renderer. The goal of SALVIA is capacity of Direct3D 10+.
MrTornado24
[CVPR 2023 Highlight] Next3D: Generative Neural Texture Rasterization for 3D-Aware Head Avatars
NVlabs
Differentiable rasterization applied to 3D model simplification tasks
alexheretic
Rust API for loading, scaling, positioning and rasterizing OpenType font glyphs
corteva
Tool to convert geopandas vector data into rasterized xarray data.
EmberGL-org
EmberGL - 2D/3D graphics library featuring a tiled software rasterizer.
BoyBaykiller
OpenGL Toy-"Engine" with Wavefront Path Tracer and Rasterizer with Voxel Cone Tracing/Global Illumination
clarte53
A VR viewer for gaussian splatting models developped as native plugin for unity with the original CUDA rasterizer.
Steve132
Micro simple Rasterizer in a single C++11 header file.
rustq
Skia based 2d graphics vue rendering library. It is based on Rust to implement software rasterization to perform rendering. 基于 Skia 的 2D 图形 Vue 渲染库 —— 使用 Rust 语言实现纯软件光栅化
slothfulxtx
Differentiable gaussian rasterization with depth, alpha, normal map and extra per-Gaussian attributes, also support camera pose gradient
OmarShehata
A simple software rasterizer running on a WebGPU compute shader. Built for educational purposes.
raster-gpu
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.
SunXLei
A c++ implemtation of software rasterization application with pbr