Skip to content

Index

KECS is a Cross-platform Entity Component System design to create concurrent applications, such games, more simple and without the need of using multiple threads neither fibers nor corutines.

All Types

Name Summary
com.juanmedina.kecs.entity.Entity

An Entity represent a instance of an object in our world.

|

com.juanmedina.kecs.dsl.EntityDsl

DSL for creating a Entity.

|

com.juanmedina.kecs.system.System

A system take care of update our world base on the entities of the our world.

|

com.juanmedina.kecs.entity.View

A View represent a set of entities in World.

|

com.juanmedina.kecs.world.World

Contains all the entities and systems on our ECS.

|

com.juanmedina.kecs.dsl.WorldDsl

DSL for creating a World.