ryot

Crates.ioryot
lib.rsryot
version0.2.2
sourcesrc
created_at2024-01-26 19:21:52.315943
updated_at2024-04-13 21:29:32.137941
descriptionMMORPG library based on the concepts of open tibia written in rust and bevy.
homepagehttps://github.com/opentibiabr/Ryot
repositoryhttps://github.com/opentibiabr/Ryot/tree/main/ryot
max_upload_size
id1115847
size325,396
Lucas Grossi (lgrossi)

documentation

https://docs.rs/ryot/

README

Ryot

Ryot! An open tibia based MMORPG library in Rust.

MMORPG library based on the concepts of open tibia.

Ryot is an event-driven library that provides simple utilities for building OT based games. It is designed to be used with the Bevy game engine. It is currently in early development and is not yet ready for use.

Ryot is design to integrate with OpenTibia concepts, facilitating the creation of games that intend to use CIP-like contents/assets formats, as well as some game mechanics.

It provides a major component:

  • ContentAssets - A collection of content assets that can be loaded into the game, including appearances.dat, catalog and configs.

It also provides some utilities:

  • Appearance - A collection of structs and utilities used to manipulate protobuf based appearances, including Prost generated structs from the appearances.proto file.
  • Bevy Helpers - A collection of helpers that can be used to send async events, load configurations, appearances, sprites and contents as BevyAssets.
  • Compression - A compression utility that can be used to compress and decompress sprite sheets.
  • ContentBuilder - A builder that can be used to build content assets from the CIP client content folder, decompressing sprite sheets and copying the necessary files to the assets folder.
  • Sprite Utilities - Functions that can be used to decompress, manipulate and load sprite sheets as game assets, taking into considerations CIP-like sprite sheets structures.
  • Content Utilities - A collection of structs that can be used to manipulate contents, including configuring and loading them.

Compass

Map editor built on top of Ryot aiming develop tile based map for open tibia based MMORPGs.

Commit count: 0

cargo fmt