Search found 2 matches
- Sun Jul 03, 2016 10:17 am
- Forum: Support and Development
- Topic: Integrating LLVM into Love2d
- Replies: 5
- Views: 4096
Re: Integrating LLVM into Love2d
Hello, guys, thank you for your responses! I know there is Luabind - a library that creates bindings between C++ and Lua. It has the ability to expose functions and classes, written in C++, to Lua. Can it be used to add a custom c++ module/function directly to the Love2D executable? Any real example...
- Mon Jun 27, 2016 8:45 pm
- Forum: Support and Development
- Topic: Integrating LLVM into Love2d
- Replies: 5
- Views: 4096
Integrating LLVM into Love2d
Hi guys, I'am looking for a way how to integrate LLVM into lova2d? Any suggestions on how this can be done?