タグ

2017年12月11日のブックマーク (2件)

  • ‎ViewTe - The Webview Tester

    ViewTe enables web designers and developers to test web applications in real world webview environment. Using ViewTe is straightforward. Just type in your web application's URL and check how your users will see it in any of these environments on iOS: * UIWebView * WKWebView * SFSafariViewController

    ‎ViewTe - The Webview Tester
    anton072
    anton072 2017/12/11
    Webviewのテスターアプリ
  • 第2回 インタラ会 資料 - devdev Inc. / works

    インタラ会のおさらい ・インタラクティブコンテンツを作るための小技を共有する ・その小技を使った作品をつくる ・小技の数学的説明はしない。作品を作ることを重視する 第2回のテーマ「反復」 ・動作をいい感じに繰り返す いい感じに繰り返す ・Math.sin()とMath.cos()を使う ・引数に角度(ラジアン)を渡すと、-1から1をいい感じに返してくれる ・コツは数学(三角関数)として考えない ・繰り返すやつ = Math.sin()を使う。くらいの感覚 ・引数はラジアンだけど、基「度」で考える ・引数で渡す際に機械的にラジアンに変換する関数をかますなど、ラジアンを意識しない工夫をする Math.sin(radian) ・0度と180度と360度のとき0を返す ・90度のとき1を返す ・270度のとき-1を返す Math.cos(radian) ・上のsinのカーブを左側に90度だけずら

    第2回 インタラ会 資料 - devdev Inc. / works
    anton072
    anton072 2017/12/11
    三角関数とかの実践的な使い方