Repository navigation

#

rasterization

Quickly and accurately render even the largest data.

Python
3394
9 天前
ekzhang/graphics-workshop

Learn computer graphics by writing GPU shaders!

GLSL
2127
3 年前

2D Vector Graphics Engine Powered by a JIT Compiler

C++
1727
21 天前

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.

Python
564
2 个月前

Original reference implementation of "StopThePop: Sorted Gaussian Splatting for View-Consistent Real-time Rendering"

Python
207
1 年前

3D rendering and animation engine for multifaceted displays on microcontrollers

C++
161
7 天前

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).

C
120
1 个月前

Multi-threaded, CPU-based vector graphics rasterizer.

C++
118
7 个月前

Improved 3DGS rasterizer.

Cuda
110
2 个月前

Software rasterization, N-Body simulation and Game of Life in Rust + Haskell

Rust
110
9 年前

Analysis of georeferenced rasters, vectors and point clouds

Python
103
1 天前

A highly optimized CPU software rasterizer, which implements most of the common D3D pipeline stages.

C++
95
7 年前