Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uyjulian/basicdrawdevice
Modular basic draw device plugin for Kirikiri 2/Z
https://github.com/uyjulian/basicdrawdevice
krkr-plugin
Last synced: 6 days ago
JSON representation
Modular basic draw device plugin for Kirikiri 2/Z
- Host: GitHub
- URL: https://github.com/uyjulian/basicdrawdevice
- Owner: uyjulian
- License: mit
- Created: 2023-08-05T04:14:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-14T21:53:50.000Z (5 months ago)
- Last Synced: 2024-10-18T20:38:33.810Z (27 days ago)
- Topics: krkr-plugin
- Language: C++
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Modular BasicDrawDevice plugin for Kirikiri
This plugin provides BasicDrawDevice as a module for Kirikiri / 吉里吉里 2/Z
## Building
After cloning submodules and placing `ncbind` and `tp_stub` in the parent directory, a simple `make` will generate `BasicDrawDevice.dll`.
## How to use
After `Plugins.link("BasicDrawDevice.dll");` is used, the additional class will be available under `Window.BasicDrawDeviceModule`.
## License
This project is licensed under the MIT license. Please read the `LICENSE` file for more information.