iamcreasy Posted October 26, 2010 Share Posted October 26, 2010 How hard it is going to integrate Java and Leadwerks? Where to start with? Quote Link to comment Share on other sites More sharing options...
AggrorJorn Posted October 26, 2010 Share Posted October 26, 2010 You could ask Zaphos about java: http://www.youtube.com/watch?v=h-1d2CtuvQU Quote Link to comment Share on other sites More sharing options...
Matthew Nicholls Posted October 29, 2010 Share Posted October 29, 2010 How hard it is going to integrate Java and Leadwerks? It is easy when you know how! You could be working in Leadwerks with Java in a couple of hours if you just want to map the functions directly using the dll (not recommended). To get a fully object orientated implementation takes a bit longer. I'm still testing my implementation but having fun learning Leadwerks while I do it. You can see from the screen shots and video I have posted that it works fine. Where to start with? You can either wait till I have finished implementing it myself, or if you want to do it yourself have a look at JNA, you can use it to access the dll libraries directly from Java code without having to use the JNI yourself. I recommend having a look at implementing it yourself as it is a great way of learning the engine. Quote 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.