Showing 711 open source projects for "java open source"

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
  • Automate contact and company data extraction Icon
    Automate contact and company data extraction

    Build lead generation pipelines that pull emails, phone numbers, and company details from directories, maps, social platforms. Full API access.

    Generate leads at scale without building or maintaining scrapers. Use 10,000+ ready-made tools that handle authentication, pagination, and anti-bot protection. Pull data from business directories, social profiles, and public sources, then export to your CRM or database via API. Schedule recurring extractions, enrich existing datasets, and integrate with your workflows.
    Explore Apify Store
  • 1
    Prerender SPA Plugin

    Prerender SPA Plugin

    Prerenders static HTML in a single-page application

    Flexible, framework-agnostic static site generation for sites and SPAs built with webpack. This is the stable 3.x version of prerender-spa-plugin based on puppeteer. If you're looking for the (now-deprecated) 2.x version, based on PhantomJS, take a look at the v2 branch. The goal of this plugin is to provide a simple prerendering solution that is easily extensible and usable for any site or single-page-app built with webpack. Plugins for other task runners and build systems are planned....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    VividEngine2OS

    VividEngine2OS

    Vivid Engine 2 is an open source 3D Engine coded using C# and C++.

    Vivid Engine 2 is a open source 3D engine with full integrated OpenGL UI.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Quesa

    Quesa

    3D rendering and scene graph library (moved to GitHub)

    High-level 3D graphics library. Supports retained and immediate mode rendering, an extensible file format, plug-in renderers, a wide range of high level geometries, hierarchical models, and a consistent and object-orientated API.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    pandatcl

    Panda3d to Tcl bindings

    Swig-generated Panda3d to Tcl bindings
    Downloads: 0 This Week
    Last Update:
    See Project
  • Wiz: #1 Cloud Security Software for Modern Cloud Protection Icon
    Wiz: #1 Cloud Security Software for Modern Cloud Protection

    Protect Everything You Build and Run in the Cloud

    Use the Wiz Cloud Security Platform to build faster in the cloud, enabling security, dev and devops to work together in a self-service model built for the scale and speed of your cloud development.
    Learn More
  • 5

    QuesoGLC

    free implementation of the OpenGL Character Renderer

    QuesoGLC is a free implementation of the OpenGL Character Renderer. QuesoGLC is based on the FreeType library, provides Unicode support, and is designed to be easily ported to any platform that supports both FreeType and the OpenGL API.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    Coin3D

    Coin3D

    Implemention of SGI's Open Inventor.

    This project is a fork of the Coin 3D library located at https://bitbucket.org/Coin3D. It includes modifications to support the Wizzer Works Magic Lantern project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    mini3d

    mini3d

    3D Software Renderer in 700 Lines

    The 3D software rendering tutorial, without any performance optimization, mainly shows people how to write a software renderer with a fixed pipeline. Although the main body code is only 700 lines, the sparrow is small and complete. The source code has only one mini3d.c, and a single file implements everything and is easy to read. No third-party library dependencies, no complicated project directories. Standard D3D coordinate model, left-handed system plus WORLD / VIEW / PROJECTION three...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Raja stands for "Ray-Tracer in Java". The Raja project intends to build a complete modern Ray-Tracer using the Java language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    3D Plot PovRay templates

    3D Plot PovRay templates

    3D Charts - Templates for PovRay(TM)

    Here are PovRay(TM) templates for creating amazing 3D plots (histogram, surface, box&whisker). These are macros in PovRay Scene Description Language (SDL), you have to #include into Your scene, manually or by PovEdit Menu System. Nice renderings!
    Downloads: 1 This Week
    Last Update:
    See Project
  • Fax.Cloud delivers encrypted, point-to-point faxing with guaranteed delivery and built-in audit trails Icon
    Fax.Cloud delivers encrypted, point-to-point faxing with guaranteed delivery and built-in audit trails

    For organizations in regulated industries needing a solution to replace traditional fax infrastructure and integrate with email or online portals

    Unlike email or file-sharing tools, Fax.Cloud doesn’t bounce around the internet, exposed and vulnerable. It’s direct, encrypted, and verified. You get delivery confirmation, audit trails, and peace of mind, without the spam filters, metadata leaks, or cyber threats.
    Learn More
  • 10
    Ycad is a library of CAD functions in Java. Currently only DXF is supported for reading, viewing and writing. The DXF drawing may be rendered to a Graphics object for printing or imaging.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 11
    A library of POV-Ray definitions of LDraw parts to be used in conjunction with L3P and POV-Ray
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    This is a very simple OpenGL visualization library with a 3D and 4D volume renderer. It can easily be reused in other projects (e.g. with medical volumes). It is just perfect for learning or great if you like to hack your own code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    retina.js

    retina.js

    JavaScript helpers for rendering high-resolution image variants

    retina.js makes it easy to serve high-resolution images to devices with displays that support them. You can prepare images for as many levels of pixel density as you want and let retina.js dynamically serve the right image to the user. retina.js assumes you are using Apple's prescribed high-resolution modifiers (@2x, @3x, etc) to denote high-res image variants on your server. It also assumes that if you have prepared a variant for a given high-res environment, that you have also prepared...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Coin3D-SoQt

    Coin3D-SoQt

    Coin3D Qt GUI Library

    SoQt is a library used with Coin3D Open Inventor for interfacing with the Qt API on Microsoft Windows, Mac OS and Linux platforms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    tinyobjloader

    tinyobjloader

    Tiny but powerful single file wavefront obj loader

    Tiny but powerful single file wavefront obj loader written in C++03. No dependency except for C++ STL. It can parse over 10M polygons with moderate memory and time. tinyobjloader is good for embedding .obj loader to your (global illumination) renderer. We recommend to use master (main) branch. Its v2.0 release candidate. Most features are now nearly robust and stable (The remaining task for release v2.0 is polishing C++ and Python API).
    Downloads: 2 This Week
    Last Update:
    See Project
  • 16
    EtiC Galaxy simulation

    EtiC Galaxy simulation

    Galaxy extraterrestrial life simulation

    EtiC is a galaxy simulation software that generates and renders a mock galaxy for rational estimation of the number of extraterrestrial civilizations. Stars and planets are simulated with plausible physical characteristics, based on user-adjustable parameters. An EtiC simulation run consists to generate a galaxy disk physical stars, associate planets to the stars, and for habitable planets, simulate the life stages evolution until extinction. A visual animation of the galaxy and user...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    shaders_p - collection of shaders for mental ray
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Kokua

    Kokua

    Kokua is a V3 based open source metaverse viewer project.

    Kokua is an open source metaverse viewer project based on the Second Life Viewer source. Disclaimer: This software is not provided or supported by Linden Lab, the makers of Second Life. The goal of Kokua is to greatly improve the usability of the Viewer through community involvement, thoughtful design, modern development methods, and a pro-change atmosphere.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19
    Calculation of radiation view factors by adaptive integration. A cross-platform port of the public-domain code by George Walton.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 20
    MeshLab

    MeshLab

    A processing system for 3D triangular meshes

    MeshLab, a mesh processing system, for user assisted editing, cleaning, filtering and rendering of large unstructured 3D triangular meshes (typical 3D scanning meshes). The system relies for mesh processing tasks on the gpl VCG library (vcg.sf.net).
    Leader badge
    Downloads: 234 This Week
    Last Update:
    See Project
  • 21

    B-Maxwell

    Maxwell Render for Blender

    B-Maxwell add-on offers seamless integration with Maxwell Render and Blender
    Downloads: 10 This Week
    Last Update:
    See Project
  • 22
    A cross-platform 3D rendering libarary.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    OpenSource landscapes, planets and space environments generator project in C++. Currently only the basic nebulae generation function work.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    LDView

    Real-time 3D viewer for LDraw LEGO models with OpenGL acceleration.

    LDView is a 3D viewer for LDraw LEGO models with a focus on quality rendering with good performance. It also contains many features geared specifically toward LDraw part authoring.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 25
    Icarus Scene Engine

    Icarus Scene Engine

    3D .NET engine for Windows, Linux, Mac

    Icarus Scene Engine is a cross-platform, CLS-compliant 3D framework, integrating open source APIs into a cohesive all-open-source, all .NET solution. For Windows, MacOSX & Linux. Uses OpenTK, OpenGL, OpenAL APIs for graphics and audio. Runs on Mono/.NET. Links to FFMpeg for streaming video, and FreeType as a temporary conversion mod to bring fonts into a native XML format. Binary builds of Icarus will be infrequent, roughly every 18 months or so, the GIT code updates regularly on a weekly or twice-weekly basis (or faster if there are urgent issues).
    Downloads: 3 This Week
    Last Update:
    See Project