Skip to content

A site to showcase a Processing Ping-Pong match, where several people alternate making changes to the same sketch.

Notifications You must be signed in to change notification settings

brunomolteni/processing-ping-pong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A match consist of several people who alternate making changes to the same sketch, getting something new along the way.

How does it works?

The matches are hosted on public gists, where a .pde file starts the match and each new round is a comment with tagged code ( either ``` or ```java which gets code highlighting).

The site loads the sketches from github public API and renders them with processing.js. Once running you can edit the code and re-run the sketch with the changes applied to try new things out.

You can look an example gist here.

Once you have the gist online you can view the match by copying the id ( gist.github.com/USER/THIS_PART_IS_THE_ID ) and pasting it in the url, like this.

How it's done?

This was done using the following:

Can I run it locally?

Sure thing! Just clone the repo to your computer and run npm i && npm start in the directory. You're done!

About

A site to showcase a Processing Ping-Pong match, where several people alternate making changes to the same sketch.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published