#
rasterization
Here are 113 public repositories matching this topic...
Learn computer graphics by writing GPU shaders!
-
Updated
Oct 25, 2021 - GLSL
2D Vector Graphics Engine Powered by a JIT Compiler
-
Updated
May 18, 2022 - C++
Software rendering engine with PBR. Built from scratch on C++.
learning
c-plus-plus
prototype
cpp
shaders
graphics
software-rendering
sdl2
parallelization
graphics-programming
rendering-engine
rendering-pipeline
3d-graphics
rasterization
physically-based-rendering
-
Updated
Jan 15, 2021 - C++
Vulkan Real-time Path Tracer Engine
vulkan
path-tracer
raytracer
brdf
raytracing
pbr
raycasting
rtx
rasterization
gpu-programming
light-simulation
raycaster-engine
-
Updated
Oct 10, 2021 - C++
Tiny C++ Software Renderer / Rasterizer
tutorial
opengl
cpp
graphics
software-rendering
rendering
computer-graphics
pixels
shader
rasterizer
renderer
rendering-engine
ibl
pbr
rendering-pipeline
3d
3d-graphics
rasterization
software-renderer
soft-renderer
-
Updated
Jun 12, 2022 - C++
Notcurses-based software rasterizer inspired by OpenGL 1.X that renders directly to the terminal
c
linux
open-source
gplv3
computer-graphics
c99
lgplv3
free-software
rasterizer
graphics-programming
terminal-based
graphics-library
terminal-graphics
rasterization
wsl-terminal
rasterizer-3d
wsl-ubuntu
notcurses
-
Updated
Jun 20, 2022 - C
Software rasterization, N-Body simulation and Game of Life in Rust + Haskell
-
Updated
May 28, 2016 - Rust
CPU Based Rasterizer Engine
cpu
opengl
algorithms
computer-graphics
parallel-computing
multithreading
avx2
rasterization
parallel-programming
-
Updated
Sep 1, 2021 - C++
A small software graphics renderer
-
Updated
Jun 6, 2018 - Swift
A highly optimized CPU software rasterizer, which implements most of the common D3D pipeline stages.
-
Updated
Sep 18, 2018 - C++
3D rendering and animation engine for multifaceted displays on microcontrollers
-
Updated
Jun 20, 2022 - C++
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).
gpu
rasterization
compute-shader
software-rasterizer
bin-rasterization
pixel-rasterization
tile-rasterization
-
Updated
Jun 17, 2022 - C++
Enter the world of rasterization with simple hands-on code
-
Updated
Feb 25, 2020 - C++
Parallel and memory efficient CPU rasterizer. Can process and merge multiple meshes to a single voxel model.
-
Updated
Apr 10, 2021 - C++
This is my personal library of code that is common to my different projects (Photosounder, SplineEQ, Spiral and others)
c
unicode
gui
graphics
opencl
vector
macros
lookup
hash-functions
interpreted-programming-language
pow
vector-graphics
fixed-point
spiral
expression-evaluator
libraw
clfft
exp
rasterization
antialiasing
double-double
approximation-algorithms
chebyshev-polynomials
sqrt
-
Updated
Jun 23, 2022 - C
Blend2D Bindings for Rust
-
Updated
Apr 23, 2020 - Rust
A tile based cpu rasterizer
-
Updated
Oct 30, 2021 - C++
-
Updated
Aug 18, 2020 - Go
Rasterization using compute shaders
-
Updated
Jun 17, 2022 - Rust
Antialiasing via conservative rasterisation and analytical area computation
font
webgl
gpu
graphics
rendering
vulkan
triangulation
vector-graphics
fragment-shader
rasterization
antialiasing
tesselation
instancing
rasterisation
-
Updated
Dec 5, 2021 - TypeScript
A custom widget that demonstrates how to switch specific colors of an image using Flutter.
svg
dart
image
png
custom-widgets
vectorization
flutter
rasterization
color-switch
flutter-app
flutter-challenge
medium-articles
-
Updated
Jan 11, 2022 - Dart
-
Updated
Nov 6, 2019 - JavaScript
-
Updated
Dec 9, 2021 - Go
-
Updated
Nov 6, 2019 - JavaScript
A light-weight CPU implementation of a 3D graphics pipeline for embedded systems
c
software-rendering
rendering
matlab
rasterizer
rendering-3d-graphics
graphics-rendering
rasterization
graphics-pipeline
pipeline-cpu
implementation-in-c
-
Updated
Oct 31, 2018 - C
Simple software rendering engine with vertex/fragment shaders, attribute interpolation, buffers and all that jazz.
-
Updated
Mar 28, 2020 - C
Improve this page
Add a description, image, and links to the rasterization topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the rasterization topic, visit your repo's landing page and select "manage topics."


During a recent Dask tutorial someone asked "Can Datashader run on Dask?" and I was pleased.
It would be good to have an easy-to-run example that was advertised Datashader from Dask resources. Often we do this in examples.dask.org . Is there an example that makes sense to deploy there?