UI to take a snapshot of a running program.
オープン
enhancement
- 主要言語
- Haskell
- スター
- 1.3k
- フォーク
- 201
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
Users in most browsers can right-click on pictures and "Save Image As..." to save an image from their code. However, there are weaknesses:
1. Resolution is determined by the browser window.
2. Hovering over a `drawingOf` program makes debug controls appear, and it's not obvious how to get rid of them.
Instead, we should extend the button that currently records video to be able to grab a static image as well. Ideally, you'd get a choice of image size, though that's not necessary.
コントリビューションガイド
調査の方向性
動画を記録する既存のボタンから始めて、ブラウザーで実行中の drawingOf プログラムとどのように連携しているかを追跡します。ホバー中にデバッグコントロールがどのように表示されるか、また現在のレンダリングが保存用にどのように公開されているかを確認します。完了条件は、ボタンでそれらのコントロールなしの静止画像をキャプチャできることです。可能であれば、画像サイズも選択できるようにします。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- haskell
- 領域
- frontend
- issue の種類
- 機能追加
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 45/100