2023-12-13 06:58:53 +08:00
|
|
|
## 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)
|
2023-12-13 07:00:47 +08:00
|
|
|
|
2023-12-14 04:03:12 +08:00
|
|
|
### Rain
|
|
|
|
|
|
|
|
![Rain](./docs/images/particles/rain.png)
|
|
|
|
|
2023-12-14 04:47:08 +08:00
|
|
|
## Camera Effects
|
|
|
|
|
2023-12-14 05:48:27 +08:00
|
|
|
These effects should be place in a CanvasLayer object in any scene
|
2023-12-14 04:47:08 +08:00
|
|
|
|
2023-12-15 01:12:24 +08:00
|
|
|
### Chromatic Aberration
|
2023-12-14 04:47:08 +08:00
|
|
|
|
2023-12-15 01:12:24 +08:00
|
|
|
![Chromatic Aberration](./docs/images/camera-effects/chromatic-aberration.png)
|
2023-12-14 04:47:08 +08:00
|
|
|
|
2023-12-15 01:12:24 +08:00
|
|
|
### Grain Noise
|
2023-12-14 04:47:08 +08:00
|
|
|
|
2023-12-15 01:12:24 +08:00
|
|
|
![Grain Noise](./docs/images/camera-effects/grain-noise.png)
|
2023-12-14 04:47:08 +08:00
|
|
|
|
2023-12-15 01:12:24 +08:00
|
|
|
### Hexagon Mosaic
|
2023-12-14 05:48:27 +08:00
|
|
|
|
2023-12-15 01:12:24 +08:00
|
|
|
![Hexagon Mosaic](./docs/images/camera-effects/hexagon-mosaic.png)
|
|
|
|
|
|
|
|
### Pixelate
|
|
|
|
|
|
|
|
![Pixelate](./docs/images/camera-effects/pixelate.png)
|
2023-12-14 05:48:27 +08:00
|
|
|
|
2023-12-14 06:03:37 +08:00
|
|
|
### Sepia
|
|
|
|
|
|
|
|
![Sepia](./docs/images/camera-effects/sepia.png)
|
|
|
|
|
2023-12-15 01:12:24 +08:00
|
|
|
### Vignette (danger)
|
2023-12-14 06:03:37 +08:00
|
|
|
|
2023-12-15 01:12:24 +08:00
|
|
|
![Vignette](./docs/images/camera-effects/vignette.png)
|
|
|
|
|
|
|
|
### Camera Shake
|
|
|
|
|
|
|
|
<video src="./docs/images/camera-effects/camera-shake.mp4" width="1152" height="648" controls></video>
|
2023-12-14 06:03:37 +08:00
|
|
|
|
2023-12-13 07:00:47 +08:00
|
|
|
## License
|
|
|
|
|
2023-12-14 04:12:31 +08:00
|
|
|
* 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
|
2023-12-13 07:00:47 +08:00
|
|
|
|
2023-12-14 05:48:27 +08:00
|
|
|
Except for that, the particles and code in this repository are available under MIT license for free usage.
|