Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uyjulian/krmemplugin
Plugin providing memory plugin loading in Kirikiri
https://github.com/uyjulian/krmemplugin
krkr-plugin
Last synced: 7 days ago
JSON representation
Plugin providing memory plugin loading in Kirikiri
- Host: GitHub
- URL: https://github.com/uyjulian/krmemplugin
- Owner: uyjulian
- License: mit
- Created: 2021-02-07T18:27:52.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-14T22:59:21.000Z (5 months ago)
- Last Synced: 2024-10-18T20:38:07.357Z (27 days ago)
- Topics: krkr-plugin
- Language: C++
- Homepage:
- Size: 90.8 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Plugin providing memory plugin loading in Kirikiri
This plugin replaces the plugin loading functionality with one that does not require usage of temporary files in Kirikiri2 / 吉里吉里2 / KirikiriZ / 吉里吉里Z
Additionally, for Kirikiri2, this will allow usage of the Unicode functions for loading plugins.## Building
After cloning submodules, a simple `make` will generate `krmemplugin.dll`.
## How to use
After `Plugins.link("krmemplugin.dll");global.Plugins.prepare_krmemplugin();` is used, the `link`, `unlink`, and `getList` functions will be exposed under the `Plugins` class.
## Limitations
* Susie archive and image plugins are not supported.
* Unlinking is stubbed.## License
This project is licensed under the MIT license. Please read the `LICENSE` file for more information.