Implement Metal renderer for MacVim
まだ誰も着手していません。
評価
- 難易度
- 5/5
- 見積もり時間
- 1週間以上
- 初心者へのやさしさ
- 22/100
- issue の種類
- 機能追加
- 明瞭さ
- 説明が足りない
- 活発さ
- 停滞
- 技術スタック
- macos, vim
調査の方向性
まず、issue #858 で説明されているレンダリング作業と、#1259 で指摘されているパフォーマンス上の懸念を確認し、その後、現在の MacVim のソフトウェアレンダリング経路を調査します。Metal ベースのレンダラーが滑らかなネイティブスクロールをサポートし、ここで言及されている下流のアニメーション機能に必要なレンダリング基盤を提供できれば、issue は完了です。
索引モデルが issue の本文から書いたものです。
説明
We should implement a Metal-based text renderer for MacVim. #858 fixed a lot of the issues with the previous way MacVim rendered text and laid the grounds work by storing the buffer of the text so it could be redrawn. However, it is not as fast as it could be because it relies on software rendering and on scrolling (or other events) it needs to redraw quite a fair amount of texts, leading to scrolling not being as smooth as it could be.
Implementing a proper Metal renderer would allow us to get the native scrolling performance back as it's trivial to submit redraws.
There are also other downstream features (some in experimentation) that would need the Metal renderer to work properly. For example, if we want per-pixel scrolling (#273), we need a high-enough frame rate to be able to generate a smooth animation. Other special animation effects such as locating cursors, or cursor animations would all benefit from a Metal renderer.
Also see #1259 for performance issue with it.
- 主要言語
- Vim Script
- スター
- 7.9k
- フォーク
- 691
- PR マージ指標
- 30日以内にマージされた PR はありません
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
macvim-dev/macvim のほかの issue
-
難易度 2/5 1〜3時間 初心者へのやさしさ 68/100
macvim-dev/macvim#1697 · コメント 5 件 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 76/100
macvim-dev/macvim#1658 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 76/100
macvim-dev/macvim#1657 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 76/100
macvim-dev/macvim#1655 ·
-
難易度 2/5 半日 初心者へのやさしさ 72/100
macvim-dev/macvim#1653 ·
macvim-dev/macvim の issue をすべて見る
似ている issue
-
難易度 2/5 1〜3時間 初心者へのやさしさ 70/100
google-deepmind/mujoco_warp#1694 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 70/100
google/libultrahdr#485 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
godotengine/godot#123776 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 65/100
-
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
KhronosGroup/glTF-Blender-IO#2770 ·