Creative Coding Final Project – Experiment 5

by | Dec 6, 2020 | ATLAS, Creative Coding | 0 comments

In a move to create a robust low-poly drawing demo, I wanted to allow users to be able to add points individually, erase points and spray random points to aid in image creation. This example uses a set “brush” size of 100px to create a spray radius. Points are indeed added to the points array at a coded 20 points. But the example falls short of adding the point to the canvas for triangulation.

Clicking on the “points” button or the “spray” button will bring up the intended functionality. Clicking on “spray” will show a circle that a click would add a certain number of random points into.

Written by

Related Posts

Creative Coding Final Project

2020 Creative Coding Final ProjectCreative Codingthe concept Create a low-poly art generatorSimple geometric shapes placed side-by-side create angular and minimalistic artistic compositions. These low-poly artforms come from the early days of 3D animation. The low...

read more

Project 4 – Animated Loop

This challenge started with an idea to play with geometry in a looping, fast-paced animation. The idea was to have several nodes where waves of color would sweep out.  Some of my initial ideas were being able to control the size of the node radius being able to...

read more