https://github.com/void-modding/lib-vmm
The offcial SDK for developing Plugins & VMM alternatives
https://github.com/void-modding/lib-vmm
library plugin sdk sdk-rust vmm
Last synced: 3 months ago
JSON representation
The offcial SDK for developing Plugins & VMM alternatives
- Host: GitHub
- URL: https://github.com/void-modding/lib-vmm
- Owner: void-modding
- License: gpl-3.0
- Created: 2025-10-24T09:16:41.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-12-05T14:51:02.000Z (6 months ago)
- Last Synced: 2026-01-13T15:03:26.640Z (5 months ago)
- Topics: library, plugin, sdk, sdk-rust, vmm
- Language: Rust
- Homepage:
- Size: 74.2 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lib-vmm
**Lib-vmm** is the official SDK for developing plugins for [Void Mod Manager (VMM)](https://github.com/void-mod-manager/app).
> [!WARNING]
> This project is currently under active development. Expect frequent changes and updates.
> lib-vmm (this package) is not associated with the [libvmm](https://github.com/libvmm/libvmm) package, the naming just happened to be a poor coincidence. We're sorry for any confusion in advanced, please make sure you double read your cargo.toml or install commands!
## Overview
Lib-vmm simplifies the creation of plugins for Void Mod Manager, specifically **Game Providers** and **Mod Providers**.
It provides a streamlined interface and set of tools to help you build plugins that can be easily integrated and loaded into VMM.
Even the official providers are built using this SDK. You can find their source code [here](https://github.com/void-mod-manager/providers)
> *(note: they may not be available yet, as we’re currently in the process of migrating them)*.