All Projects â†’ jayaarrgh â†’ Bookofshaders Godot

jayaarrgh / Bookofshaders Godot

Licence: mit
BookOfShaders in Godot Shader Language

Projects that are alternatives of or similar to Bookofshaders Godot

3d Game Shaders For Beginners
🎮 A step-by-step guide to implementing SSAO, depth of field, lighting, normal mapping, and more for your 3D game.
Stars: ✭ 11,698 (+8629.85%)
Mutual labels:  godot, glsl, shaders
Fake-Interior-Shader-for-GodotEngine
Interior Mapping shader for the Godot Game Engine 3.x that works with both GLES3 and GLES2.
Stars: ✭ 40 (-70.15%)
Mutual labels:  shaders, glsl, godot
Glsl Worley
Worley noise implementation for WebGL shaders
Stars: ✭ 66 (-50.75%)
Mutual labels:  glsl, shaders
Shadertoy React
6kB "Shadertoy" like react component letting you easily render your fragment shaders in your React web projects, without having to worry about implementing the WebGL part.
Stars: ✭ 74 (-44.78%)
Mutual labels:  glsl, shaders
Noodlesplate
Offline Shader Editor with many cool features
Stars: ✭ 79 (-41.04%)
Mutual labels:  glsl, shaders
Curtainsjs
curtains.js is a lightweight vanilla WebGL javascript library that turns HTML DOM elements into interactive textured planes.
Stars: ✭ 1,039 (+675.37%)
Mutual labels:  glsl, shaders
Solarsys
Realistic Solar System simulation with three.js
Stars: ✭ 49 (-63.43%)
Mutual labels:  glsl, shaders
Riftray
Step into the worlds of Shadertoy with an Oculus Rift.
Stars: ✭ 68 (-49.25%)
Mutual labels:  glsl, shaders
Glsleditor
Simple WebGL Fragment Shader Editor
Stars: ✭ 1,345 (+903.73%)
Mutual labels:  glsl, shaders
Gdx Vfx
LibGDX post-processing visual effects
Stars: ✭ 105 (-21.64%)
Mutual labels:  glsl, shaders
Glsl Optimizer
GLSL optimizer based on Mesa's GLSL compiler. Used to be used in Unity for mobile shader optimization.
Stars: ✭ 1,506 (+1023.88%)
Mutual labels:  glsl, shaders
Shaderworkshop
Interactive GLSL fragment shaders editor made with Qt
Stars: ✭ 43 (-67.91%)
Mutual labels:  glsl, shaders
Godot Shaders
A large library of free and open-source shaders for the Godot game engine. Here, you'll get 2D and 3D shaders with playable demos.
Stars: ✭ 988 (+637.31%)
Mutual labels:  glsl, shaders
Glslcanvas
Simple tool to load GLSL shaders on HTML Canvas using WebGL
Stars: ✭ 1,067 (+696.27%)
Mutual labels:  glsl, shaders
Langterm
🕹ī¸ WebGL-based VT220 emulator, made as a learning example and frontend for a text adventure
Stars: ✭ 35 (-73.88%)
Mutual labels:  glsl, shaders
Tess Opt
Demonstration of how we can use tessellation shaders to make faster fragment shaders.
Stars: ✭ 13 (-90.3%)
Mutual labels:  glsl, shaders
Polygon Wind
Wind shader for low poly assets in Unity.
Stars: ✭ 119 (-11.19%)
Mutual labels:  glsl, shaders
Wagner
Effects composer for three.js
Stars: ✭ 930 (+594.03%)
Mutual labels:  glsl, shaders
Month Of Shaders
One GLSL shader for every day of the month August
Stars: ✭ 12 (-91.04%)
Mutual labels:  glsl, shaders
Sildurs Shaders.github.io
Sildurs shaders website
Stars: ✭ 84 (-37.31%)
Mutual labels:  glsl, shaders

The Book of Shaders - Godot

The Book of Shaders ported to Godot by J.R. Robinson

A learning resource for shader development.

Godot shading language

Migrate to Godot's Shading Language

Shout out to: glslViewer

Installation and Use

Option A

Download from releases or at itch

Option B

git clone https://github.com/jayaarrgh/BookOfShaders-Godot.git
cd BookOfShaders-Godot

Open with Godot 3.2

Export the project on your platform and use the executable.

or

Run the Main.tscn. Use the file dialog to switch shaders.

Tips

The hideable text editor swaps the shader code every 200 ms, and saves the file every 3000ms.

The reset button returns edited shaders to their default code.

To reset all shaders to the default shader code, delete the shaders folder in the user directory and reopen the application.

Create new folders and new shader code in the user directory.

WARNING: Automatic saving during runtime will overwrite external editor changes. If using an external text editor, this application should be closed first.

User Directory

Windows:
    %APPDATA%\Godot\app_userdata\Project Name

On GNU/Linux: 
    $HOME/.godot/app_userdata/Project Name
    OR
    $HOME/.local/share/godot/app_userdata/Project Name
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].