brush-stroking: Brush strokes document model and renderer

[ bsd3, calligraphy, font, geometry, graphics, library ] [ Propose Tags ] [ Report a vulnerability ]

Document model and renderer, companion to the brush-strokes library.

This library deals with documents that are made up of many brush strokes, in a hierarchical layer structure, and supports serialisation and rendering of such documents.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0
Change log changelog.md
Dependencies acts (>=0.3.1.0 && <0.4), aeson (>=2.2 && <2.3), aeson-pretty (>=0.8 && <0.9), atomic-file-ops (>=0.3.0.0 && <0.4), base (>=4.17 && <5), brush-strokes (>=0.1.0.0 && <0.2), bytestring (>=0.10.10.0 && <0.13), containers (>=0.6.0.1 && <0.9), deepseq (>=1.4.4.0 && <1.6), directory (>=1.3.4.0 && <1.4), filepath (>=1.4.2.1 && <1.6), generic-lens (>=2.2 && <2.5), gi-cairo-connector (>=0.1.0 && <0.2), gi-cairo-render (>=0.1.0 && <0.2), groups (>=0.5.3 && <0.6), hashable (>=1.3.0.0 && <1.6), hermes-json (>=0.7.0.0 && <0.9), lens (>=4.19.2 && <6), mtl (>=2.2.2 && <2.4), scientific (>=0.3.6.2 && <0.4), stm (>=2.5.0.0 && <2.6), text (>=2.0 && <3), transformers (>=0.5.6.2 && <0.7), unordered-containers (>=0.2.11 && <0.3) [details]
License BSD-3-Clause
Author Sam Derbyshire
Maintainer Sam Derbyshire
Uploaded by sheaf at 2026-03-28T14:00:52Z
Category Calligraphy, Font, Geometry, Graphics
Home page https://https://gitlab.com/sheaf/metabrush/-/tree/master/brush-stroking
Source repo head: git clone https://gitlab.com/sheaf/MetaBrush
Downloads 0 total (0 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for brush-stroking-0.1.0.0

[back to package description]

brush-stroking

This is a companion library to the brush-strokes package, providing a simple document model and rendering (using cairo).

Installation notes

This library requires the cairo C system library.

Here are some ways to install it:

  • On Linux, you will need to install the cairo development libraries and the GObject introspection data. On Debian for example, you can run:
    apt-get install pkg-config libcairo2-dev libgirepository1.0-dev
  • On Windows, you will need to use the MSYS2 installation that is provided by ghcup. In an MSYS2 shell, you can run:
    pacman -S -q --noconfirm mingw64/mingw-w64-x86_64-pkg-config mingw64/mingw-w64-x86_64-cairo mingw64/mingw-w64-x86_64-gobject-introspection
  • On MacOS, you should be able to use brew (untested):
    brew install pkgconf cairo gobject-introspection