Skip to content

kore-signet/miku-rpc

Repository files navigation

Crates.io docs.rs

miku-rpc

an implementation of the RPC device API for OpenComputers 2.

named in honor of minecraft's creator, hatsune miku.

using as a lua module

you can use this library from lua! you can download it as a datapack and, after installing it, use it as a lua module from your OC2 vms. the exposed API is designed to be as similar as possible to the default lua RPC api:

local DeviceBus = require("libmiku")
local bus = DeviceBus:new("/dev/hvc0")

local redstone = bus:find("redstone")
print(redstone:getRedstoneInput("left"))

About

rust implementation of the hardware RPC api for opencomputers 2, a mod for hatsune miku's game minecraft

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published