Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Talk about "clg" color list generator.
Search
griffin-stewie
July 21, 2015
Technology
1
450
Talk about "clg" color list generator.
関モバ #4
http://kanmoba.connpass.com/event/16940/
griffin-stewie
July 21, 2015
Tweet
Share
More Decks by griffin-stewie
See All by griffin-stewie
How I develop a Sketch Native Plugin
griffin_stewie
0
710
Boost your App Dev using Sketch
griffin_stewie
0
300
Take a peep at .app
griffin_stewie
0
440
Lightweight Markup Language to PDF
griffin_stewie
1
600
ドキュメント作成どうしてる?
griffin_stewie
0
610
Pitfalls of PhotoKit
griffin_stewie
0
260
Tips for Apple Watch.
griffin_stewie
0
810
JSON をそこそこ見やすくする CUI ツールを Objective-C で作ったときの話
griffin_stewie
1
580
Other Decks in Technology
See All in Technology
Rubyで作る論理回路シミュレータの設計の話 - Kashiwa.rb #12
kozy4324
1
290
名刺メーカーDevグループ 紹介資料
sansan33
PRO
0
770
Amplifyとゼロからはじめた AIコーディング 成果と展望
mkdev10
1
220
Long journey of Continuous Delivery at Mercari
hisaharu
1
210
「実体」で築く共通認識: 開発現場のコミュニケーション最適化 / Let's Get on the Same Page with Concrete Artifacts: Optimization of Communication in dev teams
kazizi55
0
140
Contract One Engineering Unit 紹介資料
sansan33
PRO
0
6.4k
doda開発 生成AI元年宣言!自家製AIエージェントから始める生産性改革 / doda Development Declaration of the First Year of Generated AI! Productivity Reforms Starting with Home-grown AI Agents
techtekt
0
140
vLLM meetup Tokyo
jpishikawa
1
210
TerraformをSaaSで使うとAzureの運用がこんなに楽ちん!HCP Terraformって何?
mnakabayashi
0
120
AIにどこまで任せる?実務で使える(かもしれない)AIエージェント設計の考え方
har1101
3
1k
堅牢な認証基盤の実現 TypeScriptで代数的データ型を活用する
kakehashi
PRO
2
220
In Praise of "Normal" Engineers (LDX3)
charity
2
860
Featured
See All Featured
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
2.8k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
26k
Build The Right Thing And Hit Your Dates
maggiecrowley
36
2.7k
Large-scale JavaScript Application Architecture
addyosmani
512
110k
Testing 201, or: Great Expectations
jmmastey
42
7.5k
Building an army of robots
kneath
306
45k
Speed Design
sergeychernyshev
30
990
Building Applications with DynamoDB
mza
95
6.4k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
657
60k
Optimising Largest Contentful Paint
csswizardry
37
3.3k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
43
2.4k
GraphQLの誤解/rethinking-graphql
sonatard
71
11k
Transcript
clg @griffin_stewie
Fenrir Inc. @griffin_stewie
How do you get inputs about colors from your designers?
https://flic.kr/p/5BUhTc
From Designer • Specification Document • #FF5722 • r:255, g:87,
b34 • Pick it by your self
How do you apply colors? https://flic.kr/p/rohX3a
Storyborads • Using Color Picker • Painfull
Code • Category • Extension
Storyboard VS Code • Sometimes color is not same
How about Androids? https://flic.kr/p/9vSR9i
Who cares? http://images.sodahead.com/polls/0/0/0/6/8/0/4/6/5/polls_who_cares_4800_920100_poll.jpeg
I care
Use “clg” https://flic.kr/p/5YWuWk
What is “clg”? • Generate code from ASE file •
a.k.a. "Adobe Swatch Exchange" • Swift extension Code • Objective-C category code • Android’s colors.xml
What is `clg`? • Generate JSON file as definition file
• git friendly
What is `clg`? • Generate clr file • Storyboard friendly
• Easy to recognize what color is
Color Picker
Swift
Objective-C
Android
https://github.com/griffin- stewie/clg