RSS 8 projects tagged "JNI"

Download Website Updated 17 Jun 2009 dANN

Screenshot
Pop 57.05
Vit 1.42

The dANN project is a library to help facilitate artificial neural networks, artificial intelligence, and artificial genetics within other applications. It is currently written in Java, C++, and C#. However, only the Java version is currently in active development. The other versions can only be obtained from SVN. It provides a powerful interface for programs to include conventional artificial intelligence technology and artificial genetics into their code. It also acts as a testing ground for research and development of new concepts.

No download Website Updated 16 Sep 2009 SDLbits

Screenshot
Pop 18.73
Vit 36.66

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 08 Feb 2011 usb4java

Screenshot
Pop 38.69
Vit 28.88

usb4java is a Java library for accessing USB devices. The low-level part is based on the native libusb 0.1 shared library and reflects this API as completely as possible. Java NIO buffers are used for data exchange between libusb and Java. The high-level part implements the javax.usb standard (JSR-80). Supported platforms are Linux (x86 32/64 bit), Mac OS X (x86 32/64 bit, PowerPC 32 bit) and Windows (x86 32/64 bit), but other platforms supported by Java 6 and libusb may work by compiling the JNI library manually.

Download No website Updated 28 Aug 2011 JavaAutotoolsExample

Screenshot
Pop 28.77
Vit 1.00

JavaAutotoolsExample is an example of a Java Swing program that uses GNU Gettext, Autoconf, Automake, Make, and Java JNI. JavaAutotoolsExample is intended to help Java developers and maintainers make their full-featured Java programs respect the standard "./configure && make && sudo make install" procedure for build and installation.

No download No website Updated 04 Oct 2012 CASampledSP

Screenshot
Pop 31.87
Vit 3.32

CASampledSP is a JNI-based service provider for the javax.sound.sampled.spi interfaces. As such it is capable of decoding many popular audio formats (like mp3 and aac) at native speed taking advantage of Apple's CoreAudio library. The focus is currently on decoding and converting to LPCM, not on writing or exporting.

Download No website Updated 17 Sep 2011 RationalPlan Project Management Software

Screenshot
Pop 17.06
Vit 24.81

RationalPlan Project Management Software provides an alternative to MS Project with some extra features like multiproject management and assignment email notification. It handles WBS construction, project planning and scheduling to critical path management, overallocated resources detection, progress tracking, cost estimation, etc.

No download Website Updated 20 Oct 2011 Cumulix

Screenshot
Pop 34.70
Vit 24.07

Cumulix is a cloud-based image search and retrieval system that utilizes pHash Pro for image similarity and runs on top of Neo4j to provide fault tolerance and scalability. Cumulix is capable of storing millions of images with minimal performance degradation.

Download No website Updated 30 Oct 2012 Java-Objective-C Bridge

Screenshot
Pop 24.12
Vit 14.27

Unlike other Java to Objective-C solutions, Java-Objective-C Bridge doesn't require any code generation of class stubs. It allows you to use any Objective-C libraries and frameworks from Java without having to write any native code. In addition to being able to use Objective-C objects, it allows you to pass Java objects to the objective-c runtime as delegates, so that you can write an entire Cocoa application in Java. The bridge provides 3 levels of abstraction. At the lowest level, it provides wrappers around the Objective-C runtime functions. At a slightly higher level of abstraction, it provides a procedural API to send messages to the Objective-C runtime. At the highest level of abstraction, it provides a Proxy class that serves as a wrapper around any Objective-C object that allows you to work with it in Java almost the same as if you were in Objective-C.

Screenshot

Project Spotlight

Mnix

A GNU/Linux distribution.

Screenshot

Project Spotlight

eSpeak for Android

A text-to-speech tool.