List Of JavaScript Libraries
   HOME
*





List Of JavaScript Libraries
This is a list of notable JavaScript libraries. Constraint programming * Cassowary (software) * CHR.js DOM (manipulation) oriented * Google Polymer * Dojo Toolkit * jQuery * midori * MooTools * Prototype JavaScript Framework Graphical/visualization (canvas or SVG related) * AnyChart * Babylon.js * Chart.js * Cytoscape * D3.js * Dojo Toolkit * FusionCharts * Google Charts * Highcharts * JavaScript InfoVis Toolkit * p5.js * Plotly * Processing.js * Raphaël * RGraph * seen.js * SWFObject * Teechart * Three.js * Velocity.js * Verge3D * Webix GUI (Graphical user interface) and widget related * Angular (application platform) by Google * AngularJS by Google * Bootstrap * Dojo Widgets * Ext JS by Sencha * Foundation by ZURB * jQuery UI * jQWidgets * OpenUI5 by SAP * Polymer (library) by Google * qooxdoo * React.js by Facebook * Vue.js * Webix * WinJS * Svelte No longer actively developed * Glow * Lively Kernel * Script.aculo.us * YUI Library Pure JavaScr ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


JavaScript Library
A JavaScript library is a library of pre-written JavaScript code that allows for easier development of JavaScript-based applications, especially for AJAX and other web-centric technologies. Libraries With the expanded demands for JavaScript, an easier means for programmers to develop such dynamic interfaces was needed. Thus, JavaScript libraries and JavaScript widget libraries were developed, allowing for developers to concentrate more upon more distinctive applications of Ajax. This has led to other companies and groups, such as Microsoft and Yahoo! developing their own JavaScript-based user interface libraries, which find their way into the web applications developed by these companies. Some JavaScript libraries allow for easier integration of JavaScript with other web development technologies, such as CSS, PHP, Ruby, and Java. While others provide utilities, often in the form of JavaScript functions, to make repetitive and complex tasks less taxing. Many libraries include code t ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Processing (programming Language)
Processing is a free graphical library and integrated development environment (IDE) built for the electronic arts, new media art, and visual design communities with the purpose of teaching non-programmers the fundamentals of computer programming in a visual context. Processing uses the Java language, with additional simplifications such as additional classes and aliased mathematical functions and operations. It also provides a graphical user interface for simplifying the compilation and execution stage. The Processing language and IDE have been the precursor to other projects including Arduino and Wiring. History The project was initiated in 2001 by Casey Reas and Ben Fry, both formerly of the Aesthetics and Computation Group at the MIT Media Lab. In 2012, they started the Processing Foundation along with Daniel Shiffman, who joined as a third project lead. Johanna Hedva joined the Foundation in 2014 as Director of Advocacy. Originally, Processing had used the domain proce55 ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


AngularJS
AngularJS is a discontinued free and open-source JavaScript-based web framework for developing single-page applications. It was maintained mainly by Google and a community of individuals and corporations. It aimed to simplify both the development and the testing of such applications by providing a framework for client-side model–view–controller (MVC) and model–view–viewmodel (MVVM) architectures, along with components commonly used in web applications and progressive web applications. AngularJS was used as the frontend of the MEAN stack, that consisted of MongoDB database, Express.js web application server framework, AngularJS itself (or Angular), and Node.js server runtime environment. As of January 1, 2022, Google no longer updates AngularJS to fix security, browser compatibility, or jQuery issues. The Angular team recommends upgrading to Angular (v2+) as the best path forward, but they also provided some other options. Overview The AngularJS framework worked by fir ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Angular (application Platform)
Angular (also referred to as "Angular 2+") is a TypeScript-based, free and open-source web application framework led by the Angular Team at Google and by a community of individuals and corporations. Angular is a complete rewrite from the same team that built AngularJS. Differences between Angular and AngularJS Google designed Angular as a ground-up rewrite of AngularJS. * Angular does not have a concept of "scope" or controllers; instead, it uses a hierarchy of components as its primary architectural characteristic. * Angular has a different expression syntax, focusing on " for property binding, and "( )" for event binding * Modularity – much core functionality has moved to modules * Angular recommends the use of Microsoft's TypeScript language, which introduces the following features: **Static typing, including Generics ** Type annotations * Dynamic loading * Asynchronous template compilations * Iterative callbacks provided by RxJS. * Support to run Angular application ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


Webix
Webix is a JavaScript/HTML5/CSS3 UI toolkit for developing complex and dynamic cross-platform web applications. Features Webix consists of GUI controls, GUI widget, widgets, complex widgets and online tools: Snippet Tool, Form Builder, and Skin Builder. Webix offers Webix Jet, an open-source microframework for the convenient development of apps using the Webix components. All widgets support drag and drop, offline storage and synchronization, dynamic data loading and paging. They can be initialized from JSON data, HTML markup, XML data, or JavaScript calls. Webix integrates with client-side libraries and frameworks like React (JavaScript library), React, Angular (web framework), Angular and Vue.js, and with the Meteor (web framework), Meteor full-stack framework. Commercial status There are two versions of Webix library: Webix Standard and Webix PRO. Webix Standard is free and open-sourced under the GNU GPLv3 license, but can be used in applications distributed under the M ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  




