~ph14nix/brick-extra

Some extra Brick widgets I impemented for my own use

60980c7 timeline: export raw rendering functions

2 years ago

9657ce2 Calendar: code cleanup

2 years ago

#Extra Widgets for Brick

This repo contains some Brick widgets I implemented for use in my own programs:

  • Calendar.
  • Highly customizable progress bar using block symbols.
  • Timeline with captions pointing at parts of it.

Run

stack build
stack exec -- calendar
stack exec -- fancy-progress
stack exec -- timeline

for a demo.