Harnessing the Power of GPU to Draw Pixel Art Lines - Astortion Devlog #21
Created: 2022-05-03T16:48:16-05:00
Return to the Index
This card pertains to a resource available on the internet.
- 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