processing
processing copied to clipboard
Web graphic applications with Processing.js.
Due to changes in Template Haskell, `processing` does not build with GHC 8.
Hi, I tried processing and it looked promising to me. But I don't understand the generated code of the enclosed example: The location of the vehicle is shown up correctly...
Add the new `Proc_*` type `Proc_Int8` as a extension of [`Int8`](http://www.haskell.org/ghc/docs/7.6.3/html/libraries/base-4.6.0.1/Data-Int.html#t:Int8) (see Extended class). See [`byte`](http://processingjs.org/reference/byte) in processing.js.
The `ProcArg` type is the disjoint union of all the `Proc_*` types. Perhaps it deserves another name, like `ProcUnion` or `ProcAny`.
The type is already there (`Proc_Image`), but we lack the correspondent functions to use them.
Examples must be included in the [examples](https://github.com/Daniel-Diaz/processing/tree/master/examples) directory.