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