https://github.com/recp/filt
Image Filter
https://github.com/recp/filt
Last synced: 4 months ago
JSON representation
Image Filter
- Host: GitHub
- URL: https://github.com/recp/filt
- Owner: recp
- License: apache-2.0
- Created: 2021-05-11T23:04:53.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-09T09:31:49.000Z (almost 4 years ago)
- Last Synced: 2025-01-28T15:19:58.454Z (12 months ago)
- Language: C
- Size: 9.77 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🎞 filt - Image Filtering Library
**Image Filter extension library for [im](https://github.com/recp/im)**
This will use [Universal Shading Language](http://github.com/UniversalShading) and its **VM** for both CPU and GPU acceleration when US/USL is ready. With USL custom filtering can be written with existing language.
Curently USL is pivate except its spec, but I trying my best to finish its compiler and make it public.
This library will also be used in [vision](https://github.com/recp/vision), [ai](https://github.com/recp/ai) and maybe in online / offline renderers engines ([gk](https://github.com/recp/gk) / [rays](https://github.com/recp/rays)).
I'll update README by time...