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.
 
 
 
 
 
 
sanine 0369e8d811 Update 'README.md' 4 months ago
demo really really strongy suggest core profile (looking @ u, mac) 7 months ago
doc update doxyfile 3 years ago
libs fix LUAJIT_DIR not set bug 7 months ago
src add glPointSize and glLineWidth binds 5 months ago
util bind engine and sound functions 7 months ago
.gitignore build with clang on visual studio 1 year ago
CMakeLists.txt really really strongy suggest core profile (looking @ u, mac) 7 months ago
CMakeSettings.json build with clang on visual studio 1 year ago
LICENSE.md add LICENSE.md 3 years ago
README.md Update 'README.md' 4 months ago
design.md add design overview 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 interpreter
  • doc/ - will contain documentation
  • libs/ - contains 3rd-party libraries used by the interpreter
  • src/ - contains the main source code for the honey core
  • util/ - contains utility scripts useful in the development process