21 projects tagged "JavaScript library"
SIM.JS is a general-purpose Discrete Event Simulation library fully capable of running in a Web browser. It provides constructs for creating Entities which are the active actors in a system, and encapsulates the state and logic of a system's components. Entities contend for resources, which can be Facilities (supports FIFO, LIFO with preemption and Processor Sharing service disciplines), Buffers, and Stores. Entities communicate by waiting on Events or by sending Messages. Statistics recording and analysis is provided by Data Series Statistics, Time Series Statistics, and Population Statistics. A random number library generates seeded random variates from various distributions, including uniform, exponential, normal, gamma, Pareto, and others.
ComponentJS is a stand-alone library for JavaScript, providing a run-time component system for hierarchically structuring the user interface (UI) dialogs of complex HTML5-based rich clients (aka single-page-apps) under maximum applied Separation of Concerns (SoC) architecture principle, through optional Model, View and Controller component roles, with sophisticated hierarchical Event, Service, Hook, Model, Socket and Property mechanisms, and fully independent and agnostic of the particular UI widget toolkit.
BoardJS is a JavaScript library that simplifies the way of making interactive presentations, stories, and ads. The library works by writing commands such as adding text and images, moving objects, and showing tooltips; once the .go() function is called, commands will be executed one by one. The list of commands will be interpreted in the library as a timeline. It is optimized and fast, is cross-browser and cross-platform, changes the presentation without refreshing the page, applies commands to more than one object at a time, makes it easy to update presentations, uses only HTML, JavaScript, and CSS, and allows multiple shows in the same page.
taccGL is a JavaScript library and framework that animates HTML elements in 2D and 3D using the GPU accelerated canvas (WebGL) with a fallback to the HTML5 2D canvas. It provides functions for moving in 3D space, accelerating, rotating, morphing, and mapping on 3D objects, and blending and fading HTML elements. Animations mostly run inside the GPU and are implemented in the C-like shader language GLSL.
hpdf.js is a scrip to create PDFs in your browser (it is a port of libharu). Existing projects with the same goal lack a lot of features (e.g. custom fonts). hpdf.js supports custom fonts (Type1 and TTF), PNG, JPEG, and RAW images, password protection, text and link annotations, outlines, drawing function (lines, cycles etc.), encoding support, and more.
DHTMLX delivers a rich set of JavaScript UI components, including a powerful datagrid, trees, tabs, menus, forms, calendars, and more. The components can easily be integrated into a single Web application interface, which allows Web developers to build Web app interfaces faster. The library comes with HTML5-based charts, allowing developers to generate different types of charts, including line, area, scatter, bar, pie, etc. There is special Connector extension which simplifies integration with the server side for PHP, Java, ASP.NET, and ColdFusion. The supported browsers include Internet Explorer, Firefox, Safari, Chrome, and Opera.