Particles moving into a hexagon path changing directions randomly.
The performance needs to be improved, turning the BlurFilter off makes a huge difference.
Feel free to help and have fun =)
Install dependencies:
$ yarn install
or
$ npm install
Start webpack-dev-server:
$ npm start
Start watch:
$ npm run dev
Build project:
$ npm run build