Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 899 Bytes

File metadata and controls

28 lines (18 loc) · 899 Bytes

Coris

Coris is a system for managing floors, rooms, and shapes within a defined environment. To support a variety of use cases some parts are designed to be extendable and customizable.

Caution

Currently, this project is only for internal use and is not intended for public use. Bugs and missing features are expected.

Features

  • Floor Management: Handles the creation, removal and registry of floors
  • Room System: Defines a base room structure and room instances
  • Shape Definitions: Supports different shapes for rooms and floors

Installation

The project is available over the Reposilite repository from the OneLiteFeather organization.

Gradle

implementation("net.onelitefeather:coris:<version>")

Contribution

If you want to contribute to this project, please follow the guidelines in the CONTRIBUTING.md file.