-
Notifications
You must be signed in to change notification settings - Fork 128
Libraries
Bryce edited this page Oct 1, 2016
·
14 revisions
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] (https://github.com/qbits/aeon): Tiny experimental datetime lib for Pixie (via C ffi)
- [benco] (https://github.com/qbits/benco): Simple bencode codec
- [bewitch] (https://github.com/brycecovert/bewitch): curses for pixies
Refer to the dust README to learn how to setup projects.