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

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

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)