Page 1 of 1

#include "love"

Posted: Thu Apr 11, 2013 8:47 am
by Username
Is it possible to use löve from another app as a library? For example from within a C++ app with a #include directive?

Or from any programing language that supports Lua scripting, could I use Löve as a library?

The program was made to run on Windows platform, so I no need a version for Linux or MacOS.

Is that possible?

Re: #include "love"

Posted: Thu Apr 11, 2013 11:14 pm
by Boolsheet
Some parts of the LÖVE modules use Lua directly. Without modifications, you can't use it as a C++ library.

However, with the next version of LÖVE, it will be possible to load it as a Lua module.