Verge3D
Verge3D is a real-time renderer and a toolkit used for creating interactive 3D experiences running on websites. Overview Verge3D enables users to convert content from 3D modelling tools (Autodesk 3ds Max and Blender are currently supported) to view a web browser. Verge3D was created by the same core group of software engineers that previously created the Blend4Web framework. Features Verge3D uses WebGL for rendering. It incorporates components of the Three.js library and exposes its API to application developers. ; Puzzles : Application functionality can be added via JavaScript, either by writing code directly or by using Puzzles, Verge3D’s visual programming environment based on Google Blockly. Puzzles is aimed primarily at non-programmers allowing quick creation of interactive scenarios in a drag-and-drop fashion. ; App Manager and web publishing : App Manager is a lightweight web-based tool for creating, managing and publishing Verge3D projects, running on top of the loc ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


Velocity (JavaScript Library)
Velocity is a cross-platform JavaScript library designed to simplify the client-side scripting of website animation. Velocity is free, open-source software licensed under the MIT License. It is the most popular open source web animation engine. Velocity's syntax is designed to make it easier to create complex animations for HTML and SVG elements. In addition to its workflow benefits, Velocity provides animation performance that is competitive with CSS-based animation. Velocity achieves its performance by maintaining an internal cache of animation states and minimizing "layout thrashing," the undesirable behavior that web browsers undergo when visually updating at a fast rate. Altogether, its workflow and performance benefits allow Velocity to be used for sophisticated animation programming that can be integrated into both web and mobile applications. Its broad browser and device support make it ideal for large enterprise distributions that must support low-powered devices. Velo ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


Three
3 is a number, numeral, and glyph. 3, three, or III may also refer to: * AD 3, the third year of the AD era * 3 BC, the third year before the AD era * March, the third month Books * '' Three of Them'' (Russian: ', literally, "three"), a 1901 novel by Maksim Gorky * ''Three'', a 1946 novel by William Sansom * ''Three'', a 1970 novel by Sylvia Ashton-Warner * ''Three'' (novel), a 2003 suspense novel by Ted Dekker * ''Three'' (comics), a graphic novel by Kieron Gillen. * ''3'', a 2004 novel by Julie Hilden * ''Three'', a collection of three plays by Lillian Hellman * ''Three By Flannery O'Connor'', collection Flannery O'Connor bibliography Brands * 3 (telecommunications), a global telecommunications brand ** 3Arena, indoor amphitheatre in Ireland operating with the "3" brand ** 3 Hong Kong, telecommunications company operating in Hong Kong ** Three Australia, Australian telecommunications company ** Three Ireland, Irish telecommunications company ** Three UK, British te ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Teechart
TeeChart is a charting library for programmers, developed and managed by Steema Software of Girona, Catalonia, Spain. It is available as commercial and non-commercial software. TeeChart has been included in most Delphi and C++Builder products since 1997, and TeeChart Standard currently is part of Embarcadero RAD Studio 11 Alexandria. TeeChart Pro version is a commercial product that offers shareware releases for all of its formats, TeeChart Lite for .NET is a free charting component for the Microsoft Visual Studio .NET community and TeeChart for PHP is an open-source library for PHP environments. The TeeChart Charting Library offers charts, maps and gauges in versions for Delphi VCL/ FMX, ActiveX, C# for Microsoft Visual Studio .NET, Java and PHP. Full source code has always been available for all versions except the ActiveX version. TeeChart's user interface is translated into 38 languages. History The first version of TeeChart was authored in 1995 by David Berneda, c ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


SWFObject
SWFObject (originally FlashObject) is an open-source JavaScript library used to embed Adobe Flash content onto Web pages and to protect the flash game against piracy, which is supplied as one small JavaScript file. The library can also detect the installed Adobe Flash Player plug-in in all major web browsers, on all major operating systems (OS), and can redirect the visitor to another webpage or show alternate HTML content if the installed plug-in is not suitable. The library is independent, although related external libraries often integrate with it, such as SWFAddress for deep linking and SWFFit for dynamic content scaling. With the multitude of Flash embedding JavaScript libraries, SWFObject has emerged as the most popular being used by over 2,600,000 websites as of 2011, including high-profile websites such as Ask.com, Windows.com, Time.com, Skype.com, Discovery.com and YouTube. Usage SWFObject provides a reliable method of embedding Flash content into a webpage by inter ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  




Seen
Seen may refer to: * ''Seen'' (album), by Tom Bailey, 2001 * Seen (artist) (born 1961), American graffiti artist * Seen (Winterthur), a district of Winterthur, Switzerland * Shin (letter), or ''Seen'' in Arabic, a Semitic abjad See also * Xian (other), also transliterated as ''Seen'' * Scene (other) Scene (from Greek σκηνή ''skēnḗ'') may refer to: Arts, entertainment, and media Music *Scene (subculture), a youth subculture from the early 2000s characterized by a distinct music and style. Groups and performers * The Scene who recor ...
{{disambiguation ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


RGraph
RGraph is an HTML5 software library for charting written in native JavaScript. It was created in 2008. RGraph started as an easy-to-use commercial tool based on HTML5 canvas only. It became freely available to use under the open-source MIT license and supports more than 50 chart types in both SVG and canvas. License RGraph is published using the Open Source MIT license. Mentions In July 2014, Salesforce made RGraph available to be plugged into the reporting and dashboard tools on its mobile platform. RGraph is among six third-party visualization tools available inside the dashboards, together with Google Charts, D3.js, CanvasJS, Chart.js, and Highcharts. In a book "''Android Cookbook: Problems and Solutions for Android Developers''," RGraph is recommended as an alternative to creating Android charts in pure Java. See also * JavaScript framework * JavaScript library A JavaScript library is a library of pre-written JavaScript code that allows for easier development of ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]