Skip to content
/ P5-Template Public template

Simple p5.js template project.

License

Notifications You must be signed in to change notification settings

compiled-beetle/P5-Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

P5.js Template Project

This is a basic template project for getting started with p5.js. It provides a starting point for creating interactive sketches and animations using the p5.js library.

Getting Started

To use this template, follow these steps:

  1. Clone or download this repository.
  2. Open the index.html file in your web browser.
  3. Start coding your p5.js sketch in the sketch.js file.

Features

  • Ready-to-use p5.js setup and draw functions.
  • Included p5.js library for easy integration.
  • Basic file structure for organizing your code.

Resources

For more information on p5.js and how to use it, refer to the official p5.js website.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Note:

License only applies to the code in this repository. p5.js has its own license, which should be reviewed separately.