235 results for “topic:rasterization”
A PyTorch Library for Accelerating 3D Deep Learning Research
Quickly and accurately render even the largest data.
Learn computer graphics by writing GPU shaders!
2D Vector Graphics Engine Powered by a JIT Compiler
An implementation of OpenGL 3.x-ish in clean C
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.
Tiny C++ Software Renderer / Rasterizer, and implements OpenGL and Vulkan renderers for comparison
Software rendering engine with PBR. Built from scratch on C++.
Python bindings to PDFium, reasonably cross-platform.
Vulkan Real-time Path Tracer Engine
Sample viewer implementing several rendering methods for 3D gaussians using Vulkan API
Raster manipulation for the Julia language
Original reference implementation of "StopThePop: Sorted Gaussian Splatting for View-Consistent Real-time Rendering"
Multi-threaded, CPU-based vector graphics rasterizer.
CPU Based Rasterizer Engine
3D rendering and animation engine for multifaceted displays on microcontrollers
Improved 3DGS rasterizer.
Analysis of georeferenced rasters, vectors and point clouds
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).
Portable 3D Real-Time Rendering Engine in C++
Software rasterization, N-Body simulation and Game of Life in Rust + Haskell
A highly optimized CPU software rasterizer, which implements most of the common D3D pipeline stages.
C++ Software Renderer/Rasterizer
A small software graphics renderer
Parallel and memory efficient CPU rasterizer. Can process and merge multiple meshes to a single voxel model.
Real time Physically Based Rendering on the CPU using AVX512
Triangle rasterization routines accelerated by SSE and AVX
Enter the world of rasterization with simple hands-on code
This is my personal library of code that is common to my different projects (Photosounder, SplineEQ, Spiral and others)
a cpu/gpu soft renderer in rust