This is my first attempt at rendering particles using React Three Fibre. In this app, you can graph parametric shapes and surfaces and adjust their attributes from a settings panel.
I sometimes have a demo running at maxmoir.dev, but if you want to test it yourself, you can download the repo with the following command:
git clone https://github.com/maxwmoir/particles.gitAfter entering the project directory, install the required packages with:
npm installThen you can try the project for yourself by running:
npm run dev