https://github.com/apanchenko/lua-cor
Lua library to help making Corona games
https://github.com/apanchenko/lua-cor
corona
Last synced: 5 months ago
JSON representation
Lua library to help making Corona games
- Host: GitHub
- URL: https://github.com/apanchenko/lua-cor
- Owner: apanchenko
- License: mit
- Created: 2019-05-12T18:11:40.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-09T22:07:15.000Z (over 6 years ago)
- Last Synced: 2023-09-24T07:37:59.362Z (over 2 years ago)
- Topics: corona
- Language: Lua
- Homepage:
- Size: 193 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lua-cor
[](LICENCE.txt)
Lua library to help making [Corona](https://coronalabs.com/) 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.