Skip to content

Commit

Permalink
Added BlendModes node with all blending modes and changed demo scene
Browse files Browse the repository at this point in the history
Update to 4.2
Fix CI/CD for 4.x branch
Added two new procedural shapes
  • Loading branch information
paddy-exe committed Dec 21, 2023
1 parent a549ade commit 8a62eb2
Show file tree
Hide file tree
Showing 42 changed files with 1,702 additions and 3,081 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release 4.0
name: Release 4.x

on: [push]

Expand All @@ -12,7 +12,7 @@ jobs:
- name: Checkout project
uses: actions/checkout@v3
with:
ref: v4
ref: v4.x

- name: Move License
shell: bash
Expand Down
36 changes: 20 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,12 @@
</a>
</div>

# GodotVisualShader-Extras 4.0✨
# GodotVisualShader-Extras 4.2✨

> [!CAUTION]
> Coming to 4.2 comes the functionality to have custom Visual Shader
> drop-down options. This is only forward compatible so the `4.x` branch will
> be 4.2+ compatible **ONLY**. For the 4.1 compatible version click [here](https://github.com/paddy-exe/GodotVisualShader-Extras/tree/v4.1)
A Visual Shader Node Add-On for the Godot Engine

Expand Down Expand Up @@ -53,29 +58,28 @@ Please refer to the documentation of MaterialMaker for explanation about the [di
<img src="addons/VisualShaderExtras/AddonExamples/BlendingModes-Showcase.gif" width="800"/>
</div>

- Shapes (Signed Distance Fields)
- Box
- Circle
- Rounded Box
- Rotated Box
- Trapezoid
- Triangle
- Rhombus
- Parallelogram

<div align="center">
<img src="addons/VisualShaderExtras/AddonExamples/Shapes-Showcase.png" width="800"/>
</div>

- Procedural
- Checkerboard
- PSRD Noise 2D
- PSRD Noise 3D
- Shapes (Signed Distance Fields)
- Box
- Circle
- Rounded Box
- Rotated Box
- Trapezoid
- Triangle
- Rhombus
- Parallelogram

<div align="center">
<img src="addons/VisualShaderExtras/AddonExamples/Procedural-Showcase.png" width="800"/>
</div>

<div align="center">
<img src="addons/VisualShaderExtras/AddonExamples/Shapes-Showcase.png" width="800"/>
</div>

- UV
- UV Twirl
- UV Flipbook
Expand Down Expand Up @@ -113,4 +117,4 @@ You can contribute by:
* using the library and spreading the word 📰

## 🔢 Versioning
This branch is only meant to be used with Godot 4.0 and higher
This branch is only meant to be used with Godot 4.2 and higher
Loading

0 comments on commit 8a62eb2

Please sign in to comment.