diff --git a/src/pages/graphics/vfx-particles.mdx b/src/pages/graphics/vfx-particles.mdx index c64f6c2..03c0585 100644 --- a/src/pages/graphics/vfx-particles.mdx +++ b/src/pages/graphics/vfx-particles.mdx @@ -22,6 +22,7 @@ For GPU-driven particles in Three.js, the underlying primitives are `BufferGeome projects.effekseer, projects.r3fEffekseer, projects.quarks, + projects.nixieFx, projects.nebula, projects.proton, ]} diff --git a/src/projects.ts b/src/projects.ts index 5c9d0cc..718c9df 100644 --- a/src/projects.ts +++ b/src/projects.ts @@ -399,6 +399,15 @@ export const particles = { downloads: 1500, ts: 'ts', }, + nixieFx: { + name: 'NixieFX', + url: 'https://nixiefx.com/', + repo: 'azakhary/nixie-fx', + stars: 4, + npm: 'nixie-fx', + downloads: 262, + ts: 'ts', + }, nebula: { url: 'https://three-nebula.org/', name: 'Nebula',