RSS 3 projects tagged "simple"

No download Website Updated 16 Sep 2009 SDLbits

Screenshot
Pop 18.87
Vit 36.62

SDLbits is a very lightweight SDL wrapper for Java. This library was designed to be very small and simple. It does not use Swig, but goes directly from "native" Java definitions to the sdlbits C wrapper library to SDL or OpenGL (in C). All symbols are exposed as they would be in C, except the "SDL_" prefix has been removed, since all names are inside the SDL class. The SDL structures from C are translated to very simple Java classes, such as SDL.VideoInfo. Most fields are exposed as read-only "get" methods, but "set" methods for writable members are supported as well. These classes simply interface to the actual C data with a ByteBuffer "pointer".

Download No website Updated 30 Apr 2013 aFileDialog

Screenshot
Pop 26.29
Vit 4.21

aFileDialog is an Android 2.2+ library that implements a simple and easy to use file chooser. The file chooser can be opened as a Dialog or as an Activity. You can filter files using regular expressions, select files or folders, and create files and folders.

No download Website Updated 26 Sep 2011 XPathAPI

Screenshot
Pop 40.69
Vit 1.00

XPathAPI is a Java library which offers simple methods to select nodes on XML document trees using XPath expressions. These methods relieve you from writing many lines of repetitive code. With XPathAPI, many common tasks become simple one liners.

Screenshot

Project Spotlight

php-tick

A simple active record implementation.

Screenshot

Project Spotlight

Clement

An SMTP server used to filter unwanted mail at the SMTP protocol level.