Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 440 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 440 Bytes

luagen

luagen is a lightweight lua framework based on love2d used for generative art and game development.

luagen uses:

  • hump, LÖVE Helper Utilities for Massive Progression
  • HC, a "general purpose collision detection library for the use with LÖVE"

The luagen architecture is based on parent-child tree and component-entity system.