# Particule background

**URL:** https://discourse.threejs.org/t/particule-background/55306
**Category:** Questions
**Tags:** particles, vector3, local-position, uv-mapping, animation, materials, shaders
**Created:** [August 24, 2023, 9:27am UTC](https://discourse.threejs.org/t/particule-background/55306 "2023-08-24T09:27:28Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![MejdiKazdarlli](https://yyz1.discourse-cdn.com/flex035/user_avatar/discourse.threejs.org/mejdikazdarlli/32/47891_2.png) [@MejdiKazdarlli](https://discourse.threejs.org/u/MejdiKazdarlli)
#### Post date: [August 24, 2023, 9:27am UTC](https://discourse.threejs.org/t/particule-background/55306/1 "2023-08-24T09:27:28Z")

</div>

hey all,  
can anyone give me a clue how to create these particle effect even using shader

> **[Phantom Support](https://supports.phantom-3d.net/sample)**
>
> 株式会社Life is Styleが取り扱う3DホログラムディスプレイPhantomのサポートページです。

---

<div class="post-metadata">

### Author: ![PavelBoytchev](https://yyz1.discourse-cdn.com/flex035/user_avatar/discourse.threejs.org/pavelboytchev/32/38639_2.png) [@PavelBoytchev](https://discourse.threejs.org/u/PavelBoytchev)
#### Post date: [August 27, 2023, 6:30am UTC](https://discourse.threejs.org/t/particule-background/55306/2 "2023-08-27T06:30:51Z")

</div>

This is a very general question. It would be hard or impossible to get a complete answer. Generally you only need three things:

- experience with shaders
- artistic and spacial creativity
- exceptional persistence

Unfortunately, I do not know any short path to learning how to create such effects. One possible approach is to look for similar particle effects in sites like [ShaderToy](https://www.shadertoy.com/) and learn from the shader code there. Another approach is to ask the creator of these effects.

I feel sad that my answer above is most likely not what you are looking for. Nevertheless, I cannot resist adding a few quotes by the famous Italian artist Michelangelo:

> [@](#):
>
> “If people knew how hard I worked to get my mastery, it wouldn’t seem so wonderful at all.”  
> — Michelangelo

> [@](#):
>
> “Carving is easy, you just go down to the skin and stop.”  
> — Michelangelo

> [@](#):
>
> “The marble not yet carved can hold the form of every thought the greatest artist has.”  
> — Michelangelo

---

<div class="post-metadata">

### Author: ![MejdiKazdarlli](https://yyz1.discourse-cdn.com/flex035/user_avatar/discourse.threejs.org/mejdikazdarlli/32/47891_2.png) [@MejdiKazdarlli](https://discourse.threejs.org/u/MejdiKazdarlli)
#### Post date: [August 28, 2023, 6:42am UTC](https://discourse.threejs.org/t/particule-background/55306/3 "2023-08-28T06:42:37Z")

</div>

thank you for your reply

I have already looked at the shaderToy site and found something similar and so far this is the best approach.  
these effects are made with 3D software like Blender so even if I ask the creator it won’t be helpful
