https://github.com/repcomm/wikit
WebGL Image Kit - modular image editor
https://github.com/repcomm/wikit
brush editor filter image js modular web-app
Last synced: 10 months ago
JSON representation
WebGL Image Kit - modular image editor
- Host: GitHub
- URL: https://github.com/repcomm/wikit
- Owner: RepComm
- Created: 2019-12-30T04:51:54.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-18T14:54:04.000Z (over 2 years ago)
- Last Synced: 2025-01-28T08:50:03.439Z (12 months ago)
- Topics: brush, editor, filter, image, js, modular, web-app
- Language: TypeScript
- Homepage:
- Size: 649 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
# WIKit
WebGL Image Kit
An image editor in the browser
Attempts to somewhat mimick GIMP, but with a fancy interface that makes you think some rando didn't make it

## Dependencies
- [twgl.js](https://github.com/greggman/twgl.js) -> minimal webgl wrapper (this one wasn't a pain to use!)
- [@roguecircuitry/htmless](https://github.com/roguecircuitry/htmless) -> JS DOM api wrapper (homebrew)
- [es-module-shims](https://github.com/guybedford/es-module-shims) -> use import maps without pain
## Build dependencies
- [babel.js](https://github.com/babel/babel) -> TypeScript compile step