Skip to content

Horryportier/love-ecs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

love-ecs

ecs system build on top of love2d framework


Features

  • entities
  • commponets
  • systems
  • queries - can quarry for entites with and without components

Usage

SEE:


Current Issues

Queries use one 64 bitmask for speed meaning there can only be as mutch commponents 64 integer can hold. Which can countered by high level types ex. shape which can be circle|rect|arc| ect.

Plans for future

  • Events
  • Resources
  • chaning system
  • conditional systems
  • system on timer

Contribution

feel free to give idea and discust to what should be added.

About

ecs system build on top of love2d framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published