Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,18 @@ A tutorial demonstrating how to draw a large number of particles with Three.js a
- Run `npm start`
- Build `npm run build`

## ⚠️ Node Version Compatibility

This project is not compatible with Node.js v17 or higher due to OpenSSL 3 breaking changes.

To run it properly, use **Node.js v16**:

```bash
nvm install 16
nvm use 16
npm install
npm start

## Libraries
- [ControlKit](https://github.com/brunoimbrizi/controlkit.js) - GUI
- [gsap](https://www.npmjs.com/package/gsap) - animation platform
Expand Down