#fmc #client #plugin #image #download #join #discord

fmc_client_api

Library for creating fmc client plugins

3 releases

new 0.0.3 Feb 20, 2025
0.0.2 Feb 20, 2025
0.0.1 Feb 20, 2025

#3 in #fmc

MIT/Apache

15KB
281 lines

image

Fmc

Download the game at fmc.gg
Join the Discord if you have questions

Modding

Mods can be added through the fmc build command, see fmc build --template for an example.
Mods are plain rust crates, and can be found at crates.io by searching for fmc_
To develop your own mod, see the example mod.

Build client from source

git clone https://github.com/formulaicgame/fmc
cd fmc/client && cargo run --release

Licensing

client - AGPLv3
fmc - MIT or Apache-2.0

Dependencies

~4MB
~127K SLoC