drumwrist0123 Posted January 26, 2014 Share Posted January 26, 2014 Is C++ built it? Or is it only LUA built in? Whats the difference too though? Quote Link to comment Share on other sites More sharing options...
YouGroove Posted January 26, 2014 Share Posted January 26, 2014 C++ You program in C++ using Visual Studio from Microsoft. You program in Lua using LE3 Lua editor or you could use any text software like Notepad, and other free Lua editors (just search on google) I recommend that you read all the docs to have better understanding of workflow : http://www.leadwerks.com/werkspace/page/documentation/_/user-guide/getting-started http://www.leadwerks.com/werkspace/page/documentation/_/user-guide/script-editor-r6 Quote Stop toying and make games Link to comment Share on other sites More sharing options...
AggrorJorn Posted January 28, 2014 Share Posted January 28, 2014 The engine is build with the C++ programming language. You can make your game in either C++, Lua or both. Currently there are 2 version of Leadwerks: normal and steam. The steam edition is Lua only while the normal version has Lua and C++. Quote Link to comment Share on other sites More sharing options...
Guppy Posted January 29, 2014 Share Posted January 29, 2014 You program in C++ using Visual Studio from Microsoft. With 3.1 compiling against gcc ( properly also clang as the two are more or less interchangable ) your free to use any old text editor or one of these fine IDEs; http://orwelldevcpp.blogspot.dk/ http://www.codeblocks.org/ http://anjuta.org/ http://www.eclipse.org/downloads/moreinfo/c.php http://codelite.org/ No need to tie your self to an expensive MS product Quote System: Linux Mint 17 ( = Ubuntu 14.04 with cinnamon desktop ) Ubuntu 14.04, AMD HD 6850, i5 2500k Link to comment Share on other sites More sharing options...
AggrorJorn Posted January 29, 2014 Share Posted January 29, 2014 You use the express editions free of charge. Quote Link to comment Share on other sites More sharing options...
Guppy Posted January 29, 2014 Share Posted January 29, 2014 You use the express editions free of charge. I didn't realize they changed their licensing terms to include commercial use, still not all expenses are measured in money ofc If you have no intentions of using your end product outside the whindows eco system I'm sure VSE is a workable solution. Quote System: Linux Mint 17 ( = Ubuntu 14.04 with cinnamon desktop ) Ubuntu 14.04, AMD HD 6850, i5 2500k Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.