Skip to content

Instantly share code, notes, and snippets.

View joshgiesbrecht's full-sized avatar

Josh Giesbrecht joshgiesbrecht

View GitHub Profile
@joshgiesbrecht
joshgiesbrecht / HOWTO-CHIP.md
Last active March 29, 2023 12:52
How to get (re)started with a (Pocket)C.H.I.P.
@joshgiesbrecht
joshgiesbrecht / tf_channel_colors.pde
Created March 17, 2020 22:50
small Processing sketch that creates a set of channel colors for the tf MUD client, for use on ifMUD
int SIZE = 20;
float maxval = 5;
float mindist = 2;
float springconst = 0.02;
PVector[] nodes = new PVector[SIZE];
PVector[] pushes = new PVector[SIZE];
void setup() {
size(400,400);
import processing.core.PApplet;
public class UsingProcessing extends PApplet{
public static void main(String[] args) {
PApplet.main("UsingProcessing");
}
public void settings(){
size(300,300);

Keybase proof

I hereby claim:

  • I am joshgiesbrecht on github.
  • I am joshg (https://keybase.io/joshg) on keybase.
  • I have a public key ASD2S8Ht65B9bsQbRKVmAjWERBKHQbmpCw_fkAxa7b9-Ggo

To claim this, I am signing this object: