You are browsing the archive for Lua.

Hedgeroid update!

November 26, 2011 in C++, Games, JNI, NDK, Qt framework

[ED: interesting concept for a game Frontend in qt C++ , engine in pascal and lua

you can check the code here ]

Hello,

today a new version of Hedgewars for Android hit the Market!

https://market.android.com/details?id=org.hedgewars.hedgeroid

For users who are updating: please download the additional package again. (Hit download and click on Full data Package)

The last version had a lot of crashes while in the game, the reason for this was because we used 22khz sounds, and sdl didn’t go well with that, I’m still trying to find out exactly why. To prevent the game from crashing that ofter I’ve gone back and used 44khz.

I’ve also changed the way you can download new content, right now only two packages are on there but there might be more soon enough :)

Plus there were some tweaks in the UI mostly hardly noticable.

Xeli

Scripting in Android

June 13, 2011 in Java, Programming

Scripting Layer for Android (SL4A) brings scripting languages to Android by allowing you to edit and execute scripts and interactive interpreters directly on the Android device. These scripts have access to many of the APIs available to full-fledged Android applications, but with a greatly simplified interface that makes it easy to get things done.

Scripts can be run interactively in a terminal, in the background, or via Locale. Python, Perl, JRuby, Lua, BeanShell, JavaScript, Tcl, and shell are currently supported, and we’re planning to add more. See the SL4A Video Help playlist on YouTube for various demonstrations of SL4A’s features.

SL4A is designed for developers and is alpha quality software. Please report bugs and feature requests on the issues list. You can download the current APK by scanning the barcode.

To install SL4A, you will need to enable the “Unknown sources” option in your device’s “Application” settings.

Still have questions? Check out the FAQdiscussion list, or join #sl4a on freenode.

YouTube Preview Image
YouTube Preview Image

Source here.