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

Skip to content

add kivy to project list #13

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 8, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 42 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -548,6 +548,44 @@ <h2>Project Ideas</h2>
<tr><td colspan="2" class="good">Status: Ideas page in progress</td></tr>
</tr>

<tr>
<!-- Logo -->
<td rowspan="4" class="logo">
<img src="https://kivy.org/logos/kivy-logo-black-64.png"
width="128px"></td>
<!-- Info -->
<td><h4>Kivy Organization</h4></td>
<tr><td>Kivy is a cross-platform, business friendly, GPU accelerated Python
library for rapid development of applications that make use of innovative
user interfaces, such as multi-touch apps.

The Kivy Organization oversees several major projects:
<ul>
<li>The <a href="https://github.com/kivy/kivy">Kivy</a> GUI Library</li>
<li>The <a href="https://github.com/kivy/python-for-android">Python-For-Android</a>
compilation tool.</li>
<li>The <a href="https://github.com/kivy/kivy-ios">Kivy-iOS</a> compilation tool.</li>
<li>The <a href="https://github.com/kivy/pyjnius">PyJNIus</a> library for interfacing with
Java from Python.</li>
<li>The <a href="https://github.com/kivy/pyobjus">PyOBJus</a> library for interfacing with
Objective-C from Python.</li>
<li>The <a href="https://github.com/kivy/plyer">Plyer</a> platform-independent Python
wrapper for platform dependent APIs.</li>
<li><a href="https://github.com/kivy/buildozer">Buildozer</a> - A generic Python packager
for Android, iOS, and desktop.</li>
<li><a href="https://github.com/kivy/kivent">KivEnt</a> - A 2d Game Engine that provides
optimized methods of handling large amounts of dynamic visual data.</li>
<li><a href="https://github.com/kivy/kivy-designer">Kivy Designer</a> - A graphical GUI
designer for Kivy built in Kivy.</li>
</ul>
</td></tr>
<tr><td><a href="http://kivy.org">Website</a> |
<a href="https://kivy.org/docs/contact.html">Contact</a> |
<a href="https://kivy.org/docs/gsoc.html">Ideas Page</a>
</td>
<tr><td colspan="2" class="good">Status: Ideas page in progress</td></tr>
</tr>

<tr>

<!-- Logo -->
Expand All @@ -567,6 +605,10 @@ <h2>Project Ideas</h2>
<tr><td><a href="http://www.hydra-cg.com/">Website</a> |
<a href="https://www.w3.org/community/hydra/">Contact</a> |
<a href="http://hydra-gsoc.appspot.com/s">Ideas Page</a>
</td>
<tr><td colspan="2" class="good">Status: Ideas page in progress</td></tr>
</tr>


</td>
<tr><td colspan="2" class="good">Status: Ideas page in progress</td></tr>
Expand Down