Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ログ #1

Open
renamoo opened this issue Aug 14, 2021 · 1 comment
Open

ログ #1

renamoo opened this issue Aug 14, 2021 · 1 comment

Comments

@renamoo
Copy link
Owner

renamoo commented Aug 14, 2021

エディタの実装について

・Inputから目数などを入力する形を考えていたが、ドラッグドロップなどの方法もある。円形四角形以外の形も考えるとすると、ペイントソフトのようになぞった部分にあみ図記号が当てられる方が使いやすく取り回しやすそう

実装ベースについて

・SVGはグリッドを簡単に書けるが、クリックなどのイベントからユーザーの意図したマス目を逆算することが難しい。なぜなら、グリッドのズームやスクロールをする可能性があるので相対的な位置が分かってもマス目の高さの取得などもしないといけないから。グリッドの各マスからイベントが取得できた方が圧倒的に良いので、DOMかpixiでできるならpixiになりそう

@renamoo
Copy link
Owner Author

renamoo commented Sep 19, 2021

PIXI.jsのイベントについて

  • オブジェクトの参照が使い回しだからちゃんと値を保存しておかないとドラッグ前と後で差分が0になったりする

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant