Git Product home page Git Product logo

core's Introduction

Core: Famous core libraries Build Status

The low level componentry of Famo.us, including the required CSS stylesheet.

Files

  • Context.js: The top-level container for a Famo.us-renderable piece of the document.
  • ElementAllocator.js: Internal helper object to Context, which handles the process of creating and allocating document elements for use in Surfaces (for internal engine only).
  • Engine.js: The singleton object initiated upon process startup which manages all active Contexts, runs the render dispatch loop, and acts as a listener and dispatcher for events.
  • Entity.js: A singleton that maintains a global registry of rendered surfaces (for internal engine only).
  • EventEmitter.js: EventEmitter represents a channel for events.
  • EventHandler.js: EventHandler forwards received events to a set of provided callback functions. It allows events to be captured, processed, and optionally piped through to other event handlers.
  • Group.js: An internal Context designed to contain surfaces and set properties to be applied to all of them at once (for internal engine only).
  • Modifier.js: A collection of visual changes to be applied to another renderable component.
  • OptionsManager.js: A collection of methods for setting options which can be extended onto other classes.
  • RenderNode.js: A wrapper for inserting a renderable component (like a Modifer or Surface) into the render tree.
  • Scene.js: Builds and renders a scene graph based on a declarative structure definition.
  • SpecParser.js: This object translates the rendering instructions that renderable components generate into document update instructions (for internal engine only).
  • Surface.js: A base class for viewable content and event targets inside an application.
  • Transform.js: A high-performance matrix math library used to calculate affine transforms on surfaces and other renderables.
  • View.js: Useful for quickly creating elements within applications with large event systems.
  • ViewSequence.js: Helper object used to iterate through items sequentially. Used in views that deal with layout.

Documentation

Maintainer

License

Copyright (c) 2014 Famous Industries, Inc.

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

core's People

Contributors

andrewdeandrade avatar dmvaldman avatar fettermania avatar ftripier avatar gr4ym4n avatar jhurliman avatar marklu avatar thecontrarian avatar zgardner avatar

Stargazers

 avatar

Watchers

 avatar  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.