All Projects → f-masche → webgl-image-processing-playground

f-masche / webgl-image-processing-playground

Licence: MIT License
Image processing shaders with WebGL

Programming Languages

GLSL
2045 projects
javascript
184084 projects - #8 most used programming language
Less
1899 projects

Projects that are alternatives of or similar to webgl-image-processing-playground

cellular-automata-explorer
(WIP) An interactive web app for exploring cellular automata.
Stars: ✭ 18 (+20%)
Mutual labels:  threejs, shaders
Wagner
Effects composer for three.js
Stars: ✭ 930 (+6100%)
Mutual labels:  threejs, shaders
Vue Vr
A framework for building VR applications with Vue
Stars: ✭ 348 (+2220%)
Mutual labels:  threejs, shaders
Component Material
🧩 Compose modular materials in React
Stars: ✭ 112 (+646.67%)
Mutual labels:  threejs, shaders
Aframe Effects
A VR Ready Post processing framework for Three.js and/or A-Frame
Stars: ✭ 176 (+1073.33%)
Mutual labels:  threejs, shaders
Threejs Sandbox
Set of experiments and extensions to THREE.js.
Stars: ✭ 163 (+986.67%)
Mutual labels:  threejs, shaders
Solarsys
Realistic Solar System simulation with three.js
Stars: ✭ 49 (+226.67%)
Mutual labels:  threejs, shaders
Terrain Builder
🏔 Procedural terrain using Three.js and perlin noise, Now Accelerated by your GPU!
Stars: ✭ 228 (+1420%)
Mutual labels:  threejs, shaders
Filament
Interactive Music Visualizer
Stars: ✭ 22 (+46.67%)
Mutual labels:  threejs, shaders
kalwalt-interactivity-AR
Some various experiments with Ar.js and Three.js
Stars: ✭ 65 (+333.33%)
Mutual labels:  threejs
threejs-facade
ScalaJS facade for threejs
Stars: ✭ 44 (+193.33%)
Mutual labels:  threejs
2dset-jelly-sprite
#NVJOB 2D Set Jelly Sprite. Unity Asset.
Stars: ✭ 17 (+13.33%)
Mutual labels:  shaders
shaders
Okano's Unity Shaders. Big mishmash of reworked, original, and mixed shaders.
Stars: ✭ 35 (+133.33%)
Mutual labels:  shaders
inanity
Cross-platform C++ game engine.
Stars: ✭ 28 (+86.67%)
Mutual labels:  shaders
isosurface
Isosurface extraction using Marching Cubes and pure WebGL.
Stars: ✭ 66 (+340%)
Mutual labels:  shaders
WebGL-Distance-Fields
⭐ Realtime Euclidean distance field generation and rendering
Stars: ✭ 50 (+233.33%)
Mutual labels:  shaders
webgl-shader-examples
Some simple examples of WebGL shaders
Stars: ✭ 83 (+453.33%)
Mutual labels:  shaders
terrain
Create a 3d terrain with WebGL.
Stars: ✭ 43 (+186.67%)
Mutual labels:  threejs
speckle-server
The Speckle Server, Frontend, 3D Viewer, & other JS utilities.
Stars: ✭ 224 (+1393.33%)
Mutual labels:  threejs
planetarium
A Processing library for dome projection.
Stars: ✭ 45 (+200%)
Mutual labels:  shaders

Build Status

WebGL Image Processing

Try out image processing algorithms with webgl shaders.
Currently implemented shaders:

  • passthrough
  • gauss
  • laplace
  • sharpen
  • erosion
  • dilatation
  • sobel
  • brightness
  • contrast
  • moving average

Running Example

Running Example

Run locally

To run the app please make sure you are using nodejs >= 6.9.4.
Run npm npm install to install the required dependencies.

Development

To run the project in development mode run npm run dev which will start a local development server with live reloading.

Production

Build the project with npm build. Start the production server with npm start.

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].