Fun factory

This page is where the true fun begins. Lots of utilities and things to play around with

Nah just kidding, it's literally just debug tools I use

Particle system creator

Speed: 0.1
Size: 10
Emission: 10
Lifetime: 1

Start radius: 0
End radius: 360
Rotation 0
Rotate toward direction:

Gravity Scale: 0
Shape:
Blur: 3
Color:

Hyperlink maker

Hmm I'd love to have a Hyperlink going to....


Image "" not found Link

Generated code

                        
<ParticleSystem
    :speed="0.1"
    :size="10"
    :emission="10"
    :lifetime="1"
    :start-radius="0"
    :end-radius="360"
    :rotation="0"
    :directional-rotation="false"
    :gravity-scale="0"
    :shape="circle"
    :blur="3"
    :color="white"
/>
                    

Copied to clipboard!