Files
godot-visual-effects/README.md
2023-12-15 07:20:43 +01:00

82 lines
1.9 KiB
Markdown

## Particles
### Fire
![Fire](./docs/images/particles/fire.png)
### Hurricane
![Hurricane](./docs/images/particles/hurricane.png)
### Hyperdrive
![Hyperdrive](./docs/images/particles/hyperdrive.png)
### Shield
![Shield](./docs/images/particles/shield.png)
### Smoke
![Smoke](./docs/images/particles/smoke.png)
### Sparks
![Sparks](./docs/images/particles/sparks.png)
### Rain
![Rain](./docs/images/particles/rain.png)
## Camera Effects
These effects should be place in a CanvasLayer object in any scene
### Chromatic Aberration
![Chromatic Aberration](./docs/images/camera-effects/chromatic-aberration.png)
### Grain Noise
![Grain Noise](./docs/images/camera-effects/grain-noise.png)
### Hexagon Mosaic
![Hexagon Mosaic](./docs/images/camera-effects/hexagon-mosaic.png)
### Pixelate
![Pixelate](./docs/images/camera-effects/pixelate.png)
### Sepia
![Sepia](./docs/images/camera-effects/sepia.png)
### Vignette (danger)
![Vignette](./docs/images/camera-effects/vignette.png)
### Camera Shake
<video src="./docs/images/camera-effects/camera-shake.mp4" width="1152" height="648" controls></video>
## Videos
Click to jump to YouTube and watch the videos with all effects at the time of 14.12.2023
### Particles
[![alt text](https://img.youtube.com/vi/R18r8rhJ32g/0.jpg)](https://www.youtube.com/watch?v=R18r8rhJ32g)
### Camera Effects
[![alt text](https://img.youtube.com/vi/Vq8T-fPVdoA/0.jpg)](https://www.youtube.com/watch?v=Vq8T-fPVdoA)
## License
* Kenney Particle Pack is copyrighted by Kenney, and can be found at https://kenney.nl/assets/particle-pack
* Kenney Prototype Tools is copyrighted by Kenney, and can be found at https://github.com/GeroVeni/kenney_prototype_tools
* Kaykit Halloween Bits is copyrighted by Kay Lousberg, and can be found at https://kaylousberg.itch.io/halloween-bits
Except for that, the particles and code in this repository are available under MIT license for free usage.