RSS 2 projects tagged "LGPLv3"

No download Website Updated 16 Sep 2009 SDLbits

Screenshot
Pop 18.89
Vit 36.63

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 Website Updated 01 Jul 2009 TinyCurses

Screenshot
Pop 37.07
Vit 37.67

TinyCurses is a simplified, full-color, and extended version of the curses terminal UI library. It is not compatible with the original curses library. TinyCurses provides full color, mono-spaced, text output on multiple platforms with many additional features.

Screenshot

Project Spotlight

VMIPS

MIPS R3000 simulator

Screenshot

Project Spotlight

RSyntaxTextArea

A syntax highlighting text editor written in Java Swing.