Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tankos/flexworld-diluculum
FlexWorld fork of Diluculum (Lua binding library)
https://github.com/tankos/flexworld-diluculum
Last synced: 2 days ago
JSON representation
FlexWorld fork of Diluculum (Lua binding library)
- Host: GitHub
- URL: https://github.com/tankos/flexworld-diluculum
- Owner: TankOs
- License: mit
- Created: 2017-02-22T21:03:19.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-22T21:03:38.000Z (almost 8 years ago)
- Last Synced: 2024-11-09T03:53:00.593Z (about 2 months ago)
- Language: C++
- Size: 637 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- Changelog: HISTORY.txt
- License: COPYING.txt
- Authors: AUTHORS.txt
Awesome Lists containing this project
README
Diluculum started as a collection of "pure Lua" packages, but things
started to get really interesting when I added some C++ to it.I used to use a class named 'LuaState', that was a pretty low-level
encapsulation of a Lua state. As the time passed, I learned the ways
in which I used Lua most and suddenly realized that life could be
better. So I started to design a new 'LuaState' class. A higher level
'LuaState', that would allow me to do with ease all the Lua things I
did most of the time.For the lack of a better place to put the new 'LuaState' (and its
related classes) I added it to Diluculum.And here it is.
Enjoy,
Leandro Motta Barros