GithubHelp home page GithubHelp logo

vanhelgen / fusejs Goto Github PK

View Code? Open in Web Editor NEW

This project forked from paulirish/fusejs

0.0 2.0 0.0 1.5 MB

Alpha version of FuseJS

Home Page: http://www.fusejs.com/

License: Other

Ruby 2.03% JavaScript 97.08% CSS 0.89%

fusejs's Introduction

FuseJS

About Alpha

FuseJS is currently in alpha. This means we are feature/API incomplete and buggy. This release is not intended for production use.

Introduction

Most popular JavaScript frameworks share similar features and functionality such as DOM manipulation, event registration, and CSS selector engines. FuseJS attempts to incorporate the strengths of these frameworks into one stable, efficient, and optimized core JavaScript framework.

FuseJS is the first JavaScript framework to use cross-browser/environment sandboxed natives. This allows FuseJS to extend Array, String, Number, Date, and RegExp object prototypes without polluting the native objects of the host environment.

FuseJS emphasizes browser capability testing, method forking, and lazy method definitions for maintainability and performance. FuseJS also adheres to ECMA 2.62 (5th edition) specifications. FuseJS is designed to eventually allow customized builds, including one of seven supported CSS selector engines. FuseJS is released under the MIT license and will have in-line documentation/minification support.

FuseJS will be able emulate other frameworks1 by creating a shell of the target framework and mapping all API calls to FuseJS's core. As more frameworks are emulated FuseJS will gain bug fixes and features which are shared between all emulated frameworks. Because of FuseJS's optimized core each emulated framework should, as a whole, perform better than their official counterpart. In most cases a developer could simply replace a supported client-side framework with FuseJS + emulation layer and receive instant performance and stability gains while continuing to use the framework API they are familiar with.

Targeted platforms

FuseJS currently targets the following platforms:

  • Microsoft Internet Explorer for Windows, version 6.0 and higher
  • Mozilla Firefox 1.5 and higher
  • Apple Safari 2.0.0 and higher
  • Google Chrome 1.0 and higher
  • Opera 9.25 and higher

Building FuseJS from source

fuse.js is a composite file generated from many source files in the src/ directory. To build FuseJS, you'll need:

From the root FuseJS directory,

  • rake dist will preprocess the FuseJS source using ERB and generate the composite dist/fuse.js.

Contributing to FuseJS

Check out the FuseJS source with $ git clone git://github.com/jdalton/fusejs.git $ cd fusejs $ git submodule init $ git submodule update

Footnotes

  1. PrototypeJS emulation will be supported in beta. โ†ฉ

fusejs's People

Contributors

jdalton avatar sstephenson avatar tobie avatar madrobby avatar savetheclocktower avatar jgornick avatar paulirish avatar

Watchers

 avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.