2020-07-24 21:49:44 +02:00
# Roadmap
2021-05-18 11:07:01 +02:00
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.
2020-07-24 21:49:44 +02:00
2021-06-28 15:03:12 +02:00
## v8.2
2021-11-22 12:04:22 +01:00
See [#2790 ](https://github.com/lvgl/lvgl/issues/2790 )
2021-05-18 11:07:01 +02:00
## Ideas
- Reconsider color format management for run time color format setting, and custom color format usage. (Also [RGB888 ](https://github.com/lvgl/lvgl/issues/1722 ))
- Make gradients more versatile
2021-11-22 12:04:22 +01:00
- Image transformations matrix
2021-05-18 11:07:01 +02:00
- Switch to RGBA colors in styles
- Consider direct binary font format support
- Simplify `group` s. Discussion is [here ](https://forum.lvgl.io/t/lv-group-tabindex/2927/3 ).
- lv_mem_alloc_aligned(size, align)
- Text node. See [#1701 ](https://github.com/lvgl/lvgl/issues/1701#issuecomment-699479408 )
- CPP binding. See [Forum ](https://forum.lvgl.io/t/is-it-possible-to-officially-support-optional-cpp-api/2736 )
- Optimize font decompression
- Need static analyze (via coverity.io or somehing else)
- Support dot_begin and dot_middle long modes for labels
- Add new label alignment modes. [#1656 ](https://github.com/lvgl/lvgl/issues/1656 )
- Support larger images: [#1892 ](https://github.com/lvgl/lvgl/issues/1892 )
2021-11-22 12:04:22 +01:00
- Curved text on path
- Varaible binding impromevments like Redux?
- Functional programming support, pure view? See [here ](https://www.freecodecamp.org/news/the-revolution-of-pure-views-aed339db7da4/ )
2022-01-04 15:32:35 +01:00
- Circle layout. See [#2871 ](https://github.com/lvgl/lvgl/issues/2871 )