-
Notifications
You must be signed in to change notification settings - Fork 124
Libraries
Arne Schlüter edited this page Jan 22, 2018
·
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: Tiny experimental datetime lib for Pixie (via C ffi)
- benco: Simple bencode codec
- bewitch: curses for pixies
Refer to the dust README to learn how to setup projects.