Skip to content
This repository has been archived by the owner on Jun 3, 2022. It is now read-only.

material-foundation/material-remixer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DEPRECATED

Remixer is no longer in active development. It was an experiment by the Material Design team at Google, which we may return to some day, but at this time we have no plans to continue development here.

For more information about the projects we're actively working on, please visit:

material.io


Remixer allows you to easily define UI variables in your app that can be adjusted while it is running. This can help you and your team to iterate very quickly on design issues because you don't need to rebuild or even restart your app to see the changes reflected.

Remixer is available in three platforms (Android, iOS and JavaScript) and all of them support setting up a Remote Controller that lets you change variables from a web dashboard.

Project Continuous Integration Code Coverage Release
Android TravisCI Build Status CircleCI Build Status codecov Release
iOS Build Status codecov CocoaPods
JavaScript Build Status codecov npm version
Remote Controller Build Status npm version

Variables

A Remixer variable has a unique key associated with it, and can be of type Boolean, Color, Number or String.

Variables support being constrained to a limited set of values to give you better control of what can change. Numeric variables can also be configured as continuous or discrete ranges.

Web Remote Controller

Remixer can be configured to use a Remote Controller. In this mode your variables can be changed from outside the app, allowing you to collaborate with other people and keep your UI free of overlays. Make sure to check out the Remote Controller repo to learn more about this feature.

For details on how to set up this mode in your app, please visit one of the platform specific repos.

Is Material Foundation affiliated with Google?

Yes, the material-foundation organization is one of Google's new homes for tools and frameworks related to our Material Design system. Please check out our blog post Design is Never Done for more information regarding Material Design and how Remixer integrates with the system.

Contributing

We gladly welcome contributions! If you have found a bug, have questions, or wish to contribute, please follow our Contributing Guidelines.

License

© Google, 2016. Licensed under an Apache-2 license.

About

A set of cross-platform libraries and protocols to allow the sharing of design values and live refinement of apps during the development process.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published