a *really* simple drawing app written in haskell as an exercise
Go to file
Francesco e21fab1c49 (+) at least it's drawing 2022-07-31 18:58:13 +02:00
app set up initial project, ready to work 2022-07-29 16:32:45 +02:00
src (+) at least it's drawing 2022-07-31 18:58:13 +02:00
test first commit 2022-07-29 15:20:17 +02:00
.gitignore first commit 2022-07-29 15:20:17 +02:00
ChangeLog.md (+) ChangeLog, (^) Tip and Brush in Canvas 2022-07-31 16:33:36 +02:00
LICENSE (+) Costants.hs, (+) Unlicense, (^) README 2022-07-31 16:01:13 +02:00
README.md (^) fixed typo 2022-07-31 16:02:37 +02:00
Setup.hs first commit 2022-07-29 15:20:17 +02:00
amaranth.cabal (+) Costants.hs, (+) Unlicense, (^) README 2022-07-31 16:01:13 +02:00
hie.yaml first commit 2022-07-29 15:20:17 +02:00
package.yaml first commit 2022-07-29 15:20:17 +02:00
stack.yaml first commit 2022-07-29 15:20:17 +02:00
stack.yaml.lock first commit 2022-07-29 15:20:17 +02:00

README.md

🪴🐻 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.

This code is licensed with The Unlicense. Learn more at https://unlicense.org/.

⚙️ How to use

Amaranth comes with two modes with which you can use to draw on 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. 😥