├── .gitignore ├── LICENCE.md ├── README.md ├── assets ├── Duk_Animated.gltf ├── ND-ART-001.webp ├── ND-ART-002.webp ├── ND-ART-003.webp ├── ND-ART-004.webp ├── ND25-Grey-Logo.svg ├── NDAG-_0000_Lucaspezeta.webp ├── NDAG-_0001_Zaksheuskaya.webp ├── NDAG-_0002_Anniroenkae.webp ├── NDAG-_0003_Steve.webp ├── NDPGL-001.webp ├── NDPGL-002.webp ├── NDPGL-003.webp ├── NDPGL-004.webp ├── ProtoMono-Regular.ttf ├── ProtoMono-Regular.woff2 ├── bkg-index.webp ├── favicon.ico ├── fire.mp4 ├── fire.webm ├── full-screen-icon.svg ├── girls.mp4 ├── girls.webm ├── honey-pot.webp ├── licence-btn.svg ├── meta-img.jpg ├── pGL-Loop.mp4 ├── particlesGL-promo-IMG.gif ├── particlesGL-promo-OPT.mp4 ├── swoon-adrenaline.mp3 ├── try-btn.svg └── wall.webp ├── demos ├── demo-1.html ├── demo-2.html ├── demo-3.html ├── demo-4.html ├── demo-5.html └── demo-6.html ├── index.html └── scripts ├── particlesGL.js └── particlesGL.min.js /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naughtyduk/particlesGL/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENCE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naughtyduk/particlesGL/HEAD/LICENCE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naughtyduk/particlesGL/HEAD/README.md -------------------------------------------------------------------------------- /assets/Duk_Animated.gltf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naughtyduk/particlesGL/HEAD/assets/Duk_Animated.gltf -------------------------------------------------------------------------------- /assets/ND-ART-001.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naughtyduk/particlesGL/HEAD/assets/ND-ART-001.webp -------------------------------------------------------------------------------- /assets/ND-ART-002.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naughtyduk/particlesGL/HEAD/assets/ND-ART-002.webp -------------------------------------------------------------------------------- /assets/ND-ART-003.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naughtyduk/particlesGL/HEAD/assets/ND-ART-003.webp -------------------------------------------------------------------------------- /assets/ND-ART-004.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naughtyduk/particlesGL/HEAD/assets/ND-ART-004.webp -------------------------------------------------------------------------------- /assets/ND25-Grey-Logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naughtyduk/particlesGL/HEAD/assets/ND25-Grey-Logo.svg -------------------------------------------------------------------------------- /assets/NDAG-_0000_Lucaspezeta.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naughtyduk/particlesGL/HEAD/assets/NDAG-_0000_Lucaspezeta.webp -------------------------------------------------------------------------------- /assets/NDAG-_0001_Zaksheuskaya.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naughtyduk/particlesGL/HEAD/assets/NDAG-_0001_Zaksheuskaya.webp -------------------------------------------------------------------------------- /assets/NDAG-_0002_Anniroenkae.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naughtyduk/particlesGL/HEAD/assets/NDAG-_0002_Anniroenkae.webp -------------------------------------------------------------------------------- /assets/NDAG-_0003_Steve.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naughtyduk/particlesGL/HEAD/assets/NDAG-_0003_Steve.webp -------------------------------------------------------------------------------- /assets/NDPGL-001.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naughtyduk/particlesGL/HEAD/assets/NDPGL-001.webp -------------------------------------------------------------------------------- /assets/NDPGL-002.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naughtyduk/particlesGL/HEAD/assets/NDPGL-002.webp -------------------------------------------------------------------------------- /assets/NDPGL-003.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naughtyduk/particlesGL/HEAD/assets/NDPGL-003.webp -------------------------------------------------------------------------------- /assets/NDPGL-004.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naughtyduk/particlesGL/HEAD/assets/NDPGL-004.webp -------------------------------------------------------------------------------- /assets/ProtoMono-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naughtyduk/particlesGL/HEAD/assets/ProtoMono-Regular.ttf -------------------------------------------------------------------------------- /assets/ProtoMono-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naughtyduk/particlesGL/HEAD/assets/ProtoMono-Regular.woff2 -------------------------------------------------------------------------------- /assets/bkg-index.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naughtyduk/particlesGL/HEAD/assets/bkg-index.webp -------------------------------------------------------------------------------- /assets/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naughtyduk/particlesGL/HEAD/assets/favicon.ico -------------------------------------------------------------------------------- /assets/fire.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naughtyduk/particlesGL/HEAD/assets/fire.mp4 -------------------------------------------------------------------------------- /assets/fire.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naughtyduk/particlesGL/HEAD/assets/fire.webm -------------------------------------------------------------------------------- /assets/full-screen-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naughtyduk/particlesGL/HEAD/assets/full-screen-icon.svg -------------------------------------------------------------------------------- /assets/girls.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naughtyduk/particlesGL/HEAD/assets/girls.mp4 -------------------------------------------------------------------------------- /assets/girls.webm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naughtyduk/particlesGL/HEAD/assets/girls.webm -------------------------------------------------------------------------------- /assets/honey-pot.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naughtyduk/particlesGL/HEAD/assets/honey-pot.webp -------------------------------------------------------------------------------- /assets/licence-btn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naughtyduk/particlesGL/HEAD/assets/licence-btn.svg -------------------------------------------------------------------------------- /assets/meta-img.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naughtyduk/particlesGL/HEAD/assets/meta-img.jpg -------------------------------------------------------------------------------- /assets/pGL-Loop.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naughtyduk/particlesGL/HEAD/assets/pGL-Loop.mp4 -------------------------------------------------------------------------------- /assets/particlesGL-promo-IMG.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naughtyduk/particlesGL/HEAD/assets/particlesGL-promo-IMG.gif -------------------------------------------------------------------------------- /assets/particlesGL-promo-OPT.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naughtyduk/particlesGL/HEAD/assets/particlesGL-promo-OPT.mp4 -------------------------------------------------------------------------------- /assets/swoon-adrenaline.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naughtyduk/particlesGL/HEAD/assets/swoon-adrenaline.mp3 -------------------------------------------------------------------------------- /assets/try-btn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naughtyduk/particlesGL/HEAD/assets/try-btn.svg -------------------------------------------------------------------------------- /assets/wall.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naughtyduk/particlesGL/HEAD/assets/wall.webp -------------------------------------------------------------------------------- /demos/demo-1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naughtyduk/particlesGL/HEAD/demos/demo-1.html -------------------------------------------------------------------------------- /demos/demo-2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naughtyduk/particlesGL/HEAD/demos/demo-2.html -------------------------------------------------------------------------------- /demos/demo-3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naughtyduk/particlesGL/HEAD/demos/demo-3.html -------------------------------------------------------------------------------- /demos/demo-4.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naughtyduk/particlesGL/HEAD/demos/demo-4.html -------------------------------------------------------------------------------- /demos/demo-5.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naughtyduk/particlesGL/HEAD/demos/demo-5.html -------------------------------------------------------------------------------- /demos/demo-6.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naughtyduk/particlesGL/HEAD/demos/demo-6.html -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naughtyduk/particlesGL/HEAD/index.html -------------------------------------------------------------------------------- /scripts/particlesGL.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naughtyduk/particlesGL/HEAD/scripts/particlesGL.js -------------------------------------------------------------------------------- /scripts/particlesGL.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/naughtyduk/particlesGL/HEAD/scripts/particlesGL.min.js --------------------------------------------------------------------------------