You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+59-34Lines changed: 59 additions & 34 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,48 +1,71 @@
1
-
# EffectTextureMaker — Enhanced Edition
1
+
# ShaderSmith
2
2
3
-
A professional WebGL procedural texture generator running entirely in your browser. Multi-layer compositing, gradient color mapping, PBR material generation, 3D preview, custom GLSL shaders, and more.
3
+
Professional WebGL procedural texture generator. Multi-layer compositing, PBR map generation, 3D material preview, 52 custom GLSL shaders, and 65+ procedural effects — all running in your browser with zero dependencies.
|[Showcase](https://web3dev1337.github.io/effect-texture-maker/showcase.html)| Guided tour through all features — live renders, 3D preview, PBR maps |
12
-
|[Editor](https://web3dev1337.github.io/effect-texture-maker/editor.html)| Full texture editor with layers, gradients, PBR export, undo/redo |
13
-
|[Gallery](https://web3dev1337.github.io/effect-texture-maker/gallery.html)| Live animated gallery of 70+ procedural effects |
14
-
|[Material Forge](https://web3dev1337.github.io/effect-texture-maker/demos.html)| 3D material demo — textures mapped onto lit, spinning objects with bloom |
-**Gradient color mapping** — multi-stop gradient editor with 5 presets, applied as a luminance remap
26
-
-**PBR map generation** — auto-generates Normal, Roughness, AO, and Metallic maps from any texture
27
-
-**3D material preview** — real-time preview on sphere/cube/torus knot/cylinder with environment reflections, ACES tone mapping, and shadow-casting lights
28
-
-**Undo/Redo** — 50-state history with Ctrl+Z / Ctrl+Shift+Z
29
-
-**Export** — PNG, JPEG, ZIP bundles with all PBR maps, resolution selector up to 2048x2048
47
+
-**Gradient color mapping** — multi-stop gradient editor with 5 presets
Built on [EffectTextureMaker](https://github.com/mebiusbox/EffectTextureMaker) by [mebiusbox](https://github.com/mebiusbox) (MIT License). The original tool provides the core procedural shader library (pixy) and single-layer editor.
80
105
81
-
This fork adds multi-layer compositing, gradient mapping, PBR generation, 3D preview, custom GLSL shaders, sprite sheet generation, the showcase, material forge, and the enhanced editor UI.
106
+
ShaderSmith adds multi-layer compositing, gradient mapping, PBR generation, 3D preview, 52 custom GLSL shaders, sprite sheet generation, the showcase, material forge, and the enhanced editor UI.
0 commit comments