Add particle creator component with Three.js integration CREDITS: Junie

Introduced the `ParticlesComponent` for creating and visualizing particles using Three.js. Added associated routes, HTML, SCSS, and tests. Updated `package.json` to include `three` and `@types/three` as dependencies. Adjusted app navigation to include the particles page.
This commit is contained in:
2025-06-22 00:40:16 +02:00
parent 32a454c034
commit 52d8658be3
6 changed files with 729 additions and 2 deletions
+2
View File
@@ -22,8 +22,10 @@
"@angular/platform-browser": "^19.2.0",
"@angular/platform-browser-dynamic": "^19.2.0",
"@angular/router": "^19.2.0",
"@types/three": "^0.177.0",
"ngx-cookie-service": "^19.1.2",
"rxjs": "~7.8.0",
"three": "^0.177.0",
"tslib": "^2.3.0",
"zone.js": "~0.15.0"
},