https://github.com/slammayjammay/image-effects
Add effects to an image file
https://github.com/slammayjammay/image-effects
electron es6 glsl node threejs webpack
Last synced: 3 months ago
JSON representation
Add effects to an image file
- Host: GitHub
- URL: https://github.com/slammayjammay/image-effects
- Owner: slammayjammay
- License: mit
- Created: 2017-04-04T23:56:24.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-02-16T21:17:07.000Z (over 8 years ago)
- Last Synced: 2025-02-26T12:43:35.474Z (over 1 year ago)
- Topics: electron, es6, glsl, node, threejs, webpack
- Language: JavaScript
- Size: 52.8 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Image Effects
This is mostly a playground to play around with WebGL fragment shaders using `three.js`.
Available effects to adjust:
- Pixelation
- Grayscale
## Download
- [macOS](https://github.com/slammayjammay/image-effects/releases/download/v1.1.0/image-effects-darwin-x64.zip)
- [windows](https://github.com/slammayjammay/image-effects/releases/download/v1.1.0/image-effects-win32-x64.zip)
## Run locally
```sh
$ git clone https://github.com/slammayjammay/image-effects.git
$ cd image-effects
$ npm install
$ npm run electron
```
To package as a distributable using `electron-packager`:
```sh
$ npm run package:darwin # mac
$ npm run package:win32 # windows
```