Graphics Software for Mac

View 62 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
  • Simple, Secure Domain Registration Icon
    Simple, Secure Domain Registration

    Get your domain at wholesale price. Cloudflare offers simple, secure registration with no markups, plus free DNS, CDN, and SSL integration.

    Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
    Sign up for free
  • 1
    GroIMP

    GroIMP

    Growth-grammar related Interactive Modelling Platform

    Important: Groimp migrates to Gitlab. You can find the latest code at "https://gitlab.com/grogra/groimp/". The version on Sourceforge will not be updated anymore. The modelling platform GroIMP is designed as an integrated platform which incorporates modelling, visualisation and interaction. It exhibits several features which makes itself suitable for the field of biological or ALife modelling: The “modelling backbone” consists in the language XL. It is fully integrated, e.g., the user can interactively select the rules to be applied. GroIMP provides classes that can be used in modelling: Turtle commands, further geometrical classes like bicubic surfaces, the class Cell which has been used in the Game Of Life implementation, and so on. The outcome of a model is visualised within GroIMP. In the visual representation of the model output, users can i
    Downloads: 7 This Week
    Last Update:
    See Project
  • 2
    This Java application serves to transform W3C XML Schema instances into interactive diagrams in SVG format. The diagram represents structure of XML files and provides information about individual items – elements and attributes.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 3

    openAviToGif

    Video to GIF converter

    With openAviToGif you can convert video into an animated gif file. What's new in v0.6: -GPU processing -improvements and bugfixes Use your video card to speed up the conversion. Recommended for those who have high-end video cards.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 4
    PHPlot

    PHPlot

    A PHP class for creating graphs, plots, charts

    PHPlot is a PHP graphics class for creating charts and plots. It works with PHP5 and the PHP GD extension to produce PNG, GIF, or JPEG images. TrueType fonts (TTF) are optional, or built-in GD fonts can be used. The available plot types include: area, bars, line/points, lines, pie, points, squared, stacked-bars, and thin bar-line. Labels, tick marks, plot legend, and X/Y axes and more are all configurable. Images can be imported as a background, multiple graphs can be drawn on one image, and images can be saved to disk or returned to a browser.
    Downloads: 27 This Week
    Last Update:
    See Project
  • 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
  • 5
    Refocus is a plug-in for the Gimp (the GNU Image Manipulation Program). Frequently, when processing images, e.g. scanning photo's or slides, images become slightly blurred. The Refocus Gimp plug-in can be used to "refocus" such images.
    Leader badge
    Downloads: 27 This Week
    Last Update:
    See Project
  • 6
    easycap-app

    easycap-app

    Capture your screen with unprecedented ease and quality.

    Welcome to EasyCap, your ultimate desktop screen recorder and screenshot editor. Designed with simplicity and power in mind, EasyCap is perfect for professionals, creators, and anyone looking to capture their PC activities with ease. Whether you're creating tutorials, recording gameplay, or capturing important moments, EasyCap makes it effortless.
    Leader badge
    Downloads: 15 This Week
    Last Update:
    See Project
  • 7
    Apparatus

    Apparatus

    A hybrid graphics editor and programming environment

    Apparatus is a browser-based visual editor and programming environment that streamlines building interactive diagrams. Users draw shapes, flows, constraints, and attach behavior code-side. It combines visual design with real code, supporting live demos, exports, and embedding. Created by CDG Labs, it helps build educational and exploratory tools quickly.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    CUDA Pathtracer

    CUDA Pathtracer

    GPU Raytracer from scratch in C++/CUDA

    GPU-Raytracer is a high-performance, real-time ray tracing engine implemented using OpenGL compute shaders. It demonstrates the power of modern GPU architectures to handle complex lighting calculations, reflections, shadows, and global illumination in real-time. This project is educational and experimental, providing insight into GPU parallelism and real-time rendering techniques. Its clean and modular C++ structure makes it a great reference for students and graphics developers alike.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Chalk Animation

    Chalk Animation

    Colorful animations in terminal output

    A Node.js library that provides animated text effects in the terminal using the Chalk library for styling.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Get the most trusted enterprise browser Icon
    Get the most trusted enterprise browser

    Advanced built-in security helps IT prevent breaches before they happen

    Defend against security incidents with Chrome Enterprise. Create customizable controls, manage extensions and set proactive alerts to keep your data and employees protected without slowing down productivity.
    Download Chrome
  • 10
    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 coordinates. A bar chart provides a way of showing data values represented as vertical bars. A stacked bar chart provides a way of showing data values represented as vertical bars. Display labels near every line (default false). Customize tick numbers you want to see on the main line. You can change size of the dots if you want.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    CountUp.js

    CountUp.js

    Animates a numerical value by counting to it

    CountUp.js is a dependency-free, lightweight JavaScript class that can be used to quickly create animations that display numerical data in a more interesting way. Install via npm/yarn using the package name countup.js. Despite its name, CountUp can count in either direction, depending on the start and end values that you pass. CountUp.js supports all browsers. MIT license. CountUp v2 is distributed as an ES6 module because it is the most standardized and most widely compatible module for browsers, though a UMD module is also included. To run module-enabled scripts locally, you'll need a simple local server setup, because otherwise you may see a CORS error when your browser tries to load the script as a module. CountUp is also wrapped as a UMD module in ./dist/countUp.umd.js and it exposes CountUp as a global variable on the window scope.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    Crunch PNG

    Crunch PNG

    Insane(ly slow but wicked good) PNG image optimization

    Crunch is a tool for lossy PNG image file optimization. It combines selective bit depth, color type, and color palette reduction with zopfli DEFLATE compression algorithm encoding using the pngquant and zopflipng PNG optimization tools. This approach leads to a significant file size gain relative to lossless approaches at the expense of a relatively modest decrease in image quality. Continuous benchmark testing is available in our GitHub Actions CI. Please see the benchmarks directory of this repository for details about the benchmarking approach and instructions on how to execute benchmarks locally on the reference images distributed in this repository or with your own image files.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    Emoji

    Emoji

    A library to add Emoji support to your Android / JVM Application

    A Kotlin Multiplatform library to add Emoji support to your Android App / JVM Backend. Check out the sample jvm module for text parsing/searching functionality. PopupWindow which overlays over the soft keyboard. Normal view which is used by EmojiPopup and can also be used as a standalone to select emojis via categories. The library has 4 different sprites providers to choose from (iOS, Google, Facebook & Twitter). The emoji's are packaged as pictures and loaded at runtime. If you want to use a Font provider, check out Google Compat. For convenience, there's also a EmojiLayoutFactory, which can be used to get automatic Emoji support when using normal Android Views such as TextView, Checkbox, etc.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    Emoji Mart

    Emoji Mart

    One component to pick them all

    Data required for the picker to work has been completely decoupled from the library. That gives developers the flexibility to better control their app bundle size and let them choose how and when this data is loaded. Callback when the Add custom emoji button is clicked. The button will only be displayed if this callback is provided. It is displayed when search returns no results. You can use custom emojis by providing an array of categories and their emojis. Emojis also support multiple skin tones and can be GIFs or SVGs. You can use custom category icons by providing an object with the category name as key and the icon as value. Currently supported formats are svg string and src. First, you need to make sure data has been initialized. You need to call this only once per page load. Note that if you call init like this, you don’t necessarily need to include data in your Picker props. It doesn’t hurt either, it will noop.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    FancyScrollView

    FancyScrollView

    Scroll view component that can implement highly flexible animations

    A generic ScrollView component that allows you to implement highly flexible animations. It also supports infinite scrolling. Add the package to your Unity Project from the OpenUPM registry. When FancyScrollView updates the scroll position, it passes the normalized position of the viewport range to each cell. On the cell side, the cell itself controls the scrolling position and appearance based on the value of 0.0~. The sample uses Animator and mathematical formulas to implement scrolling movements.1.0. Only the number of cells needed for display will be generated and the cells will be reused. You can check the operation while actually increasing the number of data in the Demo. FancyScrollRect and FancyGridView also allow you to specify margins before the cells are reused while scrolling. You can also specify the number of seconds to move and Easing.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    Gio.js

    Gio.js

    A declarative 3D globe data visualization library built with Three.js

    Gio.js is an open source library for web 3D globe data visualization built with Three.js. What makes Gio.js different is that it is simple to use Gio.js to customize a 3D data visualization model in a declarative way, add your own data, and integrate it into your own modern web application. Gio.js is an open source library for web 3D globe data visualization built with Three.js. What makes Gio.js different is that it is simple to use Gio.js to customize a 3D data visualization model in a declarative way, add your own data, and integrate it into your own modern web application. This library is inspired by the Arms Trade Visualization project developed by Michael Chang and presented during Google Ideas INFO 2012. See original post. With Gio.js, it is easy to reproduce this fantastic data visualization model, and integrate it into web applications.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    GoWall

    GoWall

    A tool to convert a Wallpaper's color scheme / palette, image to pixel

    Gowall is a versatile command-line tool for processing images, initially created to convert wallpapers to match specific color schemes. It has evolved to include features like image-to-pixel-art conversion, color palette extraction, background removal, and more, making it a powerful utility for image manipulation.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    GreenSock AS3

    GreenSock AS3

    Public repository for GreenSock's ActionScript 3 libraries

    The public repository for GreenSock’s ActionScript 3 animation libraries (such as GSAP’s TweenLite, TweenMax, and LoaderMax), widely used for creating rich animations in AS3 projects. Public repository for GreenSock's ActionScript 3 libraries like GSAP (TweenLite, TweenMax, etc.) and LoaderMax. For AS2, see the GreenSock-AS2 repository and for JavaScript, see the GreenSock-JS repository. LoaderMax for managing asset loading. Well‑documented and highly modular libraries.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    ImageSharp

    ImageSharp

    A modern, cross-platform, 2D Graphics library for .NET

    ImageSharp carries no native dependencies and can be installed anywhere that supports .NET Standard 2.0+, ImageSharp can be used in device, cloud, and embedded/IoT scenarios. ImageSharp's API is unparalleled for it's ease of use. Designed from the ground up to be flexible and extensible, the library provides API endpoints for common image processing operations and the building blocks to allow for the development of additional operations. Complete support for jpeg, bmp, gif, pbm, png, tga, tiff, and webp with more formats on the way. Supports over 25 different pixel formats. Metadata editing support (IPTC EXIF). Colorspace transforms (RGB/CMYK/Grayscale/CIELab and many more). Over 40 common processing operations. Great performance and memory friendly; work with any dimensions (even hundreds of megapixels). ImageSharp is brimming with features. Common operations are only a few keystrokes away.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    Imagine

    Imagine

    PHP 5.3 object oriented image manipulation library

    Imagine is a OOP library for image manipulation built in PHP 5.3 using the latest best practices and thoughtful design that should allow for decoupled and unit-testable code. ImagineInterface (Imagine\Image\ImagineInterface) and its implementations is the main entry point into Imagine. You may think of it as a factory for Imagine\Image\ImageInterface as it is responsible for creating and opening instances of it and also for instantiating Imagine\Image\FontInterface object. The main piece of image processing functionality is concentrated in the ImageInterface implementations (one per driver - e.g. Imagick\Image). The main idea of Imagine is to avoid driver specific methods spill outside of this class and couple of other internal interfaces (Draw\DrawerInterface), so that the filters and any other image manipulations can operate on ImageInterface through its public API.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    Kap

    Kap

    An open-source screen recorder built with web technology

    Capture your screen. An open-source screen recorder built with web technology. Export as GIF, MP4, WebM, or APNG with optional audio, highlight clicks and trimming. The ease of use and speed you’ve been looking for – the functionality and extensibility you didn’t know you needed. Designers, developers, project managers. They all use Kap. So why a screen recorder? Turns out that after a few rounds of playing ping pong with the idea, we realised that we shared the same pain points with the currently available solutions. Not only that, but we had some pretty neat thoughts on how to create something better that resonated with all of us. We almost killed the idea, and maybe that’s the lesson here; don’t be an idea killer. There are a lot of rules we make that aren’t necessarily very useful; why shouldn’t you do something just because it’s been done before? It’s often the things we think are solved that are most ripe for innovation.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    LDtk

    LDtk

    Modern, lightweight and efficient 2D level editor

    A modern 2D level editor from the creator of Dead Cells, with a strong focus on user-friendliness. I created this tool from my 20+ years of experience creating various games (including Dead Cells and game jams). To be exact, LDtk is “pay-what-you-want, including free“, even for commercial projects. Everything you create using LDtk is yours. By the way, LDtk is also open-source, so you could even grab the code and adapt it to your needs. Every UI details were carefully designed to make the process of creating levels as smooth as possible. For every new tool out there, there is this moment when you need to write the importer for your fav engine. I’ve been there too: so LDtk offers a Super Simple Export option. And by “simple”, I mean it. Define some simple rules in a visual editor and let LDtk do the boring part of the skinning job for you. Choose your world layout among “Grid-vania”, “linear”, or “free” and reorganize all your levels using plain old simple drag-n-drop.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    MapSCII

    MapSCII

    Braille & ASCII world map renderer for your console

    A node.js based Vector Tile to Braille and ASCII renderer for xterm-compatible terminals. If you're on Windows, use the open source telnet client PuTTY to connect. Use your mouse to drag and zoom in and out! Discover points of interest around any given location. Highly customizable layer styling with Mapbox Styles support. Connect to any public or private vector tile server. Or just use the supplied and optimized OSM2VectorTiles based one. Work offline and discover local VectorTile/MBTiles. Compatible with most Linux and OSX terminals. Highly optimized algorithms for a smooth experience. 100% pure JavaScript! Arrows up, down, left, right to scroll around. Press a or z to zoom in and out. Press c to switch to block character mode, and press q to quit. If your terminal supports mouse events you can drag the map and use your scroll wheel to zoom in and out.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    Milton

    Milton

    An infinite-canvas paint program

    Milton is an open-source, infinite-canvas paint program that allows artists to sketch, draw, and paint without the constraints of a fixed canvas size. It combines the intuitive feel of raster-based painting with the scalability of vector graphics, enabling users to focus on creativity without worrying about resolution or canvas boundaries.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    Move.js

    Move.js

    CSS3 backed JavaScript animation framework

    Move.js is a small JavaScript library making CSS3 backed animation extremely simple and elegant. Increment prop by val, where val is an Number (click several times). Decrement prop by val, where val is an Number (click several times). Set animation duration to n which is a Number or a string such as "4s". Translate x and optionally y axis. Set animation-delay to n which is a Number or a string such as "4s". Move is packaged with a minified version, re-built each release. We can also pass flags to uglifyjs.
    Downloads: 1 This Week
    Last Update:
    See Project