Calling lua from java android using CLE
Feb 28, 2012 10:51 PMTrackbacks 0Pageviews 302Public
Java is major language to develop applications on android platform. But, in some case, programmers want to call lua code from java to perform some functions. There are many articles discussing this topic. Here, we present another method, which uses CLE middleware to call lua from java application on android. CLE(Common Language Extension) is developed by srplab which presents functions to aid multi-langu...More
Java is major language to develop applications on android platform. But, in some case, programmers want to call lua code from java to perform some functions. There are many articles discussing this topic...More
Calling python from java for android using CLE and SL4A
Feb 27, 2012 11:45 PMTrackbacks 0Pageviews 578Public
Java is major language to develop applications on android platform. But, in some case, programmers want to call python code from java to perform some functions. By now, there is no direct method to write program with python. SL4A is an open project, which supports script languages including python, lua, etc. But calling python from java has not been supported directly. Programmers have to use JNI method,...More
Java is major language to develop applications on android platform. But, in some case, programmers want to call python code from java to perform some functions. By now, there is no direct method to write...More
Wrapping Irrlicht For Android
Feb 19, 2012 7:37 PMTrackbacks 0Pageviews 264Public
Irrlicht is well-known open source 3D engine, which supports multiple platforms. It has been ported to android by Laurent Mallet, source code can be obtained from https://gitorious.org/irrlichtandroid/. The code is written in c++ language, but android mainly supports the java language. Using native c++ on android to develop applications is more difficult, and not convenient, especially to debug. For developer to ...More
Irrlicht is well-known open source 3D engine, which supports multiple platforms. It has been ported to android by Laurent Mallet, source code can be obtained from https://gitorious.org/irrlichtandroid/. ...More