Change post image

This commit is contained in:
N-Upchurch 2023-08-21 18:26:36 -05:00
parent 5e24e8f234
commit d7dadd01d7

View File

@ -8,8 +8,8 @@ tags:
- Code Tutorial
- SVG
synopsis: In this tutorial, we'll learn how to make a configurable SVG graphic of a grid of circles in random colors and sizes with p5.js.
imageURL: /img/terminal.svg
imageAlt: A stylized illustration of a terminal prompt.
imageURL: /img/circle-grid-post-image.webp
imageAlt: A grid of multicolored circles.
---
Processing is a fantastic language for creative programming and learning how to code, allowing programmers of all skill levels to quickly and simply create complex graphics, data visualizations, and generative art. Its Javascript implementation, p5.js, is perfect for those already familiar with Javascript, or who want to use processing to make graphics for the web without the complexity of SVG, or the insanity of using CSS for complex graphics. Today we're going to build [a simple but pretty graphic using P5](#et-voila).