Showing 16 open source projects for "visual"

View related business solutions
  • The Original Buy Center Software. Icon
    The Original Buy Center Software.

    Never Go To The Auction Again.

    VAN sources private-party vehicles from over 20 platforms and provides all necessary tools to communicate with sellers and manage opportunities. Franchise and Independent dealers can boost their buy center strategies with our advanced tools and an experienced Acquisition Coaching™ team dedicated to your success.
    Learn More
  • D&B Hoovers is Your Sales Accelerator Icon
    D&B Hoovers is Your Sales Accelerator

    For sales teams that want to accelerate B2B sales with better data

    Speed up sales prospecting with the rich audience targeting capabilities of D&B Hoovers so you can spend more sales time closing.
    Learn More
  • 1
    Chromatone

    Chromatone

    Chromatone is a digital garden of visual music theory

    ...We've discovered complete and coherent Visual Music Language there. It's evolving through further merging colors with notes, rhythms with shapes, intervals with gradients, chords and scales with palettes. And we pave the way for new generations of visual music explorers.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    deck.gl

    deck.gl

    WebGL2 powered visualization framework

    deck.gl is designed to simplify high-performance, WebGL-based visualization of large data sets. Users can quickly get impressive visual results with minimal effort by composing existing layers, or leveraging deck.gl's extensible architecture to address customer needs. deck.gl maps data (usually an array of JSON objects) into a stack of visual layers - e.g. icons, polygons, texts; and look at them with views: e.g. map, first-person, orthographic. deck.gl handles a number of challenges out of the box. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    Observable Plot

    Observable Plot

    A concise API for exploratory data visualization

    ...In the spirit of show don’t tell, below is a scatterplot of the height and weight of Olympic athletes (sourced from Matt Riggott), constructed using a dot mark. We assign columns of data (such as weight) to visual properties (such as the dot’s x), and Plot infers the rest. You can configure much more, if needed, but Plot’s goal is to help you get a meaningful visualization quickly. Plot employs a layered grammar of graphics inspired by Vega-Lite, ggplot2, Wilkinson’s Grammar of Graphics, and Bertin’s Semiology of Graphics. Plot rejects a chart typology in favor of marks, scales, and transforms. ...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 4
    Chokidar

    Chokidar

    Minimal and efficient cross-platform file watching library

    ...Same as with Node.js fs.watchFile. Therefore, Chokidar resolves these problems. Initially made for Brunch (an ultra-swift web app build tool), it is now used in Microsoft's Visual Studio Code, gulp, karma, PM2, browserify, webpack, BrowserSync, and many others. It has proven itself in production environments. Chokidar does still rely on the Node.js core fs module, but when using fs.watch and fs.watchFile for watching, it normalizes the events it receives, often checking for truth by getting file stats and/or dir contents.
    Downloads: 3 This Week
    Last Update:
    See Project
  • Easy-to-use Business Software for the Waste Management Software Industry Icon
    Easy-to-use Business Software for the Waste Management Software Industry

    Increase efficiency, expedite accounts receivables, optimize routes, acquire new customers, & more!

    DOP Software’s mission is to streamline waste and recycling business’ processes by providing them with dynamic, comprehensive software and services that increase productivity and quality of performance.
    Learn More
  • 5
    Apexcharts.js

    Apexcharts.js

    Interactive JavaScript Charts built on SVG

    ...Another approach to Drill down charts where one selection updates the data of other charts. Annotations allows you to write custom text on specific values or on axes values. Valuable to expand the visual appeal of your chart and make it more informative.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    Rawgraphs app

    Rawgraphs app

    A web interface to create custom vector-based visualizations

    Inspired by and built on top of open-source projects. RAWGraphs is open to the community for contributions. Almost 30 visual models to visualize quantities, hierarchies, and time series and find insights in your data. Even though RAWGraphs is a web app, the data you insert will be processed only by your web browser. Save your project, or export it as a vector or raster image. Edit it within your favorite software. RAWGraphs is an open source data visualization framework built with the goal of making the visual representation of complex data easy for everyone. ...
    Downloads: 14 This Week
    Last Update:
    See Project
  • 7
    tikzcd-editor

    tikzcd-editor

    A simple visual editor for creating commutative diagrams

    A simple visual editor for creating commutative diagrams.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    React Sight

    React Sight

    Visualization tool for React, with support for Fiber, Router, etc.

    ...Zoom in by double-clicking, and zoom out by shift + double clicking (mouse wheel zoom coming soon!) We built React Sight because there are no tools on the market that give you a visual representation of the structure of your App. When we were developing our own projects, we wished we had a way to see how everything was structured.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    geoStarsLib  - geodetic library

    geoStarsLib - geodetic library

    Geodesy based library (geodetic and geocentric functions)

    geoStarsLib has functions for dealing with many geodesy-based problems found in positioning, pointing, and surveying situations. It is useful to determine absolute position on the earth, pointing vectors, coordinate transformations, and other functions.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Teradata VantageCloud Enterprise is a data analytics platform for performing advanced analytics on AWS, Azure, and Google Cloud. Icon
    Teradata VantageCloud Enterprise is a data analytics platform for performing advanced analytics on AWS, Azure, and Google Cloud.

    Power faster innovation with Teradata VantageCloud

    VantageCloud is the complete cloud analytics and data platform, delivering harmonized data and Trusted AI for all. Built for performance, flexibility, and openness, VantageCloud enables organizations to unify diverse data sources, run complex analytics, and deploy AI models—all within a single, scalable platform.
    Learn More
  • 10
    React-Vis

    React-Vis

    Data visualization components

    ...React-Vis charts are made of Series components, LineSeries, BarSeries and so on and so forth. Each of these Series components requires a data property, through which we pass an array of objects. These properties correspond to various visual characteristics of the corresponding marks. For example, x and y, which are required for most series types, affect the position of each mark.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    CapAnalysis

    CapAnalysis

    PCAP from another point of view

    CapAnalysis is a web visual tool for information security specialists, system administrators and everyone who needs to analyze large amounts of captured network traffic. Analyze TCP and UDP streams Support multible datasets Perform deep packet inspection Support filtering capability Source Code: https://github.com/xplico/CapAnalysis
    Downloads: 26 This Week
    Last Update:
    See Project
  • 12
    Objective-C And Swift Dependencies

    Objective-C And Swift Dependencies

    Objective-C and Swift dependency visualizer

    Objective-C Dependency Visualizer is a tool that generates dependency graphs for Objective-C projects, helping developers understand code structure and module relationships.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Illustrated Algorithms

    Illustrated Algorithms

    Interactive algorithm visualizations

    Inspired by Grokking Algorithms and python-execution-trace, this project aims to reveal the mechanics behind algorithms via interactive visualizations of their execution. Visual representations of variables and operations augment the control flow, alongside actual source code. You can fast forward and rewind the execution to closely observe how an algorithm works. The same code that is displayed next to the illustration is also decorated using babel-plugin-trace-execution and executed to record the context at every step. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Visual NMS

    Visual Network Management System

    VisualNMS is a network management system with powerful visualisation features due to its vectorial based rendering (SVG). It is built using perl, javascript, SVG, HTML. It includes Layer 2 autodiscovery based on LLDP and other discovery protocols (Cisco's CDP, Extreme Networks' EDP, etc.). Other features include: real time SVG graphs on links, web2cli engine (AJAX to Telnet/CLI), editable maps, auto layout (based esentially on GraphViz), VLAN mapping (work in progress) based on SNMP.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    HyperImage Virtual Research Environment
    The HyperImage platform supports the linking of (audio)-visual objects, texts and mixed-media documents. References between images in total, regions of images, annotations regarding the images, and other media, are achieved by means of hyperlinks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    JointJS

    JointJS

    The HTML 5 JavaScript diagramming library

    JointJS is the open source HTML 5 JavaScript diagramming library. JointJS is a comprehensive framework for building fully interactive diagramming tools and application builders. JointJS makes it easy to create visual languages & tools of various kinds. The event-driven nature together with MVC architecture of JointJS makes it easy to plug-in any backend application. Whether you're creating a state machine builder, modeling tool, voice application designer, system monitoring tool, electronic circuits simulator, information system browser and editor, implementing a visual programming language or building a graph visualization with interaction, JointJS is the toolkit that makes your life easier.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next