Skip to content

Latest commit

 

History

History
57 lines (46 loc) · 2.21 KB

File metadata and controls

57 lines (46 loc) · 2.21 KB

TO DO

[ ] Fix extension issues on iPhone : it was fixed importing all the extensions, now i need the cherry-pick the one i really need. [ ] Merge Editor from node-editor branch [ ] Add onBeforeCompile hook + hook to vertex shader [ ] Add 3D texture for gen envmap [x] Remove chunks dependencies

Docs

https://webglreport.com/?v=2

Editor

[ ] Test miniNodes [ ] Port more nodes

Nodes

[ ] Add FXAA to gl.output [ ] Add color correction node Equirect : export equirect uvs in xy and inv equirect in zw — https://www.shadertoy.com/view/Ms2yDK [x] Bayer Dither : https://www.shadertoy.com/view/WcsSWn Flag Coords : https://www.shadertoy.com/view/flsXRM 2D noise : https://www.shadertoy.com/view/mdcXWB Edged plasma : https://www.shadertoy.com/view/4slXzs Glossy : https://www.shadertoy.com/view/lX2GDR examples : https://github.com/fand/vfx-js

noises :https://github.com/hughsk/glsl-noise fluids : https://21st.dev/davidhzdev/splash-cursor/default halftone dithering : https://www.shadertoy.com/view/wdBGzR guilloche dithering : https://www.shadertoy.com/view/tsSSDc grain dithering : https://www.shadertoy.com/view/4tlyWs gameboy dithering : https://www.shadertoy.com/view/ttlfzj bluenoise dithering : https://www.shadertoy.com/view/ldyXDd pixellation : https://www.shadertoy.com/view/tsdGzs

Flowmap : https://github.com/oframe/ogl/blob/master/examples/mouse-flowmap.html Simple distortion : https://www.shadertoy.com/view/cslXDH Sholad of fish : https://www.shadertoy.com/view/ldd3DB

Cool patterns : https://www.shadertoy.com/user/lennyjpg/sort=popular&from=56&num=8

Fast fluids : https://21st.dev/DavidHDev/splash-cursor/default Fast fluids 2 : https://29a.ch/2012/12/16/webgl-fluid-simulation Stable fuild : https://mofu-dev.com/en/blog/stable-fluids/ Fast fluids 3 : https://github.com/amsXYZ/three-fluid-sim

stack blur : https://github.com/flozz/StackBlur/blob/master/src/stackblur.js

paper shaders : https://github.com/paper-design/shaders texture displacement fluids : https://blog.olivierlarose.com/demos/ripple-shader + https://www.youtube.com/watch?v=vWAci72MtME

Inspo : https://github.com/regl-project/regl https://stack.gl/ https://nodes.io/ https://regl-project.github.io/regl/www/gallery.html https://github.com/google/swissgl