HIPERFIT / aplcam

Ripoff of Niels's futcam, but now with added APL
2 stars 0 forks source link

APLCAM

This is a ripoff of futcam, probably with more bugs, but with filters written in APL!

A filter consists of an APL program that is applied to every frame. When the program starts, the following variables will be defined:

To make a change, a filter should set the image variable to a new value. The value of image at the end of the program constitutes the new color data. The size and rank of image should not be changed. Changes to degree have no effect.

To add a filter, put it in an .apl file. The Makefile should automatically pick it up. The name of the filter must not be a Futhark keyword.