Showing 235 open source projects for "java open source projects"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • AI-First Supply Chain Management Icon
    AI-First Supply Chain Management

    Supply chain managers, executives, and businesses seeking AI-powered solutions to optimize planning, operations, and decision-making across the supply

    Logility is a market-leading provider of AI-first supply chain management solutions engineered to help organizations build sustainable digital supply chains that improve people’s lives and the world we live in. The company’s approach is designed to reimagine supply chain planning by shifting away from traditional “what happened” processes to an AI-driven strategy that combines the power of humans and machines to predict and be ready for what’s coming. Logility’s fully integrated, end-to-end platform helps clients know faster, turn uncertainty into opportunity, and transform the supply chain from a cost center to an engine for growth.
    Learn More
  • 1
    DeleD Community Edition

    DeleD Community Edition

    3D modeling for everybody

    DeleD is a 3D modeler and level-editor combined into one. It focuses at game development and is specifically designed to create static scenes. NOTE: a new webbased version called Figuro is available at https://www.figuro.io ! It runs in the browser, has similar capabilities and is generally easier to use. Related project at https://sourceforge.net/projects/deled-plugins/, featuring DeleD plugins. A Lazarus port is available in the repository as well. Check out the official...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 2
    PovClipse is an eclipse editor plugin for Povray (Persistence of Vision Raytracer) scene- and include files. It features syntax highlighting, code folding, code assist, outline view as well as running Povray or MegaPOV using render configurations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    MazeJen

    java maze generator

    MazeJen is a maze generator written in java which implements the Depth First Search algorithm, and can render mazes in both 2 and 3 dimensions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    JAnaglyph Engine

    JAnaglyph Engine

    A library to create anaglyph images with Java

    A small library made of one class (one method and one constructor) which takes two BufferedImages, the width and the height of the final image to produce a full anaglyph image from the images provided.
    Downloads: 0 This Week
    Last Update:
    See Project
  • All-in-one security tool helps you prevent ransomware and breaches. Icon
    All-in-one security tool helps you prevent ransomware and breaches.

    SIEM + Detection and Response for IT Teams

    Blumira’s detection and response platform enables faster resolution of threats to help you stop ransomware attacks and prevent data breaches. We surface real threats, providing meaningful findings so you know what to prioritize. With our 3-step rapid response, you can automatically block known threats, use our playbooks for easy remediation, or contact our security team for additional guidance. Our responsive security team helps with onboarding, triage and ongoing consultations to continuously help your organization improve your security coverage.
    Learn More
  • 5
    Java software graphic library providing a simple 3D real-time render system, a skeletal animation system, a files loading system (OBJ and Milkshape3D ASCII), a collision management system and a real-time game management system. Available for Java 1.5 and more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    JCHAI3D
    Projeto Desenvolvido pela UNB/FGA/LIS para a padronização da linguagem de desenvolvimento utilizadas nos simuladores de RV ligados à área da saúde, como Core Biopsy etc.. https://github.com/jchai3d/jchai3d
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    OpenVRML is a cross-platform VRML and X3D browser and C++ runtime library.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 8
    GpsPrune is a java application to view and manage coordinate data, eg from GPS units. With it you can load a variety of text and Xml formats, view the data (in 2d and 3d), edit and convert the data, correlate photos and audio, create charts and more.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 9
    YAJOGLB (Yet Another Java OpenGL Binding) provides Java programs with access to the OpenGL rendering library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Field Sales+ for MS Dynamics 365 and Salesforce Icon
    Field Sales+ for MS Dynamics 365 and Salesforce

    Maximize your sales performance on the go.

    Bring Dynamics 365 and Salesforce wherever you go with Resco’s solution. With powerful offline features and reliable data syncing, your team can access CRM data on mobile devices anytime, anywhere. This saves time, cuts errors, and speeds up customer visits.
    Learn More
  • 10
    VRLab

    VRLab

    Volume Rendering library in Java

    Simple java code for demonstrating 3D Volume rendering concepts. Can render a 3D model (represented by a 3D primitive data buffer) in a Maximum Intensity projection, Minimum Intensity projection and Surface rendering mode with specified look up table for color coding.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    JIVES
    Java Interactive Virtual Enviroment System - A framework to create latest generation 3D Inventory Based Adventure Games and simulators, where user can combine items of an inventory and make them interact with the entites of a virtual world. Test JIVES online: 1) Download basic demo script from http://sourceforge.net/projects/jives/files/1.0/basic-demo-jme.jives/download 2) Run the applet from http://simonesegalini.altervista.org/jives/test/test.html
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    several vaguely related projects worked on by me: a 3d engine with a javascript-like scripting language (pdsys); an older scheme dialect (vmsys); ... (2009-04-28: I have been gone for years, may try to put up some newer stuff...).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Sarcoex's Blender Web Interface

    A simple web interface for Blender, for rendering animations..

    A simple web interface for Blender, for rendering animation with clusters. "Blender is the free open source 3D content creation suite, available for all major operating systems under the GNU General Public License."
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    VR Juggler is a virtual platform for virtual reality application development created at the Virtual Reality Applications Center at Iowa State University. Applications developed in VR Juggler can transparently move between a wide range of VR systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Ding3D is a branch of the Java 3D scenegraph API with some modifications. Ding3D enables you to create three-dimensional graphics applications and Internet-based 3D applets. It provides high-level constructs for building virtual worlds.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    This is a Java implementation of ray tracer presented in the book Ray Tracing from the Ground Up. Since it is in Java, it can be run on every platform. Note that the implementation is ongoing and it is developed as an Eclipse project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    A program written in Java to create the High Resolution Coordinates used in creating a Locale for a VirtualUniverse class in Java 3D. Java 3D is an extension of Java supporting three dimensional graphics.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Gestalt is an open structured environment, designed to prototype and develop OpenGL- and Java-based sketches and applications.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    This is a collection of small to mid-sized tools I wrote, mostly in java. this includes an XML-Parser and a 3d engine. Please see the homepage for a closer description
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    This project aims to build an architecture and implementation of a distributed virtual environment application (DVE)with a simple network support
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Open Factory 3D is a free factory design application that helps you to place your machines and factory equipment on a factory 2D plan, with a 3D preview.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 22
    CazaPool3D is a 100% java3d pool and billard game, with both single and multiple player abilities. It tracks ball paths, handle undo, use mulitple views, loads (threads) multiple 3ds objects, handles picking/collision/animation/overlays and more
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    FO3D
    FO3D describes an XSL-FO standard compliant method for representing 3D content in the FO documents and provides an exemplary extension for the use with Apache FOP (Version 0.95) - available under the Apache License v2.0 - to create 3D PDF documents.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Mostro3D is an experimental 3D game library for Java. It provides a base for 3D game development while incorporating modern aspects of Java programming and putting things easy to the programmer, so that he can strictly focus on the game elements.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    yadra - yet another distributed rendering application A Network-Render-Tool for Blender. A Java based, platform-independent tool, for rendering animations of blender in a network. Easy setup (no SMB/CIFS-Connections). Web-Interface.
    Downloads: 0 This Week
    Last Update:
    See Project