perovskite_game_api

Crates.ioperovskite_game_api
lib.rsperovskite_game_api
version0.2.1
created_at2023-09-03 19:30:19.640817+00
updated_at2025-08-27 02:35:33.135267+00
descriptionMultiplayer voxel game written in Rust - default game content + plugin API
homepage
repositoryhttps://github.com/drey7925/perovskite
max_upload_size
id962413
size1,366,145
(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: 564

cargo fmt