https://github.com/morisil/serca-alana
Live camera shader filter made during the 4th online Creative Code Jam edition on 20.06.2020
https://github.com/morisil/serca-alana
creative-coding creativecoding filter kotlin opengl openrndr shader webcam
Last synced: 6 months ago
JSON representation
Live camera shader filter made during the 4th online Creative Code Jam edition on 20.06.2020
- Host: GitHub
- URL: https://github.com/morisil/serca-alana
- Owner: morisil
- Created: 2020-06-20T12:20:42.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-20T19:36:02.000Z (over 5 years ago)
- Last Synced: 2025-03-27T08:11:30.971Z (12 months ago)
- Topics: creative-coding, creativecoding, filter, kotlin, opengl, openrndr, shader, webcam
- Language: Kotlin
- Size: 128 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OPENRNDR camera filter with live coding
Perfect for video conferences in the time of coronavirus pandemic and social distancing.
Features:
* everything that OPENRNDR offers for drawing
* ready to use camera filter shader
* live coding thanks to kotlin script reloading and shader code reloading
Check [OPENRNDR](https://openrndr.org/) project.
This code is based on [operndr-template](https://github.com/openrndr/openrndr-template) and
[orx-olive](https://guide.openrndr.org/#/10_OPENRNDR_Extras/C03_Live_coding?id=live-coding-with-orx-olive)
[Read the Guide](https://guide.openrndr.org/) if you are starting with OPENRNDR.
Works only on Linux! Requires `v4l2loopback` installation. See details in
[LiveCameraFilter.kt](src/main/kotlin/LiveCodingCameraFilter.kt)