Code Monkey home page Code Monkey logo

track_pad_drawing's Introduction

お絵描きサイト、ソフト

macのトラックパットで絵を描くことを想定したアプリケーションです。
押し込むと書きづらいという問題を解決するために、特定のキーボードを押している間は指を動かすだけで絵が描けるようにしました。

リンク

web版

https://track-pad-drawing.harukifreedomein.tk/

pcアプリ版

https://github.com/hapchoke/track_pad_drawing/blob/master/out/make/zip/darwin/x64/track_pad_drawing-darwin-x64-1.0.0.zip
をダウンロードし、解答することでpcのアプリとして使えます。

開発元が未確認なのでダブルクリックでは開けないはず、開く方法を2つ紹介

1 finderからアプリケーションアイコンを2本指でクリックまたはタップし、ショートカットメニューから開く
2 コードからアプリをパッケージ化する
    コード全体をcloneして、ターミナルでpackage.jsonと同階層に移動
    $npm install
    $npm run make
    できたtrack-pad-drawing/out/make/zip/darwin/x64/track_pad_drawing-darwin-x64-1.0.0.zip
    を解答するとアプリとして使える

機能一覧

  • キーボード押し込みによる線画
  • トラックパッド押し込みによる線画
  • 線の太さの変更
  • キャンバスサイズの変更
  • 入力用キーの変更
  • パレットの使用
  • 色の変更、スライダーとカラーピッカー
  • 解説表示
  • キャンバスの内容初期化
  • キャンバスの内容のダウンロード

使用技術

html/css/javascript, aws s3/cloudfront/route53, electron/electron-forge

track_pad_drawing's People

Contributors

hapchoke avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.