To focus the search input from anywhere on the page, press the 'S' key.
in-package search v0.1.0
Install
Authors
Maintainers
Sources
md5=c695d3842c55a08e4e131ccee028a51f
sha512=32c721fa071240033bbbec420de3cfea028f832f9176e1bd10dd7033cb4fdd43a3343345d3218e284e79a3028845f5409a8f3bd72c27b0315397a55131069039
README.md.html
Pixel Pusher library for OCaml
Pixel Pushers are these devices that you can plug Ethernet and LED strips into.
You can send UDP packets to the devices over Ethernet to tell them to set the
colors of the LED strips.
The normal way to drive these is through something called Processing, a Java-like
environment that includes a Pixel Pusher plugin.
If you would rather use OCaml to drive them, this library is for you!
Installing
opam install pixel_pusher
Using
Add pixel_pusher
to your dune config libraries stanza.
You can look at the
https://github.com/mbacarella/kindredspirit/ project for an
example of real-world usage.
Bugs
Feel free to file a bug report if you encounter any issues. Shoot me an email
if you have any questions: michael.bacarella@gmail.com.
Happy hacking!