honey lua interpreter
https://honey3d.org
| demo | ||
| doc | ||
| libs | ||
| src | ||
| util | ||
| .gitignore | ||
| .gitmodules | ||
| CMakeLists.txt | ||
| CMakeSettings.json | ||
| design.md | ||
| LICENSE.md | ||
| README.md | ||
honey core
A lua interpreter providing low-level bindings to make 3d games!
building
The honey core requires
- OpenGL 4.1+
- CMake
and as far as I am aware... that's it.
To build:
mkdir build
cd build
cmake ..
make
layout
demo/- sample lua code that can be run with the interpreterdoc/- documentation fileslibs/- 3rd-party libraries used by the interpretersrc/- the main source code for the honey coreutil/- utility scripts useful in the development process
To build the documentation:
# from the project root
cd doc
./gen-doc.sh