Open Source JavaScript Graphics Software - Page 19

JavaScript Graphics Software

View 5053 business solutions

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

  • 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
  • Demo Series - Small Business Backup By Veeam Icon
    Demo Series - Small Business Backup By Veeam

    Learn how to protect your Microsoft 365 data, with simple, actionable tips today.

    Watch this on-demand demo series and learn how to protect your Microsoft 365 data with clear, simple, actionable steps that are easy to implement for businesses of all sizes.
    Watch Demo Series
  • 1
    T.A.A. v.2.0 is an open archive for artists to collaborate and publish their pictures, features such as blog and andvanced communication are imperative.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Tamachan is a GUI front end written in XUL to generate S5 presentations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Templates for some Open Source: Joomla, Mambo, SugarCRM, VtigerCRM ... etc,
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    TenorSpace.js

    TenorSpace.js

    Neural network 3D visualization framework

    TensorSpace is a neural network 3D visualization framework built using TensorFlow.js, Three.js and Tween.js. TensorSpace provides Keras-like APIs to build deep learning layers, load pre-trained models, and generate a 3D visualization in the browser. From TensorSpace, it is intuitive to learn what the model structure is, how the model is trained and how the model predicts the results based on the intermediate information. After preprocessing the model, TensorSpace supports the visualization of pre-trained models from TensorFlow, Keras and TensorFlow.js. TensorSpace is a neural network 3D visualization framework designed for not only showing the basic model structure but also presenting the processes of internal feature abstractions, intermediate data manipulations and final inference generations. By applying TensorSpace API, it is more intuitive to visualize and understand any pre-trained models built by TensorFlow, Keras, TensorFlow.js, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    More flexibility. More control.

    Generate interest, access liquidity without selling, and execute trades seamlessly. All in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 5
    Textillate.js

    Textillate.js

    A jquery plugin for CSS3 text animations

    Textillate.js combines some awesome libraries to provide an easy-to-use plugin for applying CSS3 animations to any text. Simply include textillate.js and it's dependencies in your project to start creating unique effects. Textillate.js is built on top of the simple, yet amazingly powerful animate.css and lettering.js libraries.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Tom's Javascript Animation Engine is a javascript engine that handles ascii animation. It is meant to be easy-to-use for the non-programmer, and likewise quite hackable for the entry-level programmer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    A throwback to the old school computing lessons with turtle graphics, updated to todays interfaces. Can be used for teaching kids about programming, both inside the script environment and through java extension. It also fun !
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Tweet Parser

    Tweet Parser

    Analyse bases de données tweets pour rapport d'impact social media

    Le logiciel permet d'analyser des bases de données de tweets (API Twitter extraites sous format .csv) afin de pouvoir créer un rapport d'impact social media d'un événement suivis par des hashtags. Le logiciel permet de créer différents graphiques pertinents et de pouvoir placer dans le presse-papier des tweets à mettre dans le rapport.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    A DHTML interface to the MapServer GIS engine. (Get MapServer at http://mapserver.gis.umn.edu). MapSurfer allows interactive display, panning, and zooming of geographic data along with feature querying. See http://www.scign.org/mapsurfer/mapsurfer/
    Downloads: 0 This Week
    Last Update:
    See Project
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 10
    Umibozu has taken a major turn, new umibozu project available here: http://umibozu.net
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    A webtool for publishing mapinfo MIF files with attributes to the web, based on html, php, vml, jvascript and mysql database.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Browsers support rendering shapes within your web pages. This library provides a JavaScript cross-browser API for drawing and editing shapes using VML, SVG, and canvas.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Vectorial Gradients
    Vectorial gradients Funny mix shapes. Compare with bitmap gradients
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    The Presentation framework for Web applications. On the basis of: HTML, JavaScript, DHTML. Configure your user interface with Tag libraries (for J2EE systems) or XSL templates (for any other WEB systems using XML/XSL).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Vizzu

    Vizzu

    Library for animated data visualizations and data stories

    Vizzu is a free, open-source Javascript/C++ library utilizing a generic dataviz engine that generates many types of charts and seamlessly animates between them. It can be used to create static charts but more importantly, it is designed for building animated data stories and interactive explorers as Vizzu enables showing different perspectives of the data that the viewers can easily follow due to the animation. Create a placeholder element that will contain the rendered chart. The Vizzu constructor has to load Vizzu's WebAssembly module asynchronously to prevent blocking the whole page. Because of this, any method except animate() will throw an exception while the library is not initialized. There is an initializing promise in the Vizzu class, which will resolve when initialization is finished. You can call all methods after this promise is resolved.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    VueGL

    VueGL

    Vue.js components rendering 3D WebGL graphics reactively with three.js

    VueGL is a component library for rendering 3D graphics with Vue.js and three.js. Using VueGL, you can handle WebGL very easily. In addition, drawn graphics are responsively re-rendered when detecting data changes. Vue.js is one of the very popular frameworks for building web apps or interactive websites. three.js is a 3D graphics library to uses WebGL. It provides classes wrapping WebGL APIs. They aim for different targets to be rendered, Vue.js for DOM and three.js for WebGL context. These APIs are completely different and that causes a mess when we want them to work together.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Web 2.0 environment for collaborative and extensible design of object interconnection diagrams like UML, networks, circuits and other graph based diagrams. Client: Web-based (AJAX / Dojo Toolkit) Server: JEE Application (Struts Framework)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    WebDX is a framework for deploying OpenDX applications over the web.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    WebGLworld

    my webGL code

    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    WebSANE is a web frontend for SANE making it possible to access a scanner with a browser.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    WebShow is a picture presentation software for the web. Any readable input (PNG, JPEG) can be converted to a flash animation playable in any flash enabled browser. Camera pan, zoom and overlays can be added easily and the software automates FTP uploads.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    WebSigns

    WebSigns

    WebSigns is an Open Source, browser based digital signage solution

    WebSigns is an Open Source, browser based digital signage solution.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    WebStrips is a lightweight open-source web comics browser written in Java that supports multiple comic via a JavaScript based interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Weblery
    NOTE: Weblery has moved to GitHub. The code and versions available on SourceForge are outdated. https://github.com/kjw3/weblery/ Weblery is a simple php based web photo gallery. It is driven by the directory structure of the gallery. All that is needed is to include the weblery.php file into your website. Make adding a photo gallery to your website as easy as it should be.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Wii Media Center is a php-based media center for the Nintendo Wii. Running on a web server on a computer, it can stream music, videos and pictures to the internet channel by the WiFi connection.
    Downloads: 0 This Week
    Last Update:
    See Project