perovskite_game_api

Crates.ioperovskite_game_api
lib.rsperovskite_game_api
version0.0.4
sourcesrc
created_at2023-09-03 19:30:19.640817
updated_at2024-06-23 00:52:10.70039
descriptionMultiplayer voxel game written in Rust - default game content + plugin API
homepage
repositoryhttps://github.com/drey7925/perovskite
max_upload_size
id962413
size832,617
(drey7925)

documentation

README

This crate contains the default game content for Perovskite, as well as APIs for extending that game content.

The API of this crate is unstable while Perovskite is in its early 0.x era. However, the API should be somewhat more stable than the lower-level perovskite_server crate.

Most plugins should depend on this crate, which includes base content and various extension points.

If you're looking to play Perovskite, you can build the binary from this crate with default features enabled.

Commit count: 297

cargo fmt