2022-07-29 15:24:50 +02:00
|
|
|
# 🪴🐻 Amaranth
|
|
|
|
Amaranth is a small drawing app written in Haskell. It was
|
|
|
|
created as a small learning project, and it probably won't
|
|
|
|
be continued.
|
|
|
|
|
2022-07-31 16:01:13 +02:00
|
|
|
This code is licensed with The Unlicense. Learn more at
|
|
|
|
https://unlicense.org/.
|
|
|
|
|
|
|
|
# ⚙️ How to use
|
2022-07-31 16:02:37 +02:00
|
|
|
Amaranth comes with two modes with which you can use to draw on
|
2022-07-31 16:01:13 +02:00
|
|
|
the screen:
|
|
|
|
- **brush mode**, which you can use by hitting B on the keyboard, and
|
|
|
|
- **eraser mode**, which you can use by pressing E.
|
|
|
|
|
|
|
|
# 📸 Screenshots
|
|
|
|
None by now. 😥
|