Skip to content
This repository has been archived by the owner on Feb 10, 2023. It is now read-only.

bluk-studio/physiblox

Repository files navigation

Physiblox

This repository contains all source code for PhysiBlox Minecraft plugin. This plugin's main goal is to bring real-world physics to vanilla minecraft using texture packs, custom models and popular game physics engine named Rapier. In theory, this plugin have two sides - engine and runtime. Engine is a binary written in Rust, that exposes Rapier APIs using gRPC server. Runtime (in this case, runtime-java for spigot plugins) uses gRPC client to commuticate to physics engine and to send game data to it. Engine then sends information about physical objects (and their behavior) to server, which then - using texture packs and armor stands - animates them to all players.

Todo

  • Release a MVP version of this plugin

About

Vanilla minecraft physics engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published