How Simple Visualization Skills can come handy
In certain occasions there might be a need to visualize your prototype/algorithm/robot on a simple canvas.
In this article I’m going to explain my journey in using p5.js for numerous tasks ranging from Building a Robot Visualizer using realworld data to Building a custom processor simulator
As the p5.js site states,
p5.js is a JavaScript library for creative coding, with a focus on making coding accessible and inclusive for artists, designers, educators, beginners, and anyone else!
When I first wanted to make a robot visualizer which displays robot data, I looked into processing. However felt that having a cross platform solution which requires no installation might come handy => therefore made the transition to p5.js.
Here are some major projects I did with p5.js
1. Robot visualizer
I have written a separate article on this one, here
2. Processor Simulator
There is an...