Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uyjulian/layerexcopy9patch
Modular copy 9 patch plugin for Kirikiri 2/Z
https://github.com/uyjulian/layerexcopy9patch
krkr-plugin
Last synced: 7 days ago
JSON representation
Modular copy 9 patch plugin for Kirikiri 2/Z
- Host: GitHub
- URL: https://github.com/uyjulian/layerexcopy9patch
- Owner: uyjulian
- License: mit
- Created: 2023-08-03T06:46:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-15T00:42:36.000Z (5 months ago)
- Last Synced: 2024-10-18T20:37:58.007Z (27 days ago)
- Topics: krkr-plugin
- Language: C++
- Homepage:
- Size: 76.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# layerExCopy9Patch
This Kirikiri (2/Z) plugin provides a modular replacement for `Layer.copy9Patch`.
## Building
After cloning submodules and placing `ncbind` and `tp_stub` in the parent directory, a simple `make` will generate `layerExCopy9Patch.dll`.
## How to use
After `Plugins.link("layerExCopy9Patch.dll");` is used, the additional functions will be exposed under the `Layer` class.
## License
This project is licensed under the MIT license. Please read the `LICENSE` file for more information.