Harnessing the Power of GPU to Draw Pixel Art Lines - Astortion Devlog #21
Created on 2022-05-03T16:48:16-05:00
- Issue the draw call to draw a line as a triangle
- Use GPU shaders to run a line algorithm (video uses Brasenheim) to create triangles along the desired line
- Created lines are the result of triangles placed where they will be rendered as a single pixel