Vector Graphics Software

View 49 business solutions
  • Our Free Plans just got better! | Auth0 by Okta Icon
    Our Free Plans just got better! | Auth0 by Okta

    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 secuirty. Auth0 now, thank yourself later.
    Try free now
  • Enterprise and Small Business CRM Solution | Clear C2 C2CRM Icon
    Enterprise and Small Business CRM Solution | Clear C2 C2CRM

    Voted Best CRM System with Top Ranked Customer Support. CRM Management includes Sales, Marketing, Relationship Management, and Help Desk.

    C2CRM consists of four modules that integrate to provide a comprehensive CRM solution: Relationship Management, Sales Automation, Marketing Automation, and Customer Service. Only buy what each user needs.
    Learn More
  • 1
    Class library for performing geometric constructions in 2D and 3D with Postscript output. Easy to learn for C++ programmers. Easy parametrizing of figures.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    OnlyPaths
    OnlyPaths Extend RichDraw http://starkravingfinkle.org/blog/2006/04/richdraw-simple-vmlsvg-editor/ - VML/SVG browser-based drawing. Proposed by Ajax Animator. Use OPF (OnlyPaths Format) SVG/VML JSON proposed by http://antimatter15.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Open Flash Board is a free, open source whiteboard drawing application. OFB provides the ability to draw with various tools (curve, circle, line, rectangle), move the various drawn objects, group objects, scale objects and grouped objects and save as XML
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    The OpenAMF project is a free open-source alternative to Macromedia's Java Flash Remoting. It is as capable of providing application services to Flash MX as Macromedia's proprietary solution. This project began as a Java port of AMF-PHP.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Manage printing in a cost-efficient and eco-friendly way with Gelato. Icon
    Manage printing in a cost-efficient and eco-friendly way with Gelato.

    Gelato offers an extensive catalog of custom products, a zero-inventory business model, and free designing tools—all in one place.

    The world's largest print on demand network with 140+ production partners across 32 countries. Gelato offers end-to-end design, production and logistics for individuals looking to start their own business today!
    Sign up for Free
  • 5
    OriSVG attends to give some help to origami diagrams designers by providing markers, arrows, strokes and preformated diagrams in SVG language, and some Inkscape's plugins and scripts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Orimage is a editor/browser specialized in origami diagrams (paper folding). Users could draw their diagrams in multiple ways, called moded.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    PDEGraphics2D

    Output Processing script from Java AWT/Swing paint call

    Use PDEGraphics2D to create Processing vector graphics script files and deploy them in HTML. To create a PDEGraphics2D instance, pass the constructor an instance of a standard Graphics2D object, together with the size of the canvas to paint: PDEGraphics2D g= new PDEGraphics2D(Graphics2D g, int w, int h) or PDEGraphics2D g= new PDEGraphics2D(Graphics2D g, Dimension d) Alternatively, pass the component to paint as the input to one of the static paint methods: PDEGraphics2D g=PDEGraphics2D.paint(Component c); PDEGraphics2D g=PDEGraphics2D.paint(JComponent c); PDEGraphics2D g=PDEGraphics2D.paint(Window c); PDEGraphics2D g=PDEGraphics2D.paint(JApplet c); The getCode(..) and write(....) methods can then be used to access the generated script and create HTML documents.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    A CAD/painting program written in PHP. The user requires no detailed drawing skill. All objects are functions placed on the screen by defining one or two points with parameters for the object. Produces .png-.jpg-.gif(animated)-.mpg-.pov pictures. See Hom
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    PLOT_PSXPS provides a set of graphic functions that allows the generation of PostScript files (and runtime viewing with X) from C/C++ programs. A page can contain points, lines, arcs, ellipses, circles, boxes, text, included EPS files and a lot more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Accounting Software for Small Businesses | Xero Icon
    Accounting Software for Small Businesses | Xero

    Save 90% for 6 months on Xero's award-winning accounting and online bookkeeping platform for businesses of all sizes and stages of growth.

    Xero offers a robust ecosystem of connected apps and integrations with banks and financial institutions, enabling small businesses to access a wide range of solutions within Xero's open platform to streamline operations and manage finances. Additionally, accounting and bookkeeping firms benefit from efficient compliance tools, advanced practice management software, and a cloud-based unified accounting ledger for all clients, centralized in one place.
    Get 90% off for 6 months
  • 10
    A set of library functions to generate pPostScript plots to file or printer. Several levels of user interface, highest level includes virtual windows, autoscale etc. Supported graphs are linear, logarithmic and polar plots. Lower levels include standard
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Paper.js

    Paper.js

    The swiss army knife of vector graphics scripting

    Paper.js is an open source vector graphics scripting framework that runs on top of the HTML5 Canvas. It offers a clean Scene Graph / Document Object Model and a lot of powerful functionality to create and work with vector graphics and bezier curves, all neatly wrapped up in a well designed, consistent and clean programming interface. Paper.js is based on and largely compatible with Scriptographer, a scripting environment for Adobe Illustrator with an active community of scripters and more than 10 years of development. Paper.js is easy to learn for beginners and has lots to master for intermediate and advanced users. Paper.js is developed by Jürg Lehni & Jonathan Puckey, and distributed under the permissive MIT License. Paper.js is not simply a wrapper around the Canvas, it offers much more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Render your own personal photo-calendar.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Planetiler

    Planetiler

    Flexible tool to build planet-scale vector tilesets

    Planetiler (pla·nuh·tai·lr, formerly named "Flatmap") is a tool that generates Vector Tiles from geographic data sources like OpenStreetMap. Planetiler aims to be fast and memory-efficient so that you can build a map of the world in a few hours on a single machine without any external tools or database. Vector tiles contain raw point, line, and polygon geometries that clients like MapLibre can use to render custom maps in the browser, native apps, or on a server. Planetiler packages tiles into an MBTiles (SQLite) or PMTiles file that can be served using tools like TileServer GL or Martin or even queried directly from the browser. See awesome-vector-tiles for more projects that work with data in this format. Planetiler works by mapping input elements to vector tile features, flattening them into a big list, and then sorting by tile ID to group them into tiles.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    The vector animation solution for your Microsoft Pocket PC (and beyond).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    QCAD

    QCAD

    Open Source CAD

    QCAD is an application for computer aided drafting (CAD) in two dimensions (2D). With QCAD you can create technical drawings such as plans for buildings, interiors, mechanical parts or schematics and diagrams. QCAD works on Windows, Mac OS X and many Linux and Unix Systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    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 provide an adapter that will make drawing vector art compatible cross-browser and easy. Raphaël currently supports Firefox 3.0+, Safari 3.0+, Chrome 5.0+, Opera 9.5+ and Internet Explorer 6.0+. Versions will be released as we gather and test new PRs. As there are a lot of browsers being supported it might take a while to accept a PR, we will use the feedback from other users too. You can use the raphaelTest.html to try things, you need to start a server in the root dir to start testing things there.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Instant Image Rotation can now be done on Firefox. RotateFox library is a pure Javascript library that implements all necessary Linear Algebra functions that are required for image rotation. RotateFox has done all mathematical jobs, no math knowledge is
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    SVG Cleaner

    SVG Cleaner

    Batch, tunable, crossplatform SVG cleaning program

    Project move to: https://github.com/RazrFalcon/svgcleaner-gui/releases
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    A SVG Editor base on Eclipse. It will be an eclipse plugin.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    SVG Icons project has a goal to provide Open-Source reference implementation of SVG icon themes for leading Linux and UNIX Desktop Environments, in particular (but not limited to) KDE and GNOME Desktops environments, FXCE and LXDE.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    SvgUP is an open source platform for building interactive Web applications based on SVG components and other web standards like JavaScript, CSS, RDF and DTD. SvgUP allows the separation of concerns by dividing the applications into modules.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    SVG editor for ownCloud

    Create and edit SVG graphics directly in ownCloud. Based on svg-edit.

    This project provides an ownCloud-app (http://apps.owncloud.com) for editing and creating SVG vector graphics in your browser. It's based on the awesome "svg-edit"-project (http://code.google.com/p/svg-edit/). Features like collaborative editing may be implemented later.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    SVGrafiX is an open-source editor for the SVG format. SVGrafiX is written in Java and therefore platform-independent.Our main goal is to create an easy-to-use graphical editor, that allows you to create or edit SVG documents.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Cross-Platform Flash SDK for addition of Flash Import / Export to applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Scene Beans is an animation framework for Java2D. Scene Beans lets the programmer create animations by composing Java objects in a declarative style and hides the details of exactly how that animation is animated and rendered.
    Downloads: 0 This Week
    Last Update:
    See Project