Ikala Plugins

 A collection of plugins for the Ikala framework. These mostly focus on creating games for now.

Links

Plugins

Please see github for the latest list of plugins. Some plugins that have been created are:

  • EntityComponentSystem – Provides a framework for the Entity Component System pattern.
  • Example-Plugin – An example plugin, set up and ready to build. This can be used as a framework to start building your own plugins.
  • Factory-Core – The core of a factory game.
  • Ikala-Attributes – RPG related attributes, player and enemy stats.
  • Ikala-Database – A relational database and utilities for interacting with it.
  • Ikala-Graphics – Proivides utilities for graphics, using LWJGL.
  • Ikala-Permissions – Provides role-based permissions to provide fine-grained control over what can and can’t be done in a game.
  • RPG-GUI – A Graphical User Interface relating to RPGs.
  • RPG-Inventory – An RPG inventory system, using items from the item plugin.
  • RPG-Item – An extensible item plugin for RPGs.
  • RPG-Logic – Game logic for RPGs.
  • RPG-World – A RPG world with maps and their contents.
  • Random – Provides random generation utilities.
  • TestPlugins – An assortment of plugins for unit testing the Plugin Management system.