godot-demo-projects/2d/screen_space_shaders/README.md

15 lines
445 B
Markdown
Raw Normal View History

2020-03-08 02:15:58 +01:00
# Screen Space Shaders
Several examples of full screen 2D shader processing.
Many common full-res effects are implemented here for reference.
Language: [GDSL](https://docs.godotengine.org/en/latest/tutorials/shading/shading_reference/shading_language.html) and GDScript
2020-07-04 02:30:11 +02:00
Renderer: GLES 3 (the blur effect is not available in GLES 2, the rest work)
2020-03-08 02:15:58 +01:00
## Screenshots
![Screenshot](screenshots/whirl.png)
![Screenshot](screenshots/old_film.png)