Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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/)`.