Skip to content

humanbydefinition/p5.asciify-vite-template-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

p5.js + p5.asciify + Vite | JavaScript template

p5.js TypeScript WebGL Vite docs Discord ko-fi Github-sponsors

This is a template for a p5.js project that uses the p5.asciify add-on library. It is set up to use Vite as the build tool.

Usage

  1. Clone this repository.

  2. Install the dependencies:

npm install
  1. Start the development server:
npm run dev

This will start a development server at http://localhost:5173/ usually. When you make changes to the code, the server will automatically reload the page.

  1. To build the project for production, run:
npm run build

This will create a dist folder with the compiled project.

About

A simple p5.asciify template using vite and JavaScript.

Topics

Resources

Stars

Watchers

Forks