Skip to content
Max Penet edited this page Nov 6, 2015 · 14 revisions

Libraries

A list of libraries available in Pixie. If you write one, please add it to the list!

  • bumblebee: Very basic benchmarking library.
  • hiccup.pxi: A port of hiccup, the popular HTML rendering library in Clojure, to Pixie.
  • sparkles: Terminal text colouring.
  • wiringPixie: Control a RaspberryPI's GPIO with Pixie
  • dependency: A data structure for representing dependency graphs in Pixie
  • component: A direct port of clojure component. Managed lifecycle of stateful objects in Pixie
  • tape: A small component based logging library (wip)
  • [aeon] (https://github.com/mpenet/aeon): Tiny experimental datetime lib for Pixie (via C ffi)

Tips

Refer to the dust README to learn how to setup projects.

Clone this wiki locally