Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 90b7972

Browse files
committed
add kivy to project list
1 parent 55b2a19 commit 90b7972

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

index.html

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -547,6 +547,44 @@ <h2>Project Ideas</h2>
547547
</td>
548548
<tr><td colspan="2" class="good">Status: Ideas page in progress</td></tr>
549549
</tr>
550+
<tr>
551+
<!-- Logo -->
552+
<td rowspan="4" class="logo">
553+
<img src="https://kivy.org/logos/kivy-logo-black-64.png"
554+
width="128px"></td>
555+
<!-- Info -->
556+
<td><h4>Kivy Organization</h4></td>
557+
<tr><td>Kivy is a cross-platform, business friendly, GPU accelerated Python
558+
library for rapid development of applications that make use of innovative
559+
user interfaces, such as multi-touch apps.
560+
561+
The Kivy Organization oversees several major projects:
562+
<ul>
563+
<li>The <a href="https://github.com/kivy/kivy">Kivy</a> GUI Library</li>
564+
<li>The <a href="https://github.com/kivy/python-for-android">Python-For-Android</a>
565+
compilation tool.</li>
566+
<li>The <a href="https://github.com/kivy/kivy-ios">Kivy-iOS</a> compilation tool.</li>
567+
<li>The <a href="https://github.com/kivy/pyjnius">PyJNIus</a> library for interfacing with
568+
Java from Python.</li>
569+
<li>The <a href="https://github.com/kivy/pyobjus">PyOBJus</a> library for interfacing with
570+
Objective-C from Python.</li>
571+
<li>The <a href="https://github.com/kivy/plyer">Plyer</a> platform-independent Python
572+
wrapper for platform dependent APIs.</li>
573+
<li><a href="https://github.com/kivy/buildozer">Buildozer</a> - A generic Python packager
574+
for Android, iOS, and desktop.</li>
575+
<li><a href="https://github.com/kivy/kivent">KivEnt</a> - A 2d Game Engine that provides
576+
optimized methods of handling large amounts of dynamic visual data.</li>
577+
<li><a href="https://github.com/kivy/kivy-designer">Kivy Designer</a> - A graphical GUI
578+
designer for Kivy built in Kivy.</li>
579+
</ul>
580+
</td></tr>
581+
<tr><td><a href="http://kivy.org">Website</a> |
582+
<a href="https://kivy.org/docs/contact.html">Contact</a> |
583+
<a href="https://kivy.org/docs/gsoc.html">Ideas Page</a>
584+
585+
</td>
586+
<tr><td colspan="2" class="good">Status: Ideas page in progress</td></tr>
587+
</tr>
550588
</table>
551589

552590
<a name="schedule" />

0 commit comments

Comments
 (0)