Example

Vector gfx example

3

Jonnywhateva 2019-12-04 11:08

Example of how to draw dots, lines, and filled circles and triangles. I used a method of drawing horizontal lines to set the pixels one byte at a time instead of one bit. Much faster than drawing pixel by pixel. Use however you like, I'm sure it would make a fun drawing app.. my next upload uses it a littleness more ambitiously. I'll be using the triangles to render 3D polygons.


was8bit 2019-12-04 12:13

Very cool :)


nathanielbabiak 2019-12-04 22:08

This is excellent! I’m working on something pretty similar myself... I’ll definitely be comparing our code for speed improvements


Log in to reply.