Showing 450 open source projects for "simple java project"

View related business solutions
  • Retool your internal operations Icon
    Retool your internal operations

    Generate secure, production-grade apps that connect to your business data. Not just prototypes, but tools your team can actually deploy.

    Build internal software that meets enterprise security standards without waiting on engineering resources. Retool connects to your databases, APIs, and data sources while maintaining the permissions and controls you need. Create custom dashboards, admin tools, and workflows from natural language prompts—all deployed in your cloud with security baked in. Stop duct-taping operations together, start building in Retool.
    Build an app in Retool
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • 1
    This java application takes input images of an object on a a known sheet of paper and produce a realistic 3d triangulated model of the object. It is designed to integrate the software with the Reprap project to create a simple "3d photocopier". The software was written for a PhD thesis and is currently in an incomplete state.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    The 2DX Project

    Java 2D graphics/utility library

    The 2DX Project is an ongoing project aiming to provide powerful, versatile, and felxible tools for 2D graphics programming in Java. The 2DX-GL core library provides utilities for animation, geometry, basic physics, and more. The Snap2D game engine/library builds upon the 2DX-GL core library by adding features like 2D world management tools, a dedicated scripting language, and high level rendering via the user's choice of either OpenGL or Java2D (OpenGL recommended for high perormance rendering, of course). ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    CrypPic
    CrypPic is a free software application based on Java 8 which can be used to encrypt and manipulate the image.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4

    Orabra

    3D tree generator

    This project was designed as fork of Arbaro tree generator. But later it was totally rewritten since 1.0.7 version. Main goal is creating tree generator which can create tree modes to be used in computer games(low poly).
    Downloads: 0 This Week
    Last Update:
    See Project
  • Desktop and Mobile Device Management Software Icon
    Desktop and Mobile Device Management Software

    It's a modern take on desktop management that can be scaled as per organizational needs.

    Desktop Central is a unified endpoint management (UEM) solution that helps in managing servers, laptops, desktops, smartphones, and tablets from a central location.
    Learn More
  • 5
    J3DWorkbench
    An extensible, real-time, 3D visualization, simulation, and game-design authoring tool. Integrates Java 3D and Eclipse RCP. Drag-&-Drop editing of a complex 3D scene graph. Fast world-building. Web delivery via Webstart or Applets.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    This project serves as a base for Java Game Engines. It contains abstract loaders (models, textures, etc.), a rich and easy input system, and much more. to help you build your own engine and to maintain compatibility between engines (using JAGaToo).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Stereo Dandifier

    Stereo Dandifier

    Presenting a tool to create printable cards for stereoscopic viewing.

    With the advent of modern 3D capable cameras and the resurgence of interest in all things stereo, this tool is intended to bridge the old and the new by enabling the printing of antique style stereo cards from modern, digital images for stereoscopic viewing. So we can all party like it's 1899!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Community contributed Xith3D tools, examples and documentation
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    High performance OpenGL renderer with scenegraph.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Ultra-Fast Large File Transfer is Here Icon
    Ultra-Fast Large File Transfer is Here

    MASV is the fastest and most reliable way for videographers and creators to transfer time critical files to clients.

    MASV is the fastest and most reliable way for video and creative professionals to securely send large files. Unlike other file transfer services, MASV is designed for truly massive files (up to 5TB in size), the kind of volume that normally chokes other services.
    Learn More
  • 10
    Simple general-purpose metadata extraction API with support for popular multimedia metadata formats such as EXIF and ID3.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Xmind

    Xmind

    The most popular mindmapping and brainstorming software

    Professional and powerful brainstorming and mind mapping software tool, open source, Eclipse Community Award winner, often used for capture ideas, knowledge/project management and GTD, supporting fishbones/org-charts/tree charts/spreadsheets, easy-to-use.
    Downloads: 137 This Week
    Last Update:
    See Project
  • 12
    java Image Album

    java Image Album

    Java Image Album (jIA) is wizard-style photo album application.

    java Image Album (jIA) is a Free Open Source easy to use wizard-style JavaTM application that generates HTML photo albums. Automatically resize your images and produce a set of HTML pages including index pages with thumbnails and detailed caption pages for each photo. Publishing a new photo album is as simple as copying a directory of images to your web directory.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Noble Ape Simulation
    Simulates a biologically diverse tropical island, and the ape inhabitants cognitive processes. For MacOS X, iPad, Windows and Linux. Features a non-polygonal graphics engine and a command-line version
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    This project is now hosted at https://github.com/yomboprime/colorator Colorator is a Java image editor for PC, to make images in hi resolution color for the original Sinclair ZX Spectrum 8-bit computers. Colorator can also edit normal SCR Spectrum images. It can export to TAP to view in your real ZX Spectrum or emulator.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15
    CSS Loaders

    CSS Loaders

    A collection of loading spinners animated with CSS

    css-loaders is a collection of simple, reusable loading spinners and indicators implemented entirely in CSS. The project offers a variety of designs—spinning circles, bouncing dots, bars, and pulse animations—that can be applied to any element with a few classes. Each loader is built using CSS keyframes and transforms, avoiding images or JavaScript, which keeps them lightweight and responsive.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    JMagick is an open source Java interface of ImageMagick. It is implemented in the form of a thin Java Native Interface (JNI) layer into the ImageMagick API. Project is now hosted on https://github.com/techblue/jmagick. Old home page http://www.jmagick.org/ stille has some old binaries that might be usefull.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Complex Renderer

    Complex Renderer

    Simple renderer of complex functions including recursive

    This program draws a user-defined function from complex plane to RGBA color. Currently, compiled program draws Mandelbrot set, but if you want to draw another function, you need to inherit it from 'Renderer' class in sources, pass it to 'Window' and recompile project. Including 4 versions. The first one was written with C++ and uses CPU 128-bit double. The second does the same, but was written with D language and Derelict3. The third uses GPU (GLSL shaders) to draw Mandelbrot set. It is...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    PixME

    PixME

    Pixel art tool

    PixME allows you to create easily and quickly pixel arts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    SpiroJ
    SpiroJ is a simple generator of hypotrochoids and similar roulettes. The basic principle is rolling one circle on another circle - similar to the classic Spirograph toy, but more flexible. It can export drawing to SVG, EPS and AI formats.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    AnsiGL

    AnsiGL

    A modern "graphics" API for text-based applications

    ...Check out our new home instead: http://github.com/nicrohobak/AnsiGL ---------------------------------------- AnsiGL is a C++ console text "graphics" API using simply ASCII characters and ANSI escape sequences, and all without the use of any video hardware. It strives to be a simple-to-use text-graphical toolkit have with an intuitive interface for developers, while maintaining a sufficiently high degree of flexibility. Many comparable APIs tend to either use video hardware, or are simply not as fully-featured as one might hope or expect, at least in the area of visual elements. AnsiGL can serve to bridge that gap easier, and since it "renders" to a std::string (or optionally, an ncurses WINDOW *), integration should be relatively easy with just about any project. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21

    AlgART Java Libraries

    Open source library for processing arrays and matrices

    AlgART Java libraries for processing arrays and matrices are open-source product, distributed under MIT license. So, anyone can use them for free without any restrictions. Main features: 63-bit addressing of array elements (64-bit long int indexes), memory model concept (allowing storing data in different schemes from RAM to mapped disk files), wide usage of lazy evaluations, built-in multithreading optimization for multi-core processors, wide set of image processing algorithms over...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Texture Cram

    Texture Cram

    A cross platform utility for packing images onto a single sprite sheet

    ...This is all output along side a manifest file, which can be either a simple texture file, or a java class file. C++ is yet to come. But wait, there's more: Free type is also built in, allowing you to generate font characters from supported font files like TTF or OTF
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Enthusiasm is a software framework to be implemented in support to the creation and production of drama-based information presentations. The framework consists of off-line editors and real-time applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    ORIPA S

    A drawer for origami crease pattern

    ORIPA S is a drawing tool specifically designed for a origami crease pattern. It is derived from ORIPA which is developed by MITANI Jun. New features by ORIPA S are: - save current crease pattern as a image file (jpeg, png) not only original project file. - while pasting, select a point on pattern to be matched against destination point. - Some considerable bugs are fixed (i.e., wrong undo behavior on ORIPA v0.35). This program is free software: you can redistribute it and/or...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 25
    AsphaltOpen is a project to visualize data collected during road asphalting operations. Asphalt contractors can use the software to visualize their operations, learn from the visualizations, and improve their processes continually.
    Downloads: 0 This Week
    Last Update:
    See Project