guile-guart/README.org

10 lines
461 B
Org Mode
Raw Permalink Normal View History

2024-03-08 20:22:21 +00:00
# -*- mode: org; coding: utf-8; -*-
2024-03-12 20:32:47 +00:00
#+TITLE: README for Guile Guart
2024-03-08 20:22:21 +00:00
2024-03-12 20:32:47 +00:00
~guile-guart~ is a library for making art with unicode characters.
2024-03-08 20:22:21 +00:00
2024-03-11 04:17:14 +00:00
This library is heavily inspired by the Racket library ~raart~. However, some aspects have been modernized and made to support Unicode better. The library is also more designed around making rich text interfaces than the original, so styles will be defined in a different way.
2024-03-08 20:22:21 +00:00
2024-03-11 04:17:14 +00:00
Currently the library is under construction!