#game-server #voxel-game #multiplayer #unstable #component #perovskite #api

perovskite_server

Multiplayer voxel game written in Rust - Game server

3 releases

0.0.3 Feb 24, 2024
0.0.2 Dec 31, 2023
0.0.1 Sep 3, 2023

#817 in Game dev

44 downloads per month
Used in perovskite_game_api

Apache-2.0

490KB
11K SLoC

This crate contains the game server component of Perovskite.

The API of this crate is unstable and subject to change at any time, including in backwards-incompatible ways.

Most plugins should link against perovskite_game_api instead, which includes base content. However, it is possible to directly depend on this crate for lower level game logic.

If you're looking to play Perovskite, you can build perovskite_game_api with default features instead for a game server, and perovskite_client for the client.

Dependencies

~49–84MB
~1.5M SLoC