Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/omikhleia/embedders.sile
Text to image converters for the SILE typesetter
https://github.com/omikhleia/embedders.sile
Last synced: about 1 month ago
JSON representation
Text to image converters for the SILE typesetter
- Host: GitHub
- URL: https://github.com/omikhleia/embedders.sile
- Owner: Omikhleia
- License: mit
- Created: 2023-01-08T11:51:52.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-29T21:42:36.000Z (3 months ago)
- Last Synced: 2024-08-29T23:49:44.161Z (3 months ago)
- Language: Lua
- Size: 154 KB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# embedders.sile
[![license](https://img.shields.io/github/license/Omikhleia/embedders.sile?label=License)](LICENSE)
[![Luacheck](https://img.shields.io/github/actions/workflow/status/Omikhleia/embedders.sile/luacheck.yml?branch=main&label=Luacheck&logo=Lua)](https://github.com/Omikhleia/embedders.sile/actions?workflow=Luacheck)
[![Luarocks](https://img.shields.io/luarocks/v/Omikhleia/embedders.sile?label=Luarocks&logo=Lua)](https://luarocks.org/modules/Omikhleia/embedders.sile)This module for the [SILE](https://github.com/sile-typesetter/sile) typesetting
system provides "embedders" for text formats that can be converted to an image, e.g. the DOT
graph language (Graphviz) or the LilyPond musical notation.![](embedders.png)
## Installation
This module collection requires SILE v0.14 or upper.
Installation relies on the **luarocks** package manager.
To install the latest version, you may use the provided “rockspec”:
```
luarocks install embedders.sile
```(Refer to the SILE manual for more detailed 3rd-party package installation information.)
## Usage
Examples are provided in the [examples](./examples) folder.
The in-code package documentation may also be useful.
A readable version of the documentation is included in the User Manual for
the [resilient.sile](https://github.com/Omikhleia/resilient.sile) collection
of classes and packages.## License
All SILE-related code and samples in this repository are released under the MIT License, (c) 2023 Omikhleia.