This is a boilerplate starter project that combines P5.js, Typescript, Vite, and Electron. It provides a solid foundation for building desktop applications with creative coding capabilities using P5.js.
Create a type-safe desktop application using P5js (https://p5js.org/) with Typescript, Vite, and Electron.
Useful starter for building 2D games, visualizations, or interactive applications.
- P5.js ()
- Typescript
- Vite (build tool)
- Electron (desktop application framework)
- P5.js integrated for creative coding
- Typescript support for type safety and modern JavaScript features
- Vite for fast development and build process
- Electron for building cross-platform desktop applications
1.) Clone the project
2.) Install node modules
npm install
3.) Run in development mode
npm run dev
