Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

famous

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

famous

A JavaScript framework for everyone who wants to build beautiful experiences on any device.

  • 0.1.2
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
19
decreased by-48.65%
Maintainers
1
Weekly downloads
 
Created
Source

Famo.us

Famo.us provides a JavaScript framework designed to build rich, interactive web applications. Famo.us takes an opinionated approach to web development, maintaining a tight control of rendering to achieve performance. The framework also maintains strict modularity for flexibility. Paired with server-side technology designed to match Famo.us on the front end, you can finally create high quality applications that was once reserved only for native development.

Famo.us is in public beta, and currently optimized to work for mobile devices on iOS 6+ and Android 4.3+. Broader support is coming.

If you have any problems at all, we recommend you join our IRC channel (#famous on Freenode) for live help.

"The only constant is change." — Heraclitus

Installation

Famo.us can be installed in one of two ways:

Grunt Toolbelt

If you would like to get started right away you can install our yeoman generator via npm.

npm install -g yo grunt-cli bower generator-famous
mkdir newProject
cd newProject
yo famous
grunt serve

Preparing your project for distribution is then as simple as:

grunt

Git Submodules (for contributors)

Cloning this repository directly is primarily for those wishing to contribute to our codebase. Check out our contributing instructions to get involved. Since we use git submodules, all subfolders will be unpopulated unless you initialize and update your submodules. To clone from the command line, run

git clone git@github.com:Famous/famous.git
cd famous
git submodule update --init

Note: this only provides the Famo.us folder and all Famo.us code, but it does no application scaffolding. You will additionally need to create your own index.html, and include the famous.css file that is included in famous/core. Require.js is also a hard dependency for using Famo.us.

Famous.git Package

This package contains the submodules necessary to be productive in Famo.us. They are all hosted on our github organization.

SubmoduleDescription
core.gitThe low level componentry of Famo.us, plus the required famous.css stylesheet.
events.gitEvents are used for communication between objects in Famous.
inputs.gitThe inputs library is used to interpret user input to the device.
math.gitA simple math library used throughout the core.
modifiers.gitImplementations of the core/Modifier pattern which output transforms to the render tree.
physics.gitCore engine controlling animations via physical simulation.
surfaces.gitSurfaces extend core/Surface and encapsulate common HTML tags like <img> and <canvas>.
transitions.gitTransitions are used to create animation, usually by providing input to a Modifier.
utilities.gitUtilities hosts various helper classes and static methods.
views.gitViews are visually interactable components for use in applications.
widgets.gitWidgets are small visually interactable components for use in applications with their own styling.

Documentation

Community

  • If you would like to report a bug, please check the issues section in our contributing instructions.
  • Ask a question on our forum (requires login).
  • Join us in our IRC channel #famous at irc.freenode.net. Freenode maintains this getting started guide for those new to irc. If you're new to discussing open-source software development on freenode and you want to ask a question, we recommend that you first read esr's How to Ask Questions the Smart Way.
  • For contributors, read more instructions in the CONTRIBUTING.md document in this repo.

Licensing information

  • Famo.us' client-side development package is licensed under the Mozilla public license version 2.0. More information can be found at Mozilla.
  • Mozilla also maintains an MPL-2.0 FAQ that should answer most questions you may have about the license.
  • Contact us at license@famo.us for further inquiries.

Copyright (c) 2014 Famous Industries, Inc.

FAQs

Package last updated on 23 Jul 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc