Showing 8402 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
  • Context for your AI agents Icon
    Context for your AI agents

    Crawl websites, sync to vector databases, and power RAG applications. Pre-built integrations for LLM pipelines and AI assistants.

    Build data pipelines that feed your AI models and agents without managing infrastructure. Crawl any website, transform content, and push directly to your preferred vector store. Use 10,000+ tools for RAG applications, AI assistants, and real-time knowledge bases. Monitor site changes, trigger workflows on new data, and keep your AIs fed with fresh, structured information. Cloud-native, API-first, and free to start until you need to scale.
    Try for free
  • 1
    QPdf2Swf is a GUI (graphical user interface) written in Qt4 for pdf2swf ( http://www.swftools.org/ ), a pdf to swf converter.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Advance

    Advance

    Physics-based animations for iOS, tvOS, and macOS

    An animation library for iOS, tvOS, and macOS that uses physics-based animations (including springs) to power interactions that move and respond realistically. There are several ways to integrate Advance into your project. Advance animations are applied on every frame (using CADisplayLink on iOS/tvOS, and CVDisplayLink on macOS), allowing for fine-grained control at any time. Animator allows for more flexibility in the types of animation that can be performed, but gives up some convenience...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Synthclipse

    Synthclipse

    GLSL shader prototyping tool based on Eclipse IDE.

    Synthclipse is a GLSL shader prototyping tool. It makes possible to fast develop all kinds of shaders: Fragment (FS), Vertex (VS), Geometry (GS), Tessellation (TS) and Compute (CS). Shader development can be done using, compatible with Fragmentarium and Shadertoy (but limited to FS and VS), Fragx shaders or by using fully featured JavaScript JSX scripts. The JSX API is consistent with WebGL but in fact exposes complete OpenGL 4+ API. To install Synthclipse one can download prepacked...
    Downloads: 9 This Week
    Last Update:
    See Project
  • 4
    Cropper

    Cropper

    jQuery image cropping plugin

    Cropper is a powerful and flexible JavaScript image cropping library designed to bring rich, interactive cropping functionality to web applications with minimal setup. It provides users with an intuitive interface to select and adjust crop regions on images using drag-and-drop, zoom, rotate, and aspect-ratio controls, making it ideal for profile picture editors, photo upload tools, and content management interfaces. Developers can initialize Cropper on any <img> element and customize it with...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Rent Manager Software Icon
    Rent Manager Software

    Landlords, multi-family homes, manufactured home communities, single family homes, associations, commercial properties and mixed portfolios.

    Rent Manager is award-winning property management software built for residential, commercial, and short-term-stay portfolios of any size. The program’s fully customizable features include a double-entry accounting system, maintenance management/scheduling, marketing integration, mobile applications, more than 450 insightful reports, and an API that integrates with the best PropTech providers on the market.
    Learn More
  • 5
    PiWebcam

    PiWebcam

    Turn a Raspberry Pi into a fully-featured and dummy-proof webcam

    PLEASE NOTE: this project has been moved to https://piwebcam.github.io Instructionable: https://www.instructables.com/id/Fully-featured-Outdoor-Security-Camera-Bas
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    AwesomeBump

    AwesomeBump

    Open Source graphic tool and alternative to Insane Bump

    AwesomeBump is a free and open source graphic app written using Qt library. It was made as an alternative to known gimp plugin Insane Bump or the commercial tool Crazy Bump. It is designed to generate normal, height, specular or ambient occlusion, metallic, roughness and other textures from a single image. Most of the image processing is done on GPU so the program runs very fast and all the parameters can be changed in real time.
    Downloads: 41 This Week
    Last Update:
    See Project
  • 7
    Java Games and Graphics is meant to be a fun project. The goal here is to have fun with JAVA graphics and JAVA games. There is no specific goal as to what kind of graphics or games.This project features an RPG Role Playing, MUD, and Turn Based Combat gam
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Firescreen - Screenshots webpage

    Firescreen - Screenshots webpage

    Get in an immediate screenshots of your web pages for Firefox

    Get in an immediate screenshots of your web pages with this useful extension reserved for the famous Firefox browser. For installation of the addon you can click directly on the download button using your Firefox browser and authorize the addition of the extension. The project was realized with the support of the library: PDF API HTML5 - http://ulmdevice.altervista.org/pdfapihtml5 ========================== Opera add-on: http://opr.as/20Njeed Firefox add-on: http://mzl.la/23AD5P9
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Image Converter HTML5

    Image Converter HTML5

    Image Converter HTML5 add-on for Firefox

    All client-side solution add-on for Browser Firefox: an essential and practical application for free-hand drawing and for the conversion of images in multiple formats with API HTML5 file system Release 1.2.1 - Remove get image from url because the operation is insecure Add-on Opera Browser: http://bit.ly/1OcJA1K Extension for Firefox: http://mzl.la/1O0fXB9
    Downloads: 0 This Week
    Last Update:
    See Project
  • Skillfully - The future of skills based hiring Icon
    Skillfully - The future of skills based hiring

    Realistic Workplace Simulations that Show Applicant Skills in Action

    Skillfully transforms hiring through AI-powered skill simulations that show you how candidates actually perform before you hire them. Our platform helps companies cut through AI-generated resumes and rehearsed interviews by validating real capabilities in action. Through dynamic job specific simulations and skill-based assessments, companies like Bloomberg and McKinsey have cut screening time by 50% while dramatically improving hire quality.
    Learn More
  • 10
    Team Purple

    Team Purple

    Common stuff for Imprudence and Kokua open source metaverse viewers.

    The Imprudence and Kokua open source metaverse viewers are developed by Team Purple. This project is for the common stuff that is shared between the two viewers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    The Video Annotation and Reference System (VARS) is a software interface and database system that provides tools for describing, cataloging, retrieving, and viewing the visual, descriptive, and quantitative data associated with video.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    jsconsole

    jsconsole

    Web based console - for presentations and workshops

    jsconsole is a web-based interactive JavaScript console designed to make it easy to run and present live JavaScript code directly in the browser, which is especially handy for workshops, presentations, and remote debugging scenarios. It provides an in-browser REPL-style environment where you can type JS expressions and see output instantly, making it useful for teaching, debugging snippets, or demonstrating ideas without setting up a local development environment. One hallmark of jsconsole...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    Chartist.js

    Chartist.js

    Simple responsive charts

    You may think that this is just yet an other charting library. But Chartist.js is the product of a community that was disappointed about the abilities provided by other charting libraries. Of course there are hundreds of other great charting libraries but after using them there were always tweaks you would have wished for that were not included. Are you planning to use Chartist to create a nice Dashboard or Admin UI? Don't loose any time and kickstart your development using the awesome...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    TKSubmitTransition

    TKSubmitTransition

    Animated UIButton of Loading Animation and Transition Animation

    Animated UIButton of loading animation and transition animation. As you can see in the GIF animation demo, you can find the “sign in” button rolling and after that, the next UIViewController will fade in.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    GLMixer

    GLMixer

    Graphic Live Mixer

    GLMixer performs real time graphical blending of several movie clips and of computer generated graphics. Drop video files in the mixing workspace and place them in a circular area to change their opacity ; if you selects two videos, moving them together performs a fading transition. This principle generalizes to a large number of videos. Direct interaction with the video allows to be fast and reactive, and to move and deform them on screen. The output of your operations is shown in the...
    Leader badge
    Downloads: 117 This Week
    Last Update:
    See Project
  • 16
    Lexolights is 3D model viewer focused on photorealistic user experience. To achieve the scene realism, it uses shaders and other latest technologies. It is based on OpenSceneGraph.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    Asterope

    Asterope

    Cross-platform open source software for astrophotography

    Cross-platform open source software for astrophotography based on Qt and libgphoto2. Main target is ARM systems like Raspberry and OrangePi.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Chart.xkcd

    Chart.xkcd

    xkcd styled chart lib

    Chart.xkcd is a chart library plots “sketchy”, “cartoony” or “hand-drawn” styled charts. It’s easy to get started with chart.xkcd. All that’s required is the script included in your page along with a single <svg> node to render the chart. You can install chart.xkcd via script tag in HTML or via npm. Line chart displays series of data points in the form of lines. It can be used to show trend data, or comparison of different data sets. XY chart is used to plot points by specifying their XY...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Linux Stopmotion

    Linux Stopmotion

    grab the frames of your animation!

    Stopmotion is a Free Software application for creating stop-motion animated movies. It lets you create an animation from pictures captured from a webcam, a videocamera or from pictures imported from the harddrive, add sound effects and export a file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    DD Thought Tickler is a thinking process recorder. It is a kind of vector graphics editor and idea processor. It has new function not ever known. It records your thinking process, by memorizing every steps that you've operated on this tool.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 21

    inca

    Windows Media Viewer

    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Raphaël

    Raphaël

    JavaScript vector library

    Raphaël is a small JavaScript library that should simplify your work with vector graphics on the web. If you want to create your own specific chart or image crop and rotate widget, for example, you can achieve it simply and easily with this library. Raphaël ['ræfeɪəl] uses the SVG W3C Recommendation and VML as a base for creating graphics. This means every graphical object you create is also a DOM object, so you can attach JavaScript event handlers or modify them later. Raphaël’s goal is to...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    TracTrac

    TracTrac

    Massive Object Tracking Software (Matlab/Python)

    TracTrac is a Particle Tracking Velocimetry (PTV) software which is extremely fast (more than 10k points tracked per second, 100k under python) and accurate (up to 0.01 pixel resolution), forming thus a good concurrent to the state-of-the art PIV/PTV algorithms. It allows to track anything that moves: birds, ants, grains, water flows... It runs on Python (v2&3) or Matlab (>2012a with Image Processing toolbox). Give it a try ! Get the last sources on GitHub:...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 24
    wxImage is a testbed application for the wxWidgets bitmap image class of this name. The application is a doc/view/mdi GUI app, capable of doing [very few] operations on the image and do bitmap file format conversions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    React Flight

    React Flight

    The best way to build animation compositions for React

    React Flight is a JavaScript library for UIs built with React that allows you to compose animations and transitions via “flights” where you design a start component, an end component, and the tool handles animating between them. It’s pitched as the “best way to build animation compositions for React” and is inspired by tools such as Principle in the mobile design world. The developer experience emphasises framing: you place elements into Flight.Frame containers, specify key-frames (start and...
    Downloads: 0 This Week
    Last Update:
    See Project