7 skills found
StarsX / ComputeRasterReal-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).
nxsaken / CliplineLine segment rasterization with pixel-perfect clipping.
rasmusbarr / SimdrastA vectorized software rasterization pipeline optimized for rendering a sparse set of pixels with 16x MSAA.
badlogic / Line RasterizationA little playground for trying out different line rasterization algorithms like DDA or Bresenham, including sub-pixel precise versions.
bburrough / GaussianAntialiasingAn implementation of zero-cost antialiasing by probabilistically perturbing rasterization of pixels. Invented by Bob Burrough.
mdp / SmallfontSmall monospaced pixel font (8x8) and rasterizer for LED/LCD projects
gustavopezzi / Sdl RasterizerA very simple C & SDL boilerplate to rasterize pixels on the screen (128x128)