Exploring HCI with p5.js and Arduino (Part II - p5.js)
From my interest in creative coding, I've explored basic human-computer interaction using the p5.js JavaScript library and Arduino. Here, I simulate a simple random walk where I am able to control the step size using the Arduino.
Exploring HCI with p5.js and Arduino (Part I - Arduino)
From my interest in creative coding, I've explored basic human-computer interaction using the p5.js JavaScript library and Arduino. Here, I simulate a simple random walk where I am able to control the step size using the Arduino.
Drawing a bar chart with d3.js for JS beginners (Part III)
Bar charts are very effective in communicating comparative data. In this post, I will discuss how to make a simple bar chart using d3.js, a popular JavaScript library for data visualization. Part 3 will introduce more advanced concepts to finish drawing the bar chart by adding labels and axes.
Drawing a bar chart with d3.js for JS beginners (Part II)
Bar charts are very effective in communicating comparative data. In this post, I will discuss how to make a simple bar chart using d3.js, a popular JavaScript library for data visualization. Part 2 will use the concepts learned in part 1 to start drawing a bar chart.
Drawing a bar chart with d3.js for JS beginners (Part I)
Bar charts are very effective in communicating comparative data. In this post, I will discuss how to make a simple bar chart using d3.js, a popular JavaScript library for data visualization. Part 1 will introduce the basics of D3.js and JavaScript.