
Pts Starter Kit
A starter template for creating generative art, visualizations, and interactive demos using the Pts.js library. Includes build tools and supports both JavaScript and TypeScript.
Created by williamngan
Create a free account to get instant access
How to Use
This is a development starter kit for creating interactive visual demos using the Pts.js library for creative coding and data visualization. **What it does:** • Provides a ready-to-use template with a 600x600 pixel canvas area • Demonstrates basic Pts.js functionality with sample animations and graphics • Serves as a foundation for building custom interactive visualizations **How to use:** • The demo runs automatically when loaded - no user interaction required • Mouse movements may trigger visual effects depending on the current demo • Click or drag within the canvas area to interact with visual elements **For developers:** • Edit the source code in `src/app.js` to modify the demo behavior • The canvas area will update automatically as you make changes • Use this as a starting point to experiment with Pts.js features like animation, geometry, and interactive graphics • Both JavaScript and TypeScript are supported for development