Luaoop - OOP library
Posted: Wed Feb 05, 2020 6:41 pm
Hi,
I'm currently developing games with LÖVE, which implies developing tools when I don't find a suitable one and I like to make them generic (not bound to a specific thing). This post is one among others in the future to share those Lua librairies which may interest LÖVE developers.
Luaoop is an Object Oriented Programming (class-based) library. There are many of those, but I didn't find something as clean as I wanted and it was interesting to make.
Project and documentation: https://github.com/ImagicTheCat/Luaoop
If you are interested by how it looks in a project using the library, here is an example unrelated to LÖVE.
I'm currently developing games with LÖVE, which implies developing tools when I don't find a suitable one and I like to make them generic (not bound to a specific thing). This post is one among others in the future to share those Lua librairies which may interest LÖVE developers.
Luaoop is an Object Oriented Programming (class-based) library. There are many of those, but I didn't find something as clean as I wanted and it was interesting to make.
Project and documentation: https://github.com/ImagicTheCat/Luaoop
If you are interested by how it looks in a project using the library, here is an example unrelated to LÖVE.