Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tomaszrewak/imageinspector

Visualizing WebGL filters
https://github.com/tomaszrewak/imageinspector

filters image-processing react typescript webgl website

Last synced: 3 months ago
JSON representation

Visualizing WebGL filters

Awesome Lists containing this project

README

        

# ImageInspector

Image inspector is a simple website that can be used to visualize custom webgl filters applied on an uploaded image.

The working example can be found [here](https://image-inspector.tomasz-rewak.com/).

A few words about the project can be found [here](https://www.youtube.com/watch?v=BxRKhU4ygFk).



The website allows you to create custom layers by modifying predefined vertex and fragment shaders. You can also inspect the exact value calculated at the specific location simply by hovering the cursor over the selected pixel.

The project is written in: TypeScript + React.js + WebGL + [Ace editor](https://github.com/ajaxorg/ace).

To build the project run the `npx webpack` command. Generated files should appear in the `dist/` folder.