Skip to content

apanchenko/lua-cor

Repository files navigation

lua-cor

Licence

Lua library to help making Corona games.

Contains common code I found useful and shareable:

  • arr - array implementation
  • ass - assert library
  • bro - broadcast event to subscribers
  • cnt - container for countable objects
  • lay - layout 2D display objects for UI
  • log - logging system with log severity and stack depth indentation
  • map - map key to value, which is Lua table
  • obj - object inheritance implementation
  • pkg - collect mudules into packages to call common functions like wrap and test
  • typ - type checking
  • vec - 2D vector
  • wrp - instrument any function with argument type checkers and logs (and performance meter in future)

Not developing this project anymore. Switched to other wonderful techs.

About

Lua library to help making Corona games

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages