Pinned Repositories
Genuary_2024
My contributions for Genuary 2024!
Presidential_Debates
Visualizing the flow, duration and cross-talk from the first 2020 Presidental Debate.
Reporter_App_JSON_Processing
Parsing Reporter App's JSON exported data in Processing
solLewittWallDrawing146A
This project attempts to interpret and create a version of Sol LeWitt's Wall Drawing #146A in code. The purpose of this project is to create a program that will produce any number of versions of the wall drawing as a proof-of-concept for how the wall drawing would look in a new office space.
UNArcTest
Visualizing over $23 B in UN Spending around the world in 2015.
Waves-of-Perlin
A simple Processing sketch showing how perlin noise can be added to a wave effect.
sspboyd's Repositories
sspboyd/solLewittWallDrawing146A
This project attempts to interpret and create a version of Sol LeWitt's Wall Drawing #146A in code. The purpose of this project is to create a program that will produce any number of versions of the wall drawing as a proof-of-concept for how the wall drawing would look in a new office space.
sspboyd/Presidential_Debates
Visualizing the flow, duration and cross-talk from the first 2020 Presidental Debate.
sspboyd/Genuary_2024
My contributions for Genuary 2024!
sspboyd/UNArcTest
Visualizing over $23 B in UN Spending around the world in 2015.
sspboyd/Basic-Neural-Network-and-Matrix-Math-Library
sspboyd/Best-README-Template
An awesome README template to jumpstart your projects!
sspboyd/commentChart
This is code from a brief test that charted the number of "thumbs up" different articles received on a series of different CBC News articles back in 2011. The initial code was written in Processing 3.X or maybe even 2.X back then, I'm not sure.
sspboyd/datasets-for-good
List of datasets to apply stats/machine learning/technology to the world of social good.
sspboyd/evolving-hockey
Scripts for Evolving-Hockey.com
sspboyd/ITRG-20210226
Notes from a talk I gave to Info-Tech Research Group in February of 2021
sspboyd/jawBreaker
Interactive toy. Creates visuals based off interaction with a substrate image.
sspboyd/JawBreaker_JS
An updated JavaScript version of the JawBreaker code from 2014
sspboyd/korg_xd_midi
Demo sketch to test midi interaction with Processing through my Korg XD
sspboyd/Line_Fade_Test
POC for fading out line in P2D mode. Didn't really work. Also a POC for separate of code across files which DOES work!!!
sspboyd/Maze-Generator-in-P5.js
Using depth first search, created a maze generator. Based on one of Daniel Shiffman's Code Challenges.
sspboyd/p5-manager
A p5js template builder & sketches manager. Built for p5js enthusiasts.
sspboyd/p5.js
p5.js is a client-side JS platform that empowers artists, designers, students, and anyone to learn to code and express themselves creatively on the web. It is based on the core principles of Processing. http://twitter.com/p5xjs —
sspboyd/P5.js_Template
sspboyd/p5.vscode
A VS Code extension to generate new p5.js project files.
sspboyd/p5js_createGraphics_canvas_issue
Minimalist example of a P5.js createGraphics() issue
sspboyd/processing
Source code for the Processing Core and Development Environment (PDE)
sspboyd/project-guidelines
A set of best practices for JavaScript projects
sspboyd/rothko_colour_palettes_js
Mark Rothko Color Palettes for Javascript
sspboyd/Ryerson-20210129
sspboyd/Shared_Method
Small example sketch in P5.js to help illustrate a question I was posing to StackOverflow.
sspboyd/smallMultiplesTest
At what point do the individual charts lose their individual meaning and blend back into a single collective image/pattern?
sspboyd/solving-sol
Implement Sol LeWitt's instructions in JavaScript.
sspboyd/test_p5_dev_env
Integrating P5.js with NPM, Parcel, ESLint and Prettier
sspboyd/Travelling-Salesperson-Problem-in-P5.js
Using a greedy algorithm model with genetic mutation to find solutions to the Travelling Salesperson Problem
sspboyd/Visualization-of-a-Single-Perceptron-at-Work
This is a model of a simple perceptron at work. There are two inputs and a bias, each having a weighting. There is a basic activation function that looks at the sign (+/-) of the input to determine the output.