Search found 3 matches
- Sat Jan 23, 2010 3:14 am
- Forum: Support and Development
- Topic: CMake
- Replies: 0
- Views: 2233
CMake
Hi all, For the past 2 days I've been trying to setup love to love CMake and so far I've got most stuff compiling under MinGW 4.4.0 + Windows 7 but I have no idea if it would work under linux or mac yet, one thing at a time I guess! However, I've hit a stump. For the filesystem module there's some i...
- Thu Jan 21, 2010 6:04 am
- Forum: Support and Development
- Topic: Attaching external C/C++ libs with lua bindings
- Replies: 2
- Views: 2650
Re: Attaching external C/C++ libs with lua bindings
Thanks for the info rude. Looking more into it the library I want to integrate would most likely benefit from having access to however the window context creation is made and the physfs filesystem library at the C++ level, so I need to rethink on how to integrate this in-code so it has a nice API ex...
- Tue Jan 19, 2010 7:30 am
- Forum: Support and Development
- Topic: Attaching external C/C++ libs with lua bindings
- Replies: 2
- Views: 2650
Attaching external C/C++ libs with lua bindings
Hello, I was wondering what the best way it is to attach external C/C++ libraries which already have lua bindings made for it in order for it to be exposed to the love lua interpreter. Would it be best to add it to love as a "library" (like how luasocket is implemented) or as a module? My ...