Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
A JavaScript framework for everyone who wants to build beautiful experiences on any device.
Welcome to the Famo.us GitHub repo. If you are interested in evaluating Famo.us, we are now in open beta.
RESOURCE | LINK |
---|---|
DOWNLOAD | Famo.us Starter Kit |
LEARN | Famo.us University |
DOCS | Documentation |
HELP | IRC Channel |
DEMOS | Mobile Interactive Demos (built by the community) |
ANGULAR INTEGRATION | ng.us |
Famo.us is a free and open source JavaScript platform for building mobile apps and desktop experiences. What makes Famo.us unique is its JavaScript rendering engine and 3D physics engine that gives developers the power and tools to build native quality apps and animations using pure JavaScript. Famo.us runs on iOS, Android, Kindle and Firefox devices and integrates with Angular, Backbone, Meteor and Facebook React. Famo.us University is a free live coding classroom that teaches all levels of developers how to utilize Famo.us to build beautiful experiences on every screen.
To get up and running quickly, download our starter kit. We've loaded it with examples, demos, reference documentation, and higher-level guides.
If you would like to scaffold an app with Famo.us from the command line, 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
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 path/to/folder
cd path/to/folder
git submodule update --init
Or clone with the --recursive
flag for a conveninent the one-liner
git clone git@github.com:Famous/famous.git --recursive path/to/folder
Note: cloning only provides the Famo.us folder with 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 currently a hard dependency for using Famo.us.
This package contains the submodules necessary to be productive in Famo.us. They are all hosted on our github organization.
Submodule | Description |
---|---|
core.git | The low level componentry of Famo.us, plus the required famous.css stylesheet. |
events.git | Events are used for communication between objects in Famous. |
inputs.git | The inputs library is used to interpret user input to the device. |
math.git | A simple math library used throughout the core. |
modifiers.git | Implementations of the core/Modifier pattern which output transforms to the render tree. |
physics.git | Core engine controlling animations via physical simulation. |
surfaces.git | Surfaces extend core/Surface and encapsulate common HTML tags like <img> and <canvas> . |
transitions.git | Transitions are used to create animation, usually by providing input to a Modifier. |
utilities.git | Utilities hosts various helper classes and static methods. |
views.git | Views are visually interactable components for use in applications. |
widgets.git | Widgets are small visually interactable components for use in applications with their own styling. |
Copyright (c) 2014 Famous Industries, Inc.
FAQs
Famous Engine =================
The npm package famous receives a total of 39 weekly downloads. As such, famous popularity was classified as not popular.
We found that famous demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
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.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.