https://github.com/BafS/Material-Colors-native
Material Colors - A React Native App to Select Material Colors for macOS.
https://github.com/BafS/Material-Colors-native
app design macos material material-colors tools
Last synced: 8 months ago
JSON representation
Material Colors - A React Native App to Select Material Colors for macOS.
- Host: GitHub
- URL: https://github.com/BafS/Material-Colors-native
- Owner: BafS
- Created: 2016-03-28T01:10:09.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-01-01T16:34:52.000Z (almost 2 years ago)
- Last Synced: 2025-03-23T04:17:38.084Z (8 months ago)
- Topics: app, design, macos, material, material-colors, tools
- Language: JavaScript
- Homepage:
- Size: 679 KB
- Stars: 267
- Watchers: 5
- Forks: 23
- Open Issues: 3
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
- open-source-mac-os-apps - Material Colors Native - Choose your Material colours and copy the hex code. ![objective_c_icon] (Applications / Graphics)
- awesome_design_tools - Material Colors Native - Design-Tools/blob/master/Media/free.svg)   (Table of Content / Color Picker Tools)
- Awesome-Design-Tools - Material Colors Native - Design-Tools/blob/master/Media/free.svg)   (Table of Content / Color Picker Tools)
- fucking-Awesome-Design-Tools - Material Colors Native - jpv/fucking-Awesome-Design-Tools/blob/master/Media/free.svg)   (Table of Content / Color Picker Tools)
README
# Material Colors Native
Material Colors Native App for OS X
> [Download the app](https://github.com/BafS/Material-Colors-native/releases/download/v0.3.0/materialcolors.app.zip)
Heavily inspired by [MaterialColorsApp
](https://github.com/romannurik/MaterialColorsApp).
Build with [react-native-macos
](https://github.com/microsoft/react-native-macos).
> Choose your color and click to copy the color code
# Why ?
To test react-native-desktop and also MaterialColorsApp is OS X only so why use [Electron](http://electron.atom.io) ? This resulted in a ~114 Mo app vs ~2.5 Mo for this native one.
## Running this app
```
git clone https://github.com/BafS/Material-Colors-native.git
cd Material-Colors-native
npm install
```
- Open `osx/MaterialColors.xcodeproj` in Xcode
- Hit the *Run* button