当前位置:网站首页>Create your first Kivy program Hello word (tutorial includes source code)
Create your first Kivy program Hello word (tutorial includes source code)
2022-07-03 01:18:00 【Knowledge fatness】
Kivy Complete tutorial How to use Kivy stay Python Build iOS Applications
Use Kivy In the framework of Python Build iOS A guide to the application .
Once wanted to build without learning a new language iOS Applications ? Want to break into iOS Application market , Not necessarily in MacBook Shelve on 1000 dollar ? If one or all of the above applies to you ,Kivy Maybe it's just the solution to your problem !
What is? kivy ?
Kivy It's a Python frame , Can be used to build iOS and Android Applications .Kivy It's open source Python library , For rapid development of applications utilizing innovative surfaces , For example, multi touch applications .
It is 100% Free to use .Kivy The framework is stable , And there are perfect API, And a programming guide to help you get started .
Kivy By Kivy The main framework of organizational development , And apply to Android Of Python、Kivy iOS Developed with several other libraries designed for all platforms .2012 year ,Kivy from Python The software foundation won 5000 Dollar funding , Used to migrate it to Python 3.3.Kivy It also supports the adoption of Bountysource Subsidized Raspberry Pi.
The framework contains all the elements of building the application , for example :
- Yes, mouse 、 keyboard 、TUIO And extensive input support for operating system specific multi touch events .
- Use only OpenGL ES 2 And based on vertex buffer object graphics library .
- Various widgets that support multi touch .
- An intermediate language is called KV, Can be used to easily design custom widgets .
Set up and install
Set on local machine Kivy The library is not difficult .Kivy The official website provides documents about how to set up the Library .
边栏推荐
- Assets, vulnerabilities, threats and events of the four elements of safe operation
- Usage of using clause in kingbases alter table
- How wide does the dual inline for bread board need?
- 2022 cable crane driver examination registration and cable crane driver certificate examination
- Excel removes the data after the decimal point and rounds the number
- 【C语言】分支和循环语句(上)
- Database SQL language 02 connection query
- [AUTOSAR VI description document]
- kivy教程之在 Kivy App 中使用 matplotlib 的示例
- Now that the teenager has returned, the world's fireworks are the most soothing and ordinary people return to work~
猜你喜欢
随机推荐
(C language) data storage
Now that the teenager has returned, the world's fireworks are the most soothing and ordinary people return to work~
攻克哈希的基本概念与实现
leetcode:871. Minimum refueling times [Pat has done before + maximum stacking + greed]
Solve the cache problem of reactnative using WebView
[AUTOSAR 11 communication related mechanism]
Machine learning terminology
leetcode 2097 — 合法重新排列数对
Daily topic: movement of haystack
Data analysis, thinking, law breaking and professional knowledge -- analysis method (I)
How wide does the dual inline for bread board need?
excel表格计算时间日期的差值,并转化为分钟数
Merge K sorted linked lists
leetcode:701. Insertion in binary search tree [BST insertion]
Database SQL language 01 where condition
Key wizard play strange learning - multithreaded background coordinate recognition
1038 Recover the Smallest Number
Embrace the safety concept of platform delivery
Usage of using clause in kingbases alter table
Cut point of undirected graph







![[untitled]](/img/fd/f6b90536f10325a6fdeb68dc49c72d.png)

