[21 total ]
The GNU Compiler Collection includes front ends for C, C++, Objective-C, Fortran, Java, and Ada, as well as libraries for these languages (libstdc++, libgcj,...).
iReport is a visual reporting tool based on JasperReports and written in pure Java. You can manage charts, images, sub-reports, etc. Data can be retrieved using JDBC, TableModels, JavaBeans, and XML. It supports output in PDF, XML, XSL, CSV, HTML, and Java2D.
The Lightweight Java Game Library (LWJGL) is a solution aimed directly at professional and amateur Java programmers alike to enable commercial quality games to be written in Java. LWJGL provides developers access to high performance crossplatform
... [More]
libraries such as OpenGL (Open Graphics Library) and OpenAL (Open Audio Library) allowing for state of the art 3D games and 3D sound. Additionally LWJGL provides access to controllers such as Gamepads, Steering wheel and Joysticks. All in a simple and straight forward API. [Less]
Java Compiler Compiler is the most popular parser generator for use with Java applications. A parser generator is a tool that reads a grammar specification and converts it to a Java program that can recognize matches to the grammar. In addition to
... [More]
the parser generator itself, JavaCC provides other standard capabilities related to parser generation such as tree building (via a tool called JJTree included with JavaCC), actions, debugging, etc. [Less]
The Xith3d project consists of powerful middleware consisting of a scenegraph and an extensible renderer. The goal is to create a lean and performative scenegraph and renderer while at the same time allowing for extensions and enchancements to all
... [More]
stages of the rendering pipeline.
You can think of it as a 3D engine. It allows to create games, or any application requiring a 3D visualization. It's versatile, usable with JOGL or LWJGL, embeddable in AWT, Swing, SWT (Eclipse).
It has support for physics engine (JOODE), and many development facilities.
It's fast and easy-to-use. [Less]
The JInput Project hosts an implementation of an API for game controller discovery and polled input.
This project contains all testcases, demos, benchmarks, etc. to show the full power of xith3D.
jSeamless is a UI abstraction layer for Java to allow developers to write code for any platform and any environment (Web, Desktop, Mobile, etc.) without having to know ahead of time the deployment platform or environment will.
MD5 Reader 2 is an extension for jMonkey Engine to load 3D animated models from MD5 format (Doom 3 format).
Current active contributors are: ender_saka (Marco Frisan, the project founder), Duodecimo Fernandes and gathers (Öyvind Johannessen).
... [More]
The project was based on the original code from ChaosDeathFish (Gareth Jenkins-Jones).
While the original code is still maintained, we are moving to a rewrite. [Less]
This project serves as a base for Java Graphics Engines. It contains abstract loaders (models, textures, etc.), OpenGL-wrapper, etc. to help you build your own engine and to maintain compatibility between your engine and others, which are using JAGaToo.
Moonlight|3D is a free modern, flexible and extensible modelling and animation tool developed by a small but dedicated team. The goal is to provide a tool that is capable of turning even the most advanced and challenging projects of artists and
... [More]
technical artists into reality.
We understand that this project is by its very nature a huge undertaking. We have chosen to make clean design, good usability and solid implementation of features our highest priority goals and we have already successfully, albeit slowly, pursued that road for several years.
In order to speed up the progress of our development efforts we open up the project to the general public and we hope to attract the support of many developers and users, bringing the project forward faster. [Less]
GASP is a pure JavaTM middleware under L-GPL license for mobile multiplayer online games and implements the OMA GS (Open Mobile Alliance Games Services working group) specifications, enabling multiplayer games on J2ME MIDP and Doja mobile phones over
... [More]
phone networks (2/2.5/3G). GASP Bluetooth is the GASP middleware version enabling multiplayer gaming over Bluetooth local network on J2ME MIDP 2.0. [Less]
The Steam Condenser is a multi-language library for querying Source and GoldSrc game servers as well as the Steam master servers. Currently it is implemented in Java, PHP and Ruby.
A very simple to use and extend JEditorKit that supports few languages. The main goal is to make it easy to have nice looking Java Swing Editor with support for Syntax Highlighting.
Small embeddable pure Java library to perform source code highlighting and render the results in a variety of formats.
Cero is a free open source game framework appropriate for a wide variety of card games. Any card game can be easily programed in Java.
So you've used Ant, played with JRake, thought Schmant was cool and couldn't face using make again...
Why does building Java code have to be so hard? Wouldn't it be easier if you could write in Java to build it? And why can't it be simpler to debug
... [More]
build scripts and files?
Well, now you can. Enter orogeny! It's free, open source and has the collective wisdom of tens of man years of software development behind it.
Orogeny is just a build tool. Like all the best software, it's very singularly focused. It does things one way, with the principal of least surprise. It's designed to compile java into an useful output - executable, modern jars ready to just execute and go.
It doesn't care about your source control system, it doesn't force you to use dependency libraries like maven and it does make the simplest tool around. You can extend it - you write Java. You can have IntelliJ intellisense it! [Less]
Blackspirit Graphics is a 2D Java graphics library designed for games, providing a simple but powerful interface.
As it is based on JOGL it is operating system independent and hardware accelerated. Primitive drawing operations (points, lines, triangles, images) are supported as well as advanced features like drawing text, shapes and texturing.
PicOrganizer provides a simple interface for viewing and sorting large collections of images. Images in a folder can be viewed individually, renamed, tagged, then moved to another pre-configured folder.
DataVision is a reporting tool similar to Crystal Reports, written in Java. It supports multiple data sources (JDBC, text files) and output formats (HTML, XML, PDF, LaTeX, comma- and tab-separated data files, and DocBook). It lets you design reports with a drag-and-drop GUI. Report descriptions are stored as XML.