a beautiful gui program made with haskell and gtk
Go to file
sheaf 1e4bb4bddc implement a basic brush store
* each stroke stores the brushes it uses by reference,
    so that one can interactively edit brushes
    and see the strokes be updated in real-time
  * when writing to a file, we retrive the brush code
    from the reference, and include that information statically
2020-11-14 23:32:23 +01:00
app implement a basic brush store 2020-11-14 23:32:23 +01:00
assets add debug mode to visualise fitting algorithm 2020-09-14 06:03:45 +02:00
img add info bar 2020-08-08 05:33:35 +02:00
src implement a basic brush store 2020-11-14 23:32:23 +01:00
.gitignore use haskell-gi bugfix to improve tab reordering 2020-09-26 00:21:49 +02:00
cabal.project Implement programmable brush framework 2020-11-12 17:34:46 +00:00
installation_notes.md add document history & undo/redo 2020-09-10 18:59:14 +02:00
MetaBrush.cabal implement a basic brush store 2020-11-14 23:32:23 +01:00