Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uyjulian/passthroughdrawdevice
Modular pass through draw device plugin for Kirikiri 2/Z
https://github.com/uyjulian/passthroughdrawdevice
krkr-plugin
Last synced: 7 days ago
JSON representation
Modular pass through draw device plugin for Kirikiri 2/Z
- Host: GitHub
- URL: https://github.com/uyjulian/passthroughdrawdevice
- Owner: uyjulian
- License: mit
- Created: 2023-08-05T04:15:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-14T22:41:43.000Z (5 months ago)
- Last Synced: 2024-10-18T20:38:10.043Z (27 days ago)
- Topics: krkr-plugin
- Language: C++
- Homepage:
- Size: 50.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Modular PassThroughDrawDevice plugin for Kirikiri
This plugin provides PassThroughDrawDevice 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 `PassThroughDrawDevice.dll`.
## How to use
After `Plugins.link("PassThroughDrawDevice.dll");` is used, the additional class will be available under `Window.PassThroughDrawDeviceModule`.
## License
This project is licensed under the MIT license. Please read the `LICENSE` file for more information.