#
rasterization
Here are 103 public repositories matching this topic...
Learn computer graphics by writing GPU shaders!
-
Updated
May 7, 2021 - GLSL
2D Vector Graphics Engine Powered by a JIT Compiler
-
Updated
Jul 14, 2021 - 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
Aug 13, 2021 - 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
Aug 13, 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++
Parallel and memory efficient CPU rasterizer. Can process and merge multiple meshes to a single voxel model.
-
Updated
Apr 10, 2021 - C++
Enter the world of rasterization with simple hands-on code
-
Updated
Feb 25, 2020 - 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 4, 2021 - C++
This is my library of code that is common to my different projects (Photosounder, SplineEQ, Spiral and others)
c
unicode
gui
opencl
vector
macros
lookup
pow
vector-graphics
fixed-point
spiral
libraw
clfft
exp
rasterization
antialiasing
approximation-algorithms
sqrt
-
Updated
Aug 14, 2021 - C
Blend2D Bindings for Rust
-
Updated
Apr 23, 2020 - Rust
A Tile Based CPU Rasterizer
-
Updated
Jul 4, 2021 - C++
-
Updated
Aug 18, 2020 - Go
-
Updated
Nov 6, 2019 - JavaScript
Simple software rendering engine with vertex/fragment shaders, attribute interpolation, buffers and all that jazz.
-
Updated
Mar 28, 2020 - C
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
-
Updated
Nov 6, 2019 - JavaScript
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
Aug 11, 2021 - TypeScript
-
Updated
Aug 12, 2021 - Go
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
May 31, 2021 - Dart
Repositório utilizado para expor os resultados das implementações da disciplina de Computação Gráfica, com a utilização do Opengl
c
opengl
computer-graphics
raster
cg
opengl-tutorial
rasterization
computacao-grafica
opengl3
rasterizacao
-
Updated
Sep 23, 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?