A collection of creative coding works made with p5js.
From Wikipedia:
Creative coding is a type of computer programming in which the goal is to create something expressive instead of something functional.
In other words, this is a strictly recreational project I pursue entirely for personal enjoyment and expression. Most of the work here are created with p5js, a Javascript library tailored for this purpose. The remaining few (which are all indicated) uses vanilla canvas API.
This project is deployed via GitHub Page at https://junongx.github.io/p5js-gallery/, which also contains an index of my works.
This project is setup with JSDoc and p5-types for type checking and light-server
for local deployment.
The works included in this project are stored in the folder docs
to facilitate the use of GitHub Page. Each project is separated in a sub-folder, though they share the use of the library files in /docs
.
- Clone the repository
- Change directory to the repository
cd p5js-gallery
- Setup
npm install
- Run the
light-server
with the scriptnpm run watch_js
ornpm run watch_html
- Open
http://localhost:4000/
with a web browser