Skip to content
Arne Schlüter edited this page Jan 22, 2018 · 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
  • aeon: Tiny experimental datetime lib for Pixie (via C ffi)
  • benco: Simple bencode codec
  • bewitch: curses for pixies

Tips

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

Clone this wiki locally