Search found 2 matches

by Julinator
Sun Aug 07, 2016 8:33 am
Forum: Support and Development
Topic: Lua C++ connection
Replies: 3
Views: 2170

Re: Lua C++ connection

https://bitbucket.org/rude/love this is the source code for love. Also if you plan to extend love join irc and check with the devs to see if what you doing is something they would like to merge in. They might be able to give you pointers as well. Thanks, but I still don't understand how the API in ...
by Julinator
Sat Aug 06, 2016 10:45 am
Forum: Support and Development
Topic: Lua C++ connection
Replies: 3
Views: 2170

Lua C++ connection

Hello Lovers, I've been working on a few games with LÖVE and I'm a big fan of the framework. I also like the simplicity and possibilities of the framework, but I was wondering where the link between the lua functions and the functions in C++ is, so I can learn more about LÖVE and C++. This could be ...