Open Source Linux Graphics Software - Page 94

Graphics Software for Linux

View 332 business solutions
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 1
    Drupe is a 3D renderer. It consists of some basic low-level routines which can be freely programmed and controlled via JavaScript. This makes Drupe kind of Emacs for graphics rendering.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    DuSK 3D is a game engine like quake serial game engine. In nowadays, it use quake3's game data(maps, textures, sounds etc.). It will have full function to replace Quake3 engine(quake3.exe), and support Quake3's game logic dll such as ui.dll, cgame.dll,
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    This is a simple application intended to assist those who use a dual monitor setup with the primary monitor on the right-hand side. The application will rearrange the image such that the left and right halves of the image are swapped.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Java file utility to synchronize files, find file duplicates and sort images into folders.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try Free
  • 5
    Dymnd is an open source, collaborative network painting application, allowing multiple artists from around the world to draw on the same canvas via an internet or local network connection.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    DynaGraph creates dynamic graphs based on data selected from a database query. Using PHP, DynaGraph accesses a MySQL database, and uses the results to plot information to a bar graph in the GIF format, using gd1.3.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Dynagraph is a cross-platform library and command-line tool for dynamically drawing graphs (networks, flowcharts, family trees, etc.) in reponse to continual modifications. Included are DynaDAG for directed graphs and FDP force-directed placement.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Dynagraph for Grappa is a Java front-end for the Dynagraph graph layout engines. It supports direct manipulation (graphical editing) of graphs, as well as text-driven display of dynamic graphs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    The aim of DynamiC++ project is the development of dynamic analyzer of C++ code witch can be applied to dynamic C++ compiler (for quick compilation) and for integrated development environment (because dynamic analyzer can be used for smart highlighting).
    Downloads: 0 This Week
    Last Update:
    See Project
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 10
    Dynamic 3D Network Platform is a 3d platform, that streams all needed data over network from a server to a client, and therefor is universal useable. For the developer ONE server for all OS's and for user ONE client for all games/applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Dynamic Visualization Tool
    This application allows to generate graphics from data file in table format and a graphical configuration file XML..
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Realtime vegetation visualisation with dynamic distribution over heightmaps.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Dynamics.js

    Dynamics.js

    Javascript library to create physics-based animation

    Dynamics.js is a JavaScript library to create physics-based animations. You can animate CSS properties of any DOM element. You also can animate SVG properties. And any JavaScript object. Dynamics.js has its own setTimeout. The reason is that requestAnimationFrame and setTimeout have different behaviors. In most browsers, requestAnimationFrame will not run in a background tab while setTimeout will. This can cause a lot of problems while using setTimeout along your animations. I suggest you use Dynamics's setTimeout and clearTimeout to handle these scenarios. Toggle a debug mode to slow down every animations and timeouts. This is useful for development mode to tweak your animation. This can be activated using Shift-Control-D in the browser.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    E-Part

    Sheet music reader, for hands-free musical performing.

    E-Part can be used for every musician who wants to get free from the paper era, using some electronic paper device (E-Ink, Digital Paper, etc) or even a tablet as means of reading your parts while performing. The sheet music should be in PDF format, scanned or digitized.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    A fork of Sauerbraten/Cube2 (sauerbraten.org) with several multiplayer modes, online map editing, dynamic mapmodel physics, enhanced particle effects, unique weapons and powerups, and more. This project is currently not under active development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Very simple image slide show tool that manages image lists and writes a text protocol of the shown images.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    EIGHT: Easy Image Gallery is a perl CGI script to help automate the maintenence of a web based collection of images.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Open source access to dcm ( DICOM ) files on pc's with tcl/tk. The purpose of this project is to develop an open environment for view, share, manipulate, etc. dcm files. C libs (dll or so) and basic Tcl/Tk GUI are available
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    EMGU Face Recognition

    Using EMGU to perform Principle Component Analysis (PCA)

    This article is designed to be the first in several to explain the use of the EMGU image processing wrapper. For more information on the EMGU wrapper please visit the EMGU website. You will start with 3 warnings for the references not being found. Expand the References folder within the solution explorer delete the 3 with yellow warning icons and Add fresh references to them. Face Recognition has always been a popular subject for image processing and this article builds upon the good work by Sergio Andrés Gutiérrez Rojas and his original article (codeproject). The reason that face recognition is so popular is not only it’s real world application but also the common use of principle component analysis (PCA). PCA is an ideal method for recognising statistical patterns in data. The popularity of face recognition is the fact a user can apply a method easily and see if it is working without needing to know to much about how the process is working.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    EMGU Kalman Filter

    Kalman Filter for EMGU Image Processing Applications

    The Kalman filter is an algorithm which operates recursively on streams of noisy input data to produce a statistically optimal estimate of the underlying system state (Original Paper). The filter is named for Rudolf (Rudy) E. Kálmán, one of the primary developers of its theory. More information is available at Wikipedia, the Kalmn Filter was derived to solve the Wiener filter problem. The Wiener filter problem is to reduce the amount of noise present in a signal by comparison with an estimation of the desired noiseless signal. The discrete-time equivalent of Wiener's work was derived independently by Kolmogorov and published in 1941. Hence the theory is often called the Wiener-Kolmogorov filtering theory. In these examples the signal processes is the movement of the mouse and random data. While a simple application the algorithm can have numerous applications including image smoothing, edge tracking and optical flow to name a few.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    ENEDTE - ENcore un EDiteur de TExte - est un simple éditeur de texte pour GNU/Linux. ENEDTE is a simple text editor for GNU/Linux.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    EOS Image Manager is a 100% Cocoa app that enables users to quickly view and manage (move/copy/rename/etc) all of their images from a single, uncluttered interface. With this app users can organize thousands of downloads/digital photos in minutes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    EPD is a new encapsulated vectorial graphic format. The idea is very simple and powerful: EPD uses the standard PDF (Adobe trademark) graphic syntax with a Bounding Box describtion
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Doom-like game and engine written in OpenGL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    EpsGraphics is a Java library to output EPS graphics. EpsGraphics is an extension of Graphics2D that allows you to draw to an EPS file as it was a Java graphics object. CMYK as well as RGB color models are supported.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB