honey lua interpreter
https://honey3d.org
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
4 months ago | |
---|---|---|
demo | 7 months ago | |
doc | 3 years ago | |
libs | 7 months ago | |
src | 5 months ago | |
util | 7 months ago | |
.gitignore | 1 year ago | |
CMakeLists.txt | 7 months ago | |
CMakeSettings.json | 1 year ago | |
LICENSE.md | 3 years ago | |
README.md | 4 months ago | |
design.md | 1 year ago |
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/
- contains sample lua code that can be run with the interpreterdoc/
- will contain documentationlibs/
- contains 3rd-party libraries used by the interpretersrc/
- contains the main source code for the honey coreutil/
- contains utility scripts useful in the development process