Skip to content

f-masche/webgl-image-processing-playground

Repository files navigation

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.