Skip to content

Latest commit

Β 

History

History
36 lines (28 loc) Β· 929 Bytes

README.md

File metadata and controls

36 lines (28 loc) Β· 929 Bytes

axi - A modern Minecraft game engine

Axi is a Minecraft game engine based on PaperMC and Kotlin Coroutines, allowing you to write games in a clean and concise way.

Note that axi is not yet ready for production usage and has zero guarantee of maintaining any API compatibility up to 1.0.0.

πŸ”— Documentation

The current features of Axi include:

  • βœ… Resource pack API
  • βœ… Font API
  • βœ… Sprite API
  • βœ… Rendering API
    • βœ… Actionbar support
    • πŸ“ Boss Bar support
    • πŸ“ Scoreboard support
  • βœ… Entity Component System
  • βœ… Command API based on cloud
  • βœ… Text API based on adventure
  • βœ… Coroutine integration
  • βœ… Display name API via text displays
  • βœ… Game framework (0.2.0)
  • βœ… World / Map / Schematic API with FAWE (0.2.0)
  • πŸ“ Command argument parser builders
  • πŸ“ Interactable Region API

βœ…: Implemented and tested

πŸ—οΈ: In Progress

πŸ“: Planned