nitkanikita21 / ECS-Paper

ECS (Entity Component System) framework for creating custom behavior (as in gamedev) for Bukkit objects (ItemStack and others). WIP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ECS-Paper (WIP)

Build

ECS (Entity Component System) framework for creating custom behavior (as in gamedev) for Bukkit objects (ItemStack and others).

This api is not implemented perfectly due to my knowledge. You can write all your suggestions to me at:

Discord: @nitkanikita21

Goal

This project is created solving the problem of implementing custom items, entities, etc. The implementation of these things is located in one place and is not scattered throughout the project.

Modules

License

MIT License

by nitkanikita21

About

ECS (Entity Component System) framework for creating custom behavior (as in gamedev) for Bukkit objects (ItemStack and others). WIP

License:MIT License


Languages

Language:Java 85.1%Language:Kotlin 14.9%