LiveView is a specialized remote screen viewing application intended as a tool to help designers create graphics for mobile applications, it has also proven to be useful for creating quick and dirty simulations, demos, and experience prototypes
LocalDB allows software developers to use relational SQL databases from their applications. The database is file-based, fast, and very easy to use. You can use the SQL standard to manipulate its data.
There is no need for a network connection, because all data is stored locally.
If you need to synchronize, it is very easy and straightforward
LocationRequestor -Python extension that allows access to the Location Acquisition API (which connects to, for example, an internal and/or external GPS). It supports both blocking calls and callbacks. It is based on the 'lbsreference' example in the Symbian SDK
LogMan-is a logging service running on Symbian phones intended for debugging tasks. The service allows one to send messages through a USB serial connection to PC. Other serial connection methods should work also, but are not supported. Infrared(IrComm), for example. On Symbian simulator, the messages are also logged to %TEMP%/epocwind.out by using RDebug logger
Logoid How many times have you been sitting on a train, an airplane, or been on a long car trip, and just been itching to get coding? With Logoid, you can quench your thirst for programming, expel your boredom and produce fantastic works of art, all on your mobile device!
Logoid is a Logo interpreter for Android
LTE 3D Engine Demo
This just in! A small team called LTE studios, comprising of some really accomplished developers had been working on a free 3D engine for the Sony PSP. And today's the big day! They've just released the first demo of their product, which they've been working very hard on
LTE 3D Engine SDK LTE Studios has has rolled out the latest update of 3D Engine SDK. Developed by SiberianSTAR and Ky@, this homebrew application features:
* 3D Engine
* Mixed 2D + 3D
* Powerful and customizable 2D GUI
* Character animation system
* Particle effects
* Billboards
* Dynamic Lights
* Powerful 2D with alpha, blend, etc.
LTE 3D Engine SDK 1.0
Just a few days ago, LTE Studios had taken the wraps off their custom made free 3D engine for homebrew developers. Although it was just a demo, it did show a lot of promise.
Today, we've just realised that they've released the first version of their SDK, and the corresponding documentation
ltraps is a trap analyzer for Palm OS prc files. ltraps will semi disassemble the code segments of the prc file and show which traps are used and what OS version is required for the trap to work ... (among other things).
ltraps is under development and should be treated as alpha software.
ltraps is currently being used on both Linux and Microsoft Windows
Lua is a powerful, fast, light-weight, embeddable scripting language.
Lua combines simple procedural syntax with powerful data description constructs based on associative arrays and extensible semantics