Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gdquest-demos/godot-visual-effects
Open-source visual effects designed in Godot, from our VFX Secrets course.
https://github.com/gdquest-demos/godot-visual-effects
explosions gam game-asset godot godot-visual-effects laser trail vfx-secrets
Last synced: 4 days ago
JSON representation
Open-source visual effects designed in Godot, from our VFX Secrets course.
- Host: GitHub
- URL: https://github.com/gdquest-demos/godot-visual-effects
- Owner: gdquest-demos
- License: other
- Created: 2020-04-23T20:14:33.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T17:18:22.000Z (3 months ago)
- Last Synced: 2025-01-24T10:03:11.342Z (11 days ago)
- Topics: explosions, gam, game-asset, godot, godot-visual-effects, laser, trail, vfx-secrets
- Language: GDScript
- Size: 9.44 MB
- Stars: 998
- Watchers: 21
- Forks: 58
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Godot Visual Effects
![project banner](./img/banner-vfx-secrets.png)
Godot Visual Effects is a Free and Open-Source set of polished visual effects from our course [Godot VFX Secrets](https://gdquest.mavenseed.com/courses/godot-vfx-secrets).
➡ Follow us on [Twitter](https://twitter.com/NathanGDQuest) and [YouTube](https://www.youtube.com/c/gdquest/) for free game creation tutorials, tips, and news! Get one of our [Godot game creation courses](https://gdquest.mavenseed.com/) to support our work on Free Software.
![Laser effect](./img/laser.png)
This hands-on tutorial series will teach you essential techniques to design effects such as explosions, ghost trails behind the player as in Castlevania games, lasers, background animation, and more.
## Available effects
All available effects are currently 2D-only.
- Explosion
- Laser beam
- Ghost trail or after image
- Starfield
- Trail that follows the character![Trail effect](./img/trail.png)
## How to use
Download the Godot project. Each effect is in a self-contained directory with all its dependencies.
To add an effect to your project, copy its directory to the root of your project, and move it from Godot's _FileSystem_ tab. That's it!
![Explosion effect](./img/explosion_1.png)
## Contributing
Contributors are welcome!
If you encounter a bug, please [open an issue](https://github.com/GDQuest/godot-game-harvester/issues/new).
If you want to contribute to the project, for instance by fixing a bug or adding a feature, check out our:
1. [Contributor guidelines](https://www.gdquest.com/docs/guidelines/contributing-to/gdquest-projects/).
1. [GDScript style guide](https://www.gdquest.com/docs/guidelines/best-practices/godot-gdscript/)## Licenses
This project is dual-licensed:
- The source code is available under the MIT license.
- Art assets (images, audio files) are [CC-By 4.0](https://creativecommons.org/licenses/by/4.0/). You can attribute them to `GDQuest and contributors (https://www.gdquest.com/)`.