Shadertoy and libGDX

Channel:
Subscribers:
1,030
Published on ● Video Link: https://www.youtube.com/watch?v=gCR_ikOdaUc



Duration: 9:12
3,694 views
134


Learn how to implement Shadertoy shaders in libGDX projects. Shaders add a wide variety of effects to your games. Use GDX-VFX to streamline and combine these effects.

Follow the written tutorial: https://github.com/raeleus/shadertoy-sample-project/wiki
Source code: https://github.com/raeleus/shadertoy-sample-project#shadertoy-sample-project
Image Resources: https://github.com/raeleus/shadertoy-sample-project/releases

0. Initial Sample Project
Tutorial: https://github.com/raeleus/shadertoy-sample-project/wiki#sample-project-setup
Source: https://github.com/raeleus/shadertoy-sample-project

1. Underwater Example
Tutorial: https://github.com/raeleus/shadertoy-sample-project/wiki#playing-with-shaders
Source: https://github.com/raeleus/shadertoy-sample-project/tree/underwater-example

2. Underwater - Peach Only
Tutorial: https://github.com/raeleus/shadertoy-sample-project/wiki#switching-shaders
Source: https://github.com/raeleus/shadertoy-sample-project/tree/underwater-peach-only

3. GDX-VFX Underwater
Tutorial: https://github.com/raeleus/shadertoy-sample-project/wiki#sample-project-setup
Source: https://github.com/raeleus/shadertoy-sample-project/tree/gdx-vfx-underwater

4. GDX-VFX Bloom
Tutorial: https://github.com/raeleus/shadertoy-sample-project/wiki#bloom
Source: https://github.com/raeleus/shadertoy-sample-project/tree/gdx-vfx-bloom

5. GDX-VFX Underwater and Bloom
Tutorial: https://github.com/raeleus/shadertoy-sample-project/wiki#combined
Source: https://github.com/raeleus/shadertoy-sample-project/tree/gdx-vfx-underwater-and-bloom

6. GDX-VFX Layered
Tutorial: https://github.com/raeleus/shadertoy-sample-project/wiki#layered
Source: https://github.com/raeleus/shadertoy-sample-project/tree/gdx-vfx-layered

7. GDX-VFX Glitch
Tutorial: https://github.com/raeleus/shadertoy-sample-project/wiki#glitch
Source: https://github.com/raeleus/shadertoy-sample-project/tree/gdx-vfx-glitch