18 projects tagged "GPLv3"
The aim of this project is to create a free (open source, OS independent) remake of the classic SSI game Imperialism. While the spirit and many concepts of the original should be preserved, it should not become a pure copy but advance the concept in a sense that modern elements of strategic games are included, e.g. of the Civilization series. The game is written in Java using Swing for the user interface. The philosophy is to keep it as simple as possible, use standard/well tested libraries wherever possible and to demand clean, understandable code.
JAME is an application for creating fractals and other graphics artifacts. It is written in the Java language, with some native code to accelerate encoding of videos and images. It has a real-time, multi-threaded graphics engine with layers, filters, effects, a lot of formulas, and parameters. JAME supports operations such as continuous zoom of Mandelbrot and Julia sets, rotation, and color shifting. JAME has also advanced features such as networked computation and scripting. You can take photos of your fractals or record movies from your exploration paths. Photos and movies are stored in a database to be rendered in high resolution and exported to a file. JAME can be extended by plug-ins which provide fractals, formulas, filters, effects, and more.
JLokalize is an editor for supporting the internationalization (i18n) of Java applications. Java programms usually store translatable text in properties files. JLokalize is an editor which makes organizing these files simple. Its code is based on Attesoro. It is small, portable, easy-to-use, and specialized for its purpose. It is fully compatible with standard ResourceBundle based implementations.
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.
MinuteMan is a work time tracking utility. For multiple employers, you can track time for multiple projects, track to-do lists, and generate reports. You can clock in/out, add time intervals by mouse, edit time intervals, add notes, view a colored bar graph of time intervals, and see a display by week or month.