Kivy Look and Feel(基维外观和感觉)
问题描述
我正在尝试构建一个外观和感觉清晰明快的 Kivy 应用程序,但默认的 Kivy UI 与我的想法不完全一致?有什么方法可以创建自定义主题来赋予您的 Kivy 应用风格?
这里的这个应用叫做 Pithon,它是用 Kivy 制作的.我到处搜索,但找不到任何关于开发人员如何管理如此干净外观的信息.有人有什么想法吗?
一位名叫 Andrés Rodríguez 的 kivy 开发人员发布了一组基于 google 材料设计原则的小部件.我目前正在自己使用它们,它们肯定使我免于大量工作.您可以在这里找到
单击突出显示的链接,您将找到有关这三个项目的更多信息.
<小时><块引用>Andrés Rodríguez 的 original KivyMD 项目不再维护,但 KivyMD 的分支由 HeaTTheatR.
I am trying to build a Kivy application with a sharp, crisp look and feel but the default Kivy UI is not exactly what I had in mind? Is there any way to create a custom theme to give your Kivy app style?
This app here is called Pithon and it was made from Kivy. I have searched everywhere but I can not find anything on how the developer managed such a clean look. Does anyone have any ideas?
A kivy developer called Andrés Rodríguez released a set of widgets based on google's material design principles. I am currently using them myself and they have surely saved me from alot of work. You can find KivyMD here (see bottom of this answer for more info). Their are some themes also based on the same principles but am yet to try them out one is FlatKivy and another is kivy material ui by Federico Curzel.
Some screenshots for kivyMD,flatkivy and kivy material ui respectively are here.
Click the highlighted links you will find a lot more info about the three projects.
The original KivyMD project by Andrés Rodríguez is no longer maintained but there is active fork of KivyMD by HeaTTheatR.
这篇关于基维外观和感觉的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:基维外观和感觉
基础教程推荐
- 在Python中从Azure BLOB存储中读取文件 2022-01-01
- Plotly:如何设置绘图图形的样式,使其不显示缺失日期的间隙? 2022-01-01
- 无法导入 Pytorch [WinError 126] 找不到指定的模块 2022-01-01
- 求两个直方图的卷积 2022-01-01
- PermissionError: pip 从 8.1.1 升级到 8.1.2 2022-01-01
- PANDA VALUE_COUNTS包含GROUP BY之前的所有值 2022-01-01
- 使用大型矩阵时禁止 Pycharm 输出中的自动换行符 2022-01-01
- 修改列表中的数据帧不起作用 2022-01-01
- 包装空间模型 2022-01-01
- 在同一图形上绘制Bokeh的烛台和音量条 2022-01-01
