Line Drawing Example
A simple little 'game' where you create points and then press a key to draw a line through them all.
This was built for my Line Drawing tutorial: https://youtu.be/FC3wmwlVKcs
Controls:
Left mouse - Place a 'point marker' at the mouse position.
Right mouse - Delete all point markers.
E key - Draw line between all points.
You need 2 or more points to draw a line.