Skip to content

A simple template for creative coding with p5.js powered by rollup

Notifications You must be signed in to change notification settings

ax2mx/p5-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

P5-template

This package is supposed to be a little helper in starting creative coding with p5.js outside Processing or p5.js Editor. The package exports p5 sketch in instance mode, so all p5 functions are bound up in a single variable instead of polluting your global namespace ¯\_(ツ)_/¯.

Usage

Clone this repository and install its dependencies:

git clone https://github.com/ax2mx/p5-template
cd p5-template
npm install

Run script:

# Start developing with livereload
npm run dev
# or build production bundle
npm run build

Enjoy your coding (^-^)

About

A simple template for creative coding with p5.js powered by rollup

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published