Projects in Awesome Lists tagged with rasterization
A curated list of projects in awesome lists tagged with rasterization .
https://github.com/NVIDIAGameWorks/kaolin
A PyTorch Library for Accelerating 3D Deep Learning Research
3d-deep-learning artificial-intelligence camera-api cuda differentiable-lighting differentiable-rendering neural-networks pytorch rasterization
Last synced: 20 Mar 2025
https://github.com/nvidiagameworks/kaolin
A PyTorch Library for Accelerating 3D Deep Learning Research
3d-deep-learning artificial-intelligence camera-api cuda differentiable-lighting differentiable-rendering neural-networks pytorch rasterization
Last synced: 14 May 2025
https://github.com/holoviz/datashader
Quickly and accurately render even the largest data.
data-visualizations datashader holoviz rasterization
Last synced: 01 Apr 2026
https://github.com/ekzhang/graphics-workshop
Learn computer graphics by writing GPU shaders!
2d 3d glsl graphics javascript rasterization raytracing shaders webgl
Last synced: 15 May 2025
https://github.com/blend2d/blend2d
2D Vector Graphics Engine Powered by a JIT Compiler
2d-graphics asmjit cpp jit rasterization
Last synced: 14 May 2025
https://github.com/rswinkle/PortableGL
An implementation of OpenGL 3.x-ish in clean C
3d 3d-graphics computer-graphics graphics opengl rasterization rasterizer renderer rendering rendering-pipeline shader shaders single-header-library software-renderer software-rendering tutorial
Last synced: 01 Sep 2025
https://github.com/rswinkle/portablegl
An implementation of OpenGL 3.x-ish in clean C
3d 3d-graphics computer-graphics graphics opengl rasterization rasterizer renderer rendering rendering-pipeline shader shaders single-header-library software-renderer software-rendering tutorial
Last synced: 05 Mar 2026
https://github.com/angelo1211/softwarerenderer
Software rendering engine with PBR. Built from scratch on C++.
3d-graphics c-plus-plus cpp graphics graphics-programming learning parallelization physically-based-rendering prototype rasterization rendering-engine rendering-pipeline sdl2 shaders software-rendering
Last synced: 05 Apr 2025
https://github.com/Zielon/PBRVulkan
Vulkan Real-time Path Tracer Engine
brdf gpu-programming light-simulation path-tracer pbr rasterization raycaster-engine raycasting raytracer raytracing rtx vulkan
Last synced: 09 Jul 2025
https://github.com/rafaqz/rasters.jl
Raster manipulation for the Julia language
arrays gdal geo geospatial geospatial-data geospatial-processing geospatial-visualization netcdf raster rasterization
Last synced: 26 Jan 2026
https://github.com/rafaqz/Rasters.jl
Raster manipulation for the Julia language
arrays gdal geo geospatial geospatial-data geospatial-processing geospatial-visualization netcdf raster rasterization
Last synced: 15 Mar 2025
https://github.com/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.
3dgs 4dgs nerf rasterization shaders
Last synced: 10 Apr 2025
https://github.com/glaciohack/geoutils
Analysis of georeferenced rasters, vectors and point clouds
geopandas geospatial-processing gis masking polygonization python raster-data rasterio rasterization reprojection vector-data
Last synced: 28 Jan 2026
https://github.com/blitzcode/rust-exp
Software rasterization, N-Body simulation and Game of Life in Rust + Haskell
game-of-life haskell n-body rasterization rust
Last synced: 17 Oct 2025
https://github.com/dendenxu/diff-gaussian-rasterization
Improved 3DGS rasterizer.
Last synced: 06 Apr 2025
https://github.com/ww92030-storage/vsc
Portable 3D Real-Time Rendering Engine in C++
3d-graphics graphics graphics-engine protogen rasterization rasterizer render rendering rendering-engine
Last synced: 10 Apr 2025
https://github.com/kosua20/ptahrenderer
A small software graphics renderer
computer-graphics graphics-rendering rasterization software-rendering swift
Last synced: 09 Sep 2025
https://github.com/kosua20/PtahRenderer
A small software graphics renderer
computer-graphics graphics-rendering rasterization software-rendering swift
Last synced: 22 Jul 2025
https://github.com/Erkaman/sse-avx-rasterization
Triangle rasterization routines accelerated by SSE and AVX
avx cpp demo rasterization simd sse triangle tutorial
Last synced: 08 May 2025
https://github.com/erkaman/sse-avx-rasterization
Triangle rasterization routines accelerated by SSE and AVX
avx cpp demo rasterization simd sse triangle tutorial
Last synced: 09 Aug 2025
https://github.com/visualgmq/rs-cpurenderer
a cpu/gpu soft renderer in rust
graphics rasterization rasterizer rendering rust soft-renderer software-renderer
Last synced: 29 Aug 2025
https://github.com/veykril/blend2d-rs
Blend2D Bindings for Rust
2d-graphics blend2d jit rasterization rust-bindings
Last synced: 24 Mar 2025
https://github.com/nxsaken/clipline
Line segment rasterization with pixel-perfect clipping.
bresenham clipping graphics line-drawing pixels rasterization rust rust-gamedev software-rendering
Last synced: 17 Mar 2026
https://github.com/pannapudi/compaster
Rasterization using compute shaders
compute gpu rasterization shaders wgpu
Last synced: 29 Jul 2025
https://github.com/bchao1/go-render
🎦 3D renderer in Go.
3d 3d-graphics camera computer-graphics geometry go golang light rasterization rendering texture
Last synced: 12 Apr 2025
https://github.com/marianpekar/software-renderer-odin
3D software renderer written in Odin.
backface-culling flat-shading graphics-pipeline graphics-programming matrices matrix-transformations odin odin-lang orthographic-projection perspective-projection phong-shading rasterization software-render software-renderer software-rendering uv-mapping
Last synced: 14 Feb 2026
https://github.com/luizzak/swift-blend2d
Experimental Swift bindings for Blend2D
2d-graphics blend2d rasterization
Last synced: 07 Mar 2026
https://github.com/xyproto/pixelpusher
:space_invader: Plot pixels on a 320x200 256c canvas
256-colors gamedev go graphics pixel-art rasterization renderer sdl2 software-renderer
Last synced: 15 Apr 2025
https://github.com/upf-gti/cgframeworkstudent
C++ Framework for Computer Graphics Course at UPF
cg computer-graphics opengl rasterization sdl2
Last synced: 11 Apr 2025
https://github.com/rastapasta/points-in-polygon
🖼️ Process all points inside any 2D polygon
geometry-library node-js node-module polygon polygon-points rasterization triangulation
Last synced: 13 Apr 2025
https://github.com/rastapasta/wresenham
📈 Bresenham line algorithm with stroke Width - process all points on a line, given two points and a width
geometry line node-js node-module rasterization
Last synced: 13 Apr 2025
https://github.com/pmkroeker/rasterize-svg
Rasterize SVG Elements for Download as PNG
rasterization save-files svg typescript
Last synced: 14 Feb 2026
https://github.com/rastapasta/points-in-triangle
🔺 Process all points inside any 2D triangle (Bresenham Triangle Rasterization)
node-js node-module rasterization triangle triangle-points triangle-rasterization
Last synced: 24 Apr 2025
https://github.com/ilya3point999k/ral
Single header fixed point software renderer
3d c fixed-point public-domain rasterization single-header software-rendering
Last synced: 11 Apr 2025
https://github.com/dcubix/3d-software-renderer
3D Software Renderer in C++
graphics-programming multithreading rasterization shaders software-rendering
Last synced: 30 Jul 2025
https://github.com/tudelft3d/geo1101.2020.ahn3
An improved AHN3 gridded DTM/DSM done as university project for the MSc Geomatics @ TU Delft
ahn ahn3 dsm dtm geomatics hydroflattening interpolation laspy lidar point-cloud rasterio rasterization shapely startin tudelft
Last synced: 10 Apr 2026
https://github.com/0opsdev/farquhar-engine
Farquhar Engine is a Open Source c++ game engine created for the prepose of learning opengl
3d 3d-graphics cpp game-development game-engine gamedev glfw3 opengl raster rasterization
Last synced: 10 Apr 2025
https://github.com/muratcanakcay/computer-graphics
My work in C#/WPF for the 6th Semester "Computer Graphics" class in the Computer Science B.S. program at Politechnika Warszawa. Image Processing, Rasterization & 3D-Modeling
3d-models clipping color-quantization cuboid cylinder dithering filling image-processing phong-lighting phong-shader rasterization sphere texturing wiremesh
Last synced: 08 May 2025
https://github.com/ungast/swiftvulkanrenderer
A basic rasterization and a raytracing renderer written in Swift using Vulkan.
rasterization raytracing swift vulkan
Last synced: 26 May 2026
https://github.com/rowanwins/vector-to-grid
Convert geojson to a grid/raster
computational-geometry polygon rasterization
Last synced: 09 Mar 2026
https://github.com/microscopic-image-analysis/diffpointrasterisation.jl
Differentiable rasterisation of point clouds in julia
differentiable-rendering point-cloud rasterization rasterizer
Last synced: 21 Feb 2026
https://github.com/jpvt/computer_graphics
Repository dedicated to Introduction to Computer Graphics class
computer-graphics graphics-pipeline opengl rasterization
Last synced: 11 Apr 2025
https://github.com/sj14/graphic-engine-tutorials
⚙️ A curated list of tutorials about building graphic engines.
directx graphics-engine opengl rasterization raytracing voxel vulkan
Last synced: 12 Oct 2025
https://github.com/karthikriyer/computer-graphics-principlesandpractice
A C++ and WPF implementation of Computer-Graphics-Principles And Practice by JOHN F. HUGHES, ANDRIES VAN DAM, MORGAN MCGUIRE, DAVID F. SKLAR, JAMES D. FOLEY, STEVEN K. FEINER and KURT AKELEY
integral motion-induced-blindness rasterization raycasting raytracer rejection-sampling sutherland-hodgman-algorithm wpf
Last synced: 20 May 2026
https://github.com/shimeoki/jfx-rasterization
A JavaFX shape rasterization library.
Last synced: 15 Apr 2025
https://github.com/yashkarthik/tinyrenderer
A rasterization engine written from scratch (no libraries) in C++
Last synced: 04 Jul 2025
https://github.com/detunized/tile-generator-docker
Docker container to rasterize OSM tiles
container docker openstreetmap rasterization tiles
Last synced: 10 Apr 2026
https://github.com/onurmx/rasterization
Rasterization application developed with Windows Forms.
circle-drawing clipping clipping-algorithm dda-algorithm drawing-lines drawing-polygons drawing-rectangles filling filling-algorithms graphics liang-barsky line-drawing polygon-clipping polygon-drawing rasterization scan-line scanlinefill
Last synced: 12 Mar 2025
https://github.com/sepastian/inkscape-svg2jpg
Inkscape output plugin for saving SVG files in JPG format.
inkscape inkscape-extension rasterization
Last synced: 08 Feb 2026
https://github.com/anonto050/cse-410-computer-graphics
This repository contains assignments of computer graphics course CSE410
computer-graphics opengl rasterization ray-tracing
Last synced: 10 May 2026
https://github.com/pwalig/rasterizer
Parallel software rasterizer in written C++
3d-graphics c-plus-plus cplusplus cpp multithreading rasterization rasterizer rendering software-rasterization-renderer software-rasterizer
Last synced: 03 Sep 2025
https://github.com/mqlvin/fortniteheightmap
An app allowing you to generate Fortnite heightmap images in high-resolution (up to 16k). The heightmap includes terrain, buildings and other on-map meshes.
dropmap egui fortnite fortnite-dropmap fortnite-heightmap heightmap rasterization rust uemodel
Last synced: 28 May 2026
https://github.com/domfarolino/omtp-performance
OMTP performance collection
firefox gecko painting rasterization rendering
Last synced: 29 Jun 2025
https://github.com/nens/rastercaster
Custom DEMs from polygons with profile definitions
digital-elevation-model plpgsql postgis postgis-raster python rasterization
Last synced: 19 Jan 2026
https://github.com/sakrist/simplecpuraster
A simple CPU rasterizer is written with C++. glm as math library
cpp glm graphics rasterization rasterizer
Last synced: 08 Apr 2025
https://github.com/yangfengzzz/digitalfundamental
soft renderer(ray-tracing rasterization and ray marching)
computer-graphics demos rasterization raymarching raytracing
Last synced: 24 Mar 2025
https://github.com/lebrancworkshop/lebranc-learn-computer-graphics
Learning Resource for relating topics on Computer Graphics.
computer-graphics linear-algebra opengl rasterization ray-tracing
Last synced: 31 Mar 2025
https://github.com/debittccard/bezier-based-cpu-renderer
3D software rendering engine written in C. This project implements a full custom graphics pipeline from scratch, optimised for CPU‑bound environments. It features volumetric extrusion, multithreaded rasterisation, shadow mapping, distance‑based LOD, and a configurable projection system with supersampling anti‑aliasing.
3d aces-tonemapping bezier-curves c command-line-tool cpu-rendering distance-lod from-scratch frustum-culling gourand-shading graphics-engine high-performance png-output ppm pthreads rasterization rendering shadow-mapping software-renderer ssaa
Last synced: 25 Apr 2026
https://github.com/kiwijuice56/rasterizer-3d-engine
3D rasterizer engine in Java
3d 3d-engine 3d-graphics java raster-graphics rasterization
Last synced: 09 Aug 2025
https://github.com/asherjingkongchen/gausplat-trainer
A library to train scenes for "gausplat"
gaussian-splatting gpu machine-learning radiance-field rasterization rust training view-synthesis
Last synced: 15 Mar 2025
https://github.com/asherjingkongchen/gausplat-renderer
A library to render scenes for "gausplat"
gaussian-splatting gpu machine-learning radiance-field rasterization rendering rust training view-synthesis
Last synced: 15 Mar 2025
https://github.com/anzhelion/android-native-calendar
A native C++ application for android using JNI whenever needed.
android android-app android-application android-ui egl font glyphs jni jni-android memory-management mmap native native-apps ogl ogles2 opengl opengl-es opengles rasterization
Last synced: 08 May 2026
https://github.com/superb-man/computer-graphics
Graphics Courseworks.Implemented a raster-based pipeline and ray tracer
3d-opengl rasterization ray-tracing
Last synced: 30 Aug 2025
https://github.com/michigancg/rasterizer-workshop
Starter code for the Michigan Computer Graphics workshop on rasterization.
3d-graphics cpp20 rasterization rendering
Last synced: 07 Jul 2025
https://github.com/jodus-melodus/rasterizer-rust
Rasterizer in Rust
3d 3d-models linear-algebra model raster-graphics rasterization rasterizer rasterizer-3d rust rust-lang
Last synced: 28 Oct 2025
https://github.com/wangsimiao2000/foundations_of_modelling_and_rendering
University of Leeds Foundations of Modelling and_Rendering Course Assignments
blinn-phong rasterization raytracing rendering
Last synced: 06 Apr 2025
https://github.com/asherjingkongchen/gausplat-loader
A library to load scenes for "gausplat"
3d colmap gaussian-splatting gpu machine-learning radiance-field rasterization reconstruction rust training view-synthesis
Last synced: 27 Oct 2025
https://github.com/saiteja-talluri/cs475-assignments
Assignments for the Computer Graphics Course in Autumn 2018, IIT Bombay
animation bezier-curves camera-motion cplusplus modelling opengl rasterization
Last synced: 16 May 2026
https://github.com/madmann91/proto
Basic infrastructure for graphics-related projects
basics cpp20 header-only rasterization ray-tracing
Last synced: 14 Mar 2025
https://github.com/asifhaider/computer-graphics-4-1
3D Transformation with OpenGL, Raster Based Graphics Pipeline with Z-buffer Algorithm, Ray Casting and Ray Tracing using Phong Lighting Model with Shadow
opengl phong-lighting rasterization raytracing z-buffer
Last synced: 25 Apr 2026