Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uyjulian/krass
ASS subtitle renderer plugin for Kirikiri
https://github.com/uyjulian/krass
krkr-plugin
Last synced: 7 days ago
JSON representation
ASS subtitle renderer plugin for Kirikiri
- Host: GitHub
- URL: https://github.com/uyjulian/krass
- Owner: uyjulian
- License: mit
- Created: 2020-07-10T18:43:47.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-14T21:48:47.000Z (5 months ago)
- Last Synced: 2024-10-18T20:38:34.805Z (27 days ago)
- Topics: krkr-plugin
- Language: C++
- Homepage:
- Size: 83 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# krass
This Kirikiri (2/Z) plugin provides a subtitle renderer for the ASS/SSA (Advanced Substation Alpha/Substation Alpha) subtitle format.
## Building
After cloning submodules and placing `ncbind` and `tp_stub` in the parent directory, a simple `make` will generate `krass.dll`.
## How to use
After `Plugins.link("krass.dll");` is used, the additional functions will be exposed under the `Layer` class. Please read `manual.tjs` for documentation of the interface.
## License
This project is licensed under the MIT license. Please read the `LICENSE` file for more information.