「App:Library:LVGL:docs:Roadmap」の版間の差分
提供: robot-jp wiki
ナビゲーションに移動検索に移動 (ページの作成:「https://docs.lvgl.io/8.2/ROADMAP.html __NOTOC__ {| class="wikitable" !英文 !自動翻訳 |- | | |- | | |- | | |- | | |- | | |- | | |- | | |- | | |}」) |
|||
| (同じ利用者による、間の7版が非表示) | |||
| 7行目: | 7行目: | ||
| | | | ||
| | | | ||
| + | |} | ||
| + | |||
| + | = Roadmap = | ||
| + | {| class="wikitable" | ||
| + | !英文 | ||
| + | !自動翻訳 | ||
|- | |- | ||
| | | | ||
| − | | | + | This is a summary for planned new features and a collection of ideas. This list indicates only the current intention and it can be changed. |
| + | |これは、計画されている新機能とアイデアのコレクションの要約です。このリストは現在の意図のみを示しており、変更することができます。 | ||
| + | |} | ||
| + | |||
| + | == v8.2 == | ||
| + | {| class="wikitable" | ||
| + | !英文 | ||
| + | !自動翻訳 | ||
|- | |- | ||
| | | | ||
| − | + | See [https://github.com/lvgl/lvgl/issues/2790 '''#2790'''] | |
| − | + | |'''#2790'''を参照 | |
| − | + | |} | |
| − | | | + | |
| − | | | + | == Ideas == |
| − | + | {| class="wikitable" | |
| − | + | !英文 | |
| − | | | + | !自動翻訳 |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
|- | |- | ||
| | | | ||
| + | * Reconsider color format management for run time color format setting, and custom color format usage. (Also [https://github.com/lvgl/lvgl/issues/1722 '''RGB888''']) | ||
| + | * Make gradients more versatile | ||
| + | * Image transformations matrix | ||
| + | * Switch to RGBA colors in styles | ||
| + | * Consider direct binary font format support | ||
| + | * Simplify <code style="color: #bb0000;">'''group'''</code>s. Discussion is [https://forum.lvgl.io/t/lv-group-tabindex/2927/3 '''here''']. | ||
| + | * lv_mem_alloc_aligned(size, align) | ||
| + | * Text node. See [https://github.com/lvgl/lvgl/issues/1701#issuecomment-699479408 '''#1701'''] | ||
| + | * CPP binding. See [https://forum.lvgl.io/t/is-it-possible-to-officially-support-optional-cpp-api/2736 '''Forum'''] | ||
| + | * Optimize font decompression | ||
| + | * Need static analyze (via coverity.io or something else) | ||
| + | * Support dot_begin and dot_middle long modes for labels | ||
| + | * Add new label alignment modes. [https://github.com/lvgl/lvgl/issues/1656 '''#1656'''] | ||
| + | * Support larger images: [https://github.com/lvgl/lvgl/issues/1892 '''#1892'''] | ||
| + | * Curved text on path | ||
| + | * Variable binding improvements like Redux? | ||
| + | * Functional programming support, pure view? See [https://www.freecodecamp.org/news/the-revolution-of-pure-views-aed339db7da4/ '''here'''] | ||
| + | * Circle layout. See [https://github.com/lvgl/lvgl/issues/2871 '''#2871'''] | ||
| | | | ||
| + | * 実行時のカラーフォーマット設定とカスタムカラーフォーマットの使用法について、カラーフォーマット管理を再検討してください。('''RGB888'''も) | ||
| + | * グラデーションをより用途の広いものにする | ||
| + | * 画像変換行列 | ||
| + | * スタイルでRGBAカラーに切り替える | ||
| + | * 直接バイナリフォント形式のサポートを検討する | ||
| + | * を単純化し<code>'''group'''</code>ます。議論は'''ここに'''あります。 | ||
| + | * lv_mem_alloc_aligned(size、align) | ||
| + | * テキストノード。'''#1701'''を参照[https://github.com/lvgl/lvgl/issues/1701#issuecomment-699479408] | ||
| + | * CPPバインディング。'''フォーラム'''を見る[https://forum.lvgl.io/t/is-it-possible-to-officially-support-optional-cpp-api/2736] | ||
| + | * フォントの解凍を最適化する | ||
| + | * 静的分析が必要(coverity.ioまたは他の何かを介して) | ||
| + | * ラベルのdot_beginおよびdot_middleロングモードをサポート | ||
| + | * 新しいラベル配置モードを追加します。'''#1656''' | ||
| + | * より大きな画像をサポート:'''#1892''' | ||
| + | * パス上の湾曲したテキスト | ||
| + | * Reduxのような変数バインディングの改善? | ||
| + | * 関数型プログラミングのサポート、純粋なビュー?こちらをご覧'''ください''' | ||
| + | * サークルレイアウト。'''#2871'''を参照 | ||
|} | |} | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | :[[App:Library:LVGL#Roadmap|戻る : Previous]] | ||
2022年6月28日 (火) 13:09時点における最新版
https://docs.lvgl.io/8.2/ROADMAP.html
| 英文 | 自動翻訳 |
|---|---|
Roadmap
| 英文 | 自動翻訳 |
|---|---|
|
This is a summary for planned new features and a collection of ideas. This list indicates only the current intention and it can be changed. |
これは、計画されている新機能とアイデアのコレクションの要約です。このリストは現在の意図のみを示しており、変更することができます。 |
v8.2
| 英文 | 自動翻訳 |
|---|---|
|
See #2790 |
#2790を参照 |
Ideas
| 英文 | 自動翻訳 |
|---|---|
|
|