Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/aiekick/Lumo
Browse files Browse the repository at this point in the history
  • Loading branch information
aiekick committed Dec 2, 2023
2 parents 9dd6077 + ec65d90 commit 58e6e54
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Linux_Plugin_PostProcessing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- 'Plugins/PostProcessing/**'

jobs:
build_Linux_Plugin_Core:
build_Linux_Plugin_PostPro:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -33,4 +33,4 @@ jobs:
with:
name: Plugin PostProcessing
path: "bin/plugins/*PostProcessing*"


2 changes: 1 addition & 1 deletion .github/workflows/Win_Plugin_PostProcessing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- 'Plugins/PostProcessing/**'

jobs:
build_Win_Plugin_PostProcessing:
build_Win_Plugin_PostPro:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
Expand Down
26 changes: 15 additions & 11 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,8 @@ The mac platform is not supported for the moment, due to the vulkan driver. Coul

# Lumo Native Nodes :

<details>

| Category | Name | status | Description |
| - | - | - | - |
| Assets/Loader | Cube Map | ![img](https://progress-bar.dev/100) | load a cube amp texture |
Expand All @@ -209,6 +211,8 @@ The mac platform is not supported for the moment, due to the vulkan driver. Coul
| Assets/Widgets | Variable | ![img](https://progress-bar.dev/100) | - |
| Assets/Widgets | Color | ![img](https://progress-bar.dev/100) | - |

</details>

# Lumo Plugins :

<details>
Expand Down Expand Up @@ -534,16 +538,16 @@ There is a summary nodes for all effects
| :heavy_check_mark: | Postpro / Effects / Bloom Node | ![img](https://progress-bar.dev/100)
| :heavy_check_mark: | Postpro / Effects / Blur Node | ![img](https://progress-bar.dev/100) |
| :heavy_check_mark: | Postpro / Effects / Chromatic Aberration Node | ![img](https://progress-bar.dev/100) |
| :heavy_check_mark: | Postpro / Effects / Color Corrector Node | ![img](https://progress-bar.dev/0) |
| :heavy_check_mark: | Postpro / Effects / Depth of Field Node | ![img](https://progress-bar.dev/0) |
| :x: | Postpro / Effects / Color Corrector Node | ![img](https://progress-bar.dev/0) |
| :x: | Postpro / Effects / Depth of Field Node | ![img](https://progress-bar.dev/0) |
| :heavy_check_mark: | Postpro / Effects / Dilation Node | ![img](https://progress-bar.dev/100) |
| :heavy_check_mark: | Postpro / Effects / Fog Node | ![img](https://progress-bar.dev/0) |
| :heavy_check_mark: | Postpro / Effects / Grain Node | ![img](https://progress-bar.dev/0) |
| :heavy_check_mark: | Postpro / Effects / LUT Node | ![img](https://progress-bar.dev/0) |
| :heavy_check_mark: | Postpro / Effects / Motion Blur Node | ![img](https://progress-bar.dev/0) |
| :heavy_check_mark: | Postpro / Effects / Outlining Node | ![img](https://progress-bar.dev/0) |
| :heavy_check_mark: | Postpro / Effects / Posteriztion Node | ![img](https://progress-bar.dev/0) |
| :heavy_check_mark: | Postpro / Effects / Pixelisation Node | ![img](https://progress-bar.dev/0) |
| :x: | Postpro / Effects / Fog Node | ![img](https://progress-bar.dev/0) |
| :x: | Postpro / Effects / Grain Node | ![img](https://progress-bar.dev/0) |
| :x: | Postpro / Effects / LUT Node | ![img](https://progress-bar.dev/0) |
| :x: | Postpro / Effects / Motion Blur Node | ![img](https://progress-bar.dev/0) |
| :x: | Postpro / Effects / Outlining Node | ![img](https://progress-bar.dev/0) |
| :x: | Postpro / Effects / Posteriztion Node | ![img](https://progress-bar.dev/0) |
| :x: | Postpro / Effects / Pixelisation Node | ![img](https://progress-bar.dev/0) |
| :heavy_check_mark: | Postpro / Effects / Sharpness Node | ![img](https://progress-bar.dev/100) |
| :heavy_check_mark: | Postpro / Effects / Tone Mapping Node | ![img](https://progress-bar.dev/100) |
| :heavy_check_mark: | Postpro / Effects / Vignette Node | ![img](https://progress-bar.dev/100) |
Expand Down Expand Up @@ -573,9 +577,9 @@ Many nodes of Simulation
| Published | Node | status |
| - | - | - |
| :heavy_check_mark: | Postpro / Effects / Screen Space Ambient Occlusion Node (SSAO) | ![img](https://progress-bar.dev/100) |
| :heavy_check_mark: | Postpro / Effects / Screen Space Interior Node (SSI) | ![img](https://progress-bar.dev/0) |
| :x: | Postpro / Effects / Screen Space Interior Node (SSI) | ![img](https://progress-bar.dev/0) |
| :heavy_check_mark: | Postpro / Effects / Screen Space Reflection Node (SSRe) | ![img](https://progress-bar.dev/20) |
| :heavy_check_mark: | Postpro / Effects / Screen Space Refraction Node (SSRa) | ![img](https://progress-bar.dev/0) |
| :x: | Postpro / Effects / Screen Space Refraction Node (SSRa) | ![img](https://progress-bar.dev/0) |

</details>

Expand Down

0 comments on commit 58e6e54

Please sign in to comment.