Open Source JavaScript Graphics Software for Linux - Page 12

JavaScript Graphics Software for Linux

View 13 business solutions

Browse free open source JavaScript Graphics Software for Linux and projects below. Use the toggles on the left to filter open source JavaScript Graphics Software for Linux by OS, license, language, programming language, and project status.

  • Red Hat Ansible Automation Platform on Microsoft Azure Icon
    Red Hat Ansible Automation Platform on Microsoft Azure

    Red Hat Ansible Automation Platform on Azure allows you to quickly deploy, automate, and manage resources securely and at scale.

    Deploy Red Hat Ansible Automation Platform on Microsoft Azure for a strategic automation solution that allows you to orchestrate, govern and operationalize your Azure environment.
  • ConnectWise Cybersecurity Management for MSPs Icon
    ConnectWise Cybersecurity Management for MSPs

    Software and support solutions to protect your clients’ critical business assets

    ConnectWise SIEM (formerly Perch) offers threat detection and response backed by an in-house Security Operations Center (SOC). Defend against business email compromise, account takeovers, and see beyond your network traffic. Our team of threat analysts does all the tedium for you, eliminating the noise and sending only identified and verified treats to action on. Built with multi-tenancy, ConnectWise SIEM helps you keep clients safe with the best threat intel on the market.
  • 1
    A mediawiki special page extension to create online slideshows of mediawiki page content and export them to open office and pptx presentation files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Presto

    Presto

    Turn any HTML document into a slideshow

    Presto is a JavaScript file which, when added to an ordinary HTML document, turns it into a full-screen slideshow, complete with transition effects and a user interface to jump between slides. A companion script can turn a Markdown text file into a Presto-enabled slideshow, allowing you to create professional-looking slideshows in just a few lines.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    ProColor is a simple, flexible, easy-to-use color-picker for the Prototype Javascript framework. ProColor is designed to be friendly to artists and programmers both, and can easily be dropped into existing web projects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    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
  • Total Network Visibility for Network Engineers and IT Managers Icon
    Total Network Visibility for Network Engineers and IT Managers

    Network monitoring and troubleshooting is hard. TotalView makes it easy.

    This means every device on your network, and every interface on every device is automatically analyzed for performance, errors, QoS, and configuration.
  • 5
    QTed (Questions and Tests editor) is a web-based editor that allows to create items and tests in agreement with standard IMS - QTI v2.1. and to maintain a personal repository (of items and tests) for each user.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    QuickSaveMaps

    QuickSaveMaps

    QuickSaveMaps let's you save your textures faster from Photoshop

    QuickSaveMaps let's you set up your Photoshop documents to to conveniently save out layer groups in a unlimited amount of ways.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    javascript software to create a slide show
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Description Reveal Desktop is a web 2.0 data entry tool applicable for archaeological or other types of hierarchical relationships. Is makes use of the following open source tools and frameworks. Extjs 3.3 qwikiOfice php 5+ apache2 mysql
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    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
  • Finance Automation that puts you in charge Icon
    Finance Automation that puts you in charge

    Tipalti delivers smart payables that elevate modern business.

    Our robust pre-built connectors and our no-code, drag-and-drop interface makes it easy and fast to automatically sync vendors, invoices, and invoice payment data between Tipalti and your ERP or accounting software.
  • 10
    React Color

    React Color

    Color pickers from Sketch, Photoshop, Chrome, Github, and Twitter

    13 different pickers, for Sketch, Photoshop, Chrome and many more. Make your own, use the building block components to make your own. Color controls what color is active on the color picker. You can use this to initialize the color picker with a particular color, or to keep it in sync with the state of a parent component. Pass a function to call every time the color is changed. Use this to store the color in the state of a parent component or to make other transformations. Pass a function to call once a color change is complete. To make a custom color picker, create a top-level component that will act as the bridge with the CustomPicker high order component. Wrap the export with the CustomPicker function. Every color picker provided is made up of a collection of helper components. Those components are accessible for you to use to make a custom color picker. Use EditableInput to display an input / label that acts as the single source of truth until the input is blurred.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    React Move

    React Move

    Beautiful, data-driven animations for React

    The API for React Move has been essentially stable since the 2.0 version. The 4.0 version of React Move introduced a change that broke the hard dependency on d3-interpolate and introduced the interpolation prop. The current version of React Move will by default only do numeric interpolation and apply easing functions. If you only need to do numeric interpolation you don't need to do anything. Just upgrade and done. The API for React Move 5.x and 6.x is exactly the same. The 5.x version just includes react-lifecycles-compat to make the library work with earlier versions of React. This adds a little to the bundle so use 6.x if you're using React 16.3+. Before looking at the components it might be good to look at starting state. You are going to be asked to define starting states for each item in your NodeGroup and Animate components. This is a key concept and probably the most error prone for developers working with React Move.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    React Transition Group

    React Transition Group

    Perform animations when a React component enters or leaves the DOM

    Exposes simple components useful for defining entering and exiting transitions. React Transition Group is not an animation library like React-Motion, it does not animate styles by itself. Instead it exposes transition stages, manages classes and group elements and manipulates the DOM in useful ways, making the implementation of actual visual transitions much easier. Since react-transition-group is fairly small, the overhead of including the library in your application is negligible. However, in situations where it may be useful to benefit from an external CDN when bundling. A set of components for managing component states (including mounting and unmounting) over time, specifically designed with animation in mind. The Transition component lets you describe a transition from one component state to another over time with a simple declarative API. Most commonly it's used to animate the mounting and unmounting of a component.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    React-Motion

    React-Motion

    A spring that solves your counter animation problems

    Animate a counter from 0 to 10. Works with React-Native v0.18+. A spring that solves your animation problems. You can develop simple transitions, chat heads, draggable balls, todoMVC list transition, photo gallery, spring parameters chooser, water ripples, and draggable lists. For 95% of use-cases of animating components, we don't have to resort to using hard-coded easing curves and duration. Set up a stiffness and damping for your UI element, and let the magic of physics take care of the rest. This way, you don't have to worry about petty situations such as interrupted animation behavior. It also greatly simplifies the API. It's normal not to feel how stiffness and damping affect your spring; use Spring Parameters Chooser to get a feeling.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    A distributed system for interactive games. Specifically, RoD is designed with the RPG/Adventure style games in mind but could easily be used for other kinds of interactive games.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Responsive HTML5 Whiteboard

    Simple and basic whiteboard drawing app in html5.

    Simple and basic whiteboard drawing app in html5.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    RhinOS

    RhinOS

    RhinOS, CMS, Content Management System, Josep Sanz Campderrós

    RhinOS is a framework to develop web sites using the latest features to provide a fastest access and administration to the web portal. The main features are: - Parametrized CMS and simple and efficient pseudo-code parser.
    Leader badge
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Rickshaw

    Rickshaw

    JavaScript toolkit for creating interactive real-time graphs

    Rickshaw provides the elements you need to create interactive graphs, renderers, legends, hovers, range selectors, etc. You put the pieces together. It's all based on d3 underneath, so graphs are drawn with standard SVG and styled with CSS. Customize all you like with techniques you already know. Rickshaw is free and open source, available under the MIT license. Developed at Shutterstock. Rickshaw relies on the fantastic D3 visualization library to do lots of the heavy lifting for stacking and rendering to SVG. Some extensions require jQuery and jQuery UI, but for drawing some basic graphs you'll be okay without. Rickshaw uses jsdom to run unit tests in Node to be able to do SVG manipulation. As of the jsdom 7.0.0 release, jsdom requires Node.js 4 or newer jsdom changelog.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    SANE Web Interface is a system providing convenient way for MS Windows users to access a shared SANE scanner connected to a Linux host by using only their web browsers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Picture Gallery viewable with HTML web browsers. All dynamics is implemented at client-side in JavaScript. This approach is useful when the server side is able to provide only static contents, or if the gallery is stored on CDROM or other media.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    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
  • 21

    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
  • 22
    This project seeks to provide a way to simplify conversion between SVG graphics and the Javascript code that is necessary to recreate a similar graphic using the Dojo Toolkit's dojox.gfx library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Salto framework is an AJAX based framework which makes possible to build a Web application very quickly. Thanks to AJAX mechanism, datas exchanges between client side an server side are reduced. You are able to refresh only a part of the screen.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    Sarcoex's Blender Web Interface

    A simple web interface for Blender, for rendering animations..

    A simple web interface for Blender, for rendering animation with clusters. "Blender is the free open source 3D content creation suite, available for all major operating systems under the GNU General Public License."
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    A web-driven database for 2-D and 3-D images, specifically designed for (confocal) microscopy units, but applicable wherever groups of users collaborate with images.
    Downloads: 0 This Week
    Last Update:
    See Project