-
Notifications
You must be signed in to change notification settings - Fork 0
/
gallery.html
551 lines (543 loc) · 37.2 KB
/
gallery.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
<!DOCTYPE html>
<html lang="en">
<head>
<title>Gallery | Kivy: Cross-platform Python Framework for GUI apps Development</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="robots" content="index, follow" />
<meta name="description" content="Open source Python framework for rapid development of applications
that make use of innovative user interfaces, such as multi-touch apps." />
<meta name="twitter:site" content="@kivyframework" />
<meta name="google-site-verification" content="kfZL1Qs64GvRmH9L944D8lbmb-aVuSSb-toeOEGTxPY" />
<meta property="og:title" content="Kivy: Cross-platform Python Framework for NUI" />
<meta property="og:description" content="Open source Python framework for rapid development of applications
that make use of innovative user interfaces, such as multi-touch apps." />
<meta property="og:url" content="https://www.kivy.org/" />
<meta property="og:image" content="https://www.kivy.org/static/images/kivy-colorwheel-examples.jpg" />
<meta property="og:locale" content="en_US" />
<link rel="icon" href="./static/images/favicon.png" type="image/png" />
<link rel="shortcut icon" href="./static/images/favicon.ico" />
<link rel="stylesheet" href="./static/css/main.css?v=34237339-b1ff-4eaf-a3ea-2859d998352c" type="text/css" media="screen" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap"
rel="stylesheet" />
</head>
<body>
<header class="fixed left-0 right-0 top-0 z-10">
<div class="flex flex-wrap px-5 md:h-20 justify-between bg-[#202326] items-center text-white">
<a class="h-12 md:w-auto my-2 shrink-0 " href="index.html">
<img class="h-full" alt="Kivy logo" title="Kivy" src="./static/images/logo_kivy_white.png" />
</a>
<div class="flex items-center py-2 md:order-last">
<a class="px-2" href="https://github.com/kivy">
<img class="w-4 md:w-6 invert" src="./static/images/icons/github.svg" />
</a>
<a class="px-2" href="https://www.youtube.com/user/kivyframework">
<img class="w-4 md:w-6 invert" src="./static/images/icons/youtube.svg" />
</a>
<a class="px-2" href="https://www.facebook.com/kivyframework">
<img class="w-4 md:w-6 invert" src="./static/images/icons/facebook.svg" />
</a>
<a class="px-2" href="https://twitter.com/kivyframework">
<img class="w-4 md:w-6 invert" src="./static/images/icons/twitter.svg" />
</a>
<a class="px-2" href="https://chat.kivy.org/" class="icon-discord">
<img class="w-4 md:w-6 invert" src="./static/images/icons/discord.svg" />
</a>
</div>
<div class="flex w-full md:w-auto items-center text-sm lg:text-lg py-2 md:ml-auto justify-center">
<a class="px-2" href="https://www.kivy.org/doc/stable/">Docs</a>
<a class="px-2" href="gallery.html">Gallery</a>
<a class="px-2" href="about.html">About</a>
<a class="px-2 whitespace-nowrap" href="#donate">Sponsor Us</a>
<a class="px-2" href="https://www.kivy.org/planet">Blog</a>
</div>
<div class="hidden md:block h-full py-4 px-4">
<div class="w-px h-full bg-slate-100"></div>
</div>
</div>
<!-- Start: Announce header -->
<div class="h-8 flex px-2 sm:px-5 justify-between bg-gradient-to-r from-sky-500 to-fuchsia-500 items-center">
<p class="font-bold text-white text-sm whitespace-nowrap">
Kivy 2.1.0 has been released!
</p>
<a href="https://github.com/kivy/kivy/releases/tag/2.1.0" class="bg-white rounded-lg text-xs sm:text-sm px-1 sm:px-2 py-0.5 text-bold whitespace-nowrap">
LEARN MORE
</a>
</div>
<!-- End: Announce header-->
</header>
<div class="bg-[#ffffff]">
<div class="mt-32 container py-4 px-5 sm:px-10 sm:mx-auto">
<h1 class="text-3xl pb-5">
Selected Projects
</h1>
<p class="pb-5 font-light text-base">
What is the best way to learn more about the Kivy framework potential?
A list of projects built via Kivy, curated by the community itself!<br><br>
Want to feature your project here? <a class="text-sm underline" href="https://www.github.com/kivy/kivy-website">Feel free to open a PR!</a>
</p>
<div class="flex flex-wrap">
<div class="w-full md:w-1/2 lg:w-1/3 md:h-72 font-light py-1 md:px-1">
<div class="w-full h-full rounded-lg bg-slate-100">
<img class="bg-slate-400 w-full h-2/4 object-cover"
src="./static/images/projects_gallery/snake_by_andy_russo-thumb.jpg">
<p class="p-1"><b>Snake by Andy Russo</b></p>
<p class="text-xs px-1">Snake remake with adapted for smartphones controls, that make the game even more exciting. Hearts system makes it even more fun to play! 3 languages localization: English, Chinese, Russian. Have a good game!</p>
<div class="text-sm md:text-xs underline p-1">
<a class="mr-1" href="https://play.google.com/store/apps/details?id=org.andyrusso.sbar">Google Play</a>
</div>
</div>
</div>
<div class="w-full md:w-1/2 lg:w-1/3 md:h-72 font-light py-1 md:px-1">
<div class="w-full h-full rounded-lg bg-slate-100">
<img class="bg-slate-400 w-full h-2/4 object-cover"
src="./static/images/projects_gallery/morse_code_jam-thumb.jpg">
<p class="p-1"><b>Morse Code Jam</b></p>
<p class="text-xs px-1">Winner of the Python Discord Code Jam VI! A morse code app, allowing you to decode, encode, train your ear or your morse tapping skills, and even to send and receive messages in morse code! The decoder can even use your microphone to decode morse code from audio on the fly.</p>
<div class="text-sm md:text-xs underline p-1">
<a class="mr-1" href="https://pythondiscord.com/pages/code-jams/code-jam-6/">Python Discord Code Jam VI</a>
<a class="mr-1" href="https://www.youtube.com/watch?v=GcwQwayqzTg">Youtube Video</a>
</div>
</div>
</div>
<div class="w-full md:w-1/2 lg:w-1/3 md:h-72 font-light py-1 md:px-1">
<div class="w-full h-full rounded-lg bg-slate-100">
<img class="bg-slate-400 w-full h-2/4 object-cover"
src="./static/images/projects_gallery/chisel_code_jam-thumb.jpg">
<p class="p-1"><b>Chisel</b></p>
<p class="text-xs px-1">Second place for the Python Discord Code Jam VI!.Being an artist in the stone age wasn't easy.Take you chisel and express your primal emotionssmashing a rock to create art.</p>
<div class="text-sm md:text-xs underline p-1">
<a class="mr-1" href="https://pythondiscord.com/pages/code-jams/code-jam-6/">Python Discord Code Jam VI</a>
<a class="mr-1" href="https://github.com/salt-die/Chisel">GitHub</a>
</div>
</div>
</div>
<div class="w-full md:w-1/2 lg:w-1/3 md:h-72 font-light py-1 md:px-1">
<div class="w-full h-full rounded-lg bg-slate-100">
<img class="bg-slate-400 w-full h-2/4 object-cover"
src="./static/images/projects_gallery/rex_code_jam-thumb.jpg">
<p class="p-1"><b>Rex</b></p>
<p class="text-xs px-1">Third place for the Python Discord Code Jam VI!.Ever miss your trusty midnight commander?Wish it time traveled to this age of multitouchand opengl?Explore, manage directories, edit text files and view images.</p>
<div class="text-sm md:text-xs underline p-1">
<a class="mr-1" href="https://pythondiscord.com/pages/code-jams/code-jam-6/">Python Discord Code Jam VI</a>
<a class="mr-1" href="https://github.com/python-discord/code-jam-6/tree/master/inquisitive-investigators">GitHub</a>
</div>
</div>
</div>
<div class="w-full md:w-1/2 lg:w-1/3 md:h-72 font-light py-1 md:px-1">
<div class="w-full h-full rounded-lg bg-slate-100">
<img class="bg-slate-400 w-full h-2/4 object-cover"
src="./static/images/projects_gallery/snu_photo_manager-thumb.jpg">
<p class="p-1"><b>Snu Photo Manager</b></p>
<p class="text-xs px-1">A feature-rich photo manager with photo and video editing capabilities. Sort photos and videos with a database, easily import files from your camera or phone. Edit photos and videos with color adjustments, filters, rotation, cropping, and more. Export your photos for websites, create collages, or convert your videos.</p>
<div class="text-sm md:text-xs underline p-1">
<a class="mr-1" href="https://github.com/snuq/Snu-Photo-Manager">GitHub</a>
</div>
</div>
</div>
<div class="w-full md:w-1/2 lg:w-1/3 md:h-72 font-light py-1 md:px-1">
<div class="w-full h-full rounded-lg bg-slate-100">
<img class="bg-slate-400 w-full h-2/4 object-cover"
src="./static/images/projects_gallery/learn_python-thumb.jpg">
<p class="p-1"><b>Learn Python Offline & IDE</b></p>
<p class="text-xs px-1">An application to learn and experiment with PythonRead and search documentation & tutorials.Includes an editor and offline compiler in the pro version</p>
<div class="text-sm md:text-xs underline p-1">
</div>
</div>
</div>
<div class="w-full md:w-1/2 lg:w-1/3 md:h-72 font-light py-1 md:px-1">
<div class="w-full h-full rounded-lg bg-slate-100">
<img class="bg-slate-400 w-full h-2/4 object-cover"
src="./static/images/projects_gallery/trifusion-thumb.jpg">
<p class="p-1"><b>TriFusion</b></p>
<p class="text-xs px-1">Phylogenomic data gathering, processing and visualization for everyone! Detection and exploration of orthologs across multiple species... made easy! Convert, manipulate and export thousands of multiple sequence alignments in a breeze</p>
<div class="text-sm md:text-xs underline p-1">
<a class="mr-1" href="https://odiogosilva.github.io/TriFusion/">Website</a>
</div>
</div>
</div>
<div class="w-full md:w-1/2 lg:w-1/3 md:h-72 font-light py-1 md:px-1">
<div class="w-full h-full rounded-lg bg-slate-100">
<img class="bg-slate-400 w-full h-2/4 object-cover"
src="./static/images/projects_gallery/meccano_rubiks_shrine-thumb.jpg">
<p class="p-1"><b>Meccano Rubik's Shrine</b></p>
<p class="text-xs px-1">An electro-mecanical project to solve Rubik's cubesusing Meccano, Arduino, a Raspberry pi and Kivy</p>
<div class="text-sm md:text-xs underline p-1">
<a class="mr-1" href="https://meccanokinematics.net/meccano-rubiks-shrine/">Website</a>
</div>
</div>
</div>
<div class="w-full md:w-1/2 lg:w-1/3 md:h-72 font-light py-1 md:px-1">
<div class="w-full h-full rounded-lg bg-slate-100">
<img class="bg-slate-400 w-full h-2/4 object-cover"
src="./static/images/projects_gallery/metropole-thumb.jpg">
<p class="p-1"><b>Métropole de Marseille</b></p>
<p class="text-xs px-1">A custom application to present the Marseille métropole Map with POI selection and basket, custom dynamic object menuRstDocument used to display converted docx documents</p>
<div class="text-sm md:text-xs underline p-1">
<a class="mr-1" href="https://vimeo.com/272219637">Vimeo</a>
</div>
</div>
</div>
<div class="w-full md:w-1/2 lg:w-1/3 md:h-72 font-light py-1 md:px-1">
<div class="w-full h-full rounded-lg bg-slate-100">
<img class="bg-slate-400 w-full h-2/4 object-cover"
src="./static/images/projects_gallery/missionpinball-thumb.jpg">
<p class="p-1"><b>Mission Pinball Framework</b></p>
<p class="text-xs px-1">A free Python-based pinball framework used to run real pinball machines.Allows builders and programmers to create software for their pinball machines.</p>
<div class="text-sm md:text-xs underline p-1">
<a class="mr-1" href="http://missionpinball.org/">Website</a>
</div>
</div>
</div>
<div class="w-full md:w-1/2 lg:w-1/3 md:h-72 font-light py-1 md:px-1">
<div class="w-full h-full rounded-lg bg-slate-100">
<img class="bg-slate-400 w-full h-2/4 object-cover"
src="./static/images/projects_gallery/digitalstories-thumb.jpg">
<p class="p-1"><b>Digital Stories</b></p>
<p class="text-xs px-1">Collaborative interaction endeavoursusing laser pointers to collectivelydiscover and interact on video games and movies.</p>
<div class="text-sm md:text-xs underline p-1">
<a class="mr-1" href="https://vimeo.com/80051846">Vimeo</a>
<a class="mr-1" href="http://www.digital-stories.fr/">Website</a>
<a class="mr-1" href="http://www.rencontres-audiovisuelles.org/">Les rencontres audiovisuelle</a>
</div>
</div>
</div>
<div class="w-full md:w-1/2 lg:w-1/3 md:h-72 font-light py-1 md:px-1">
<div class="w-full h-full rounded-lg bg-slate-100">
<img class="bg-slate-400 w-full h-2/4 object-cover"
src="./static/images/projects_gallery/nienie-thumb.jpg">
<p class="p-1"><b>Nie Nie</b></p>
<p class="text-xs px-1">Casual puzzle/brain teaser with simple gameplayMultiple game modesFriends and global leaderboard!.</p>
<div class="text-sm md:text-xs underline p-1">
<a class="mr-1" href="">GitHub</a>
</div>
</div>
</div>
<div class="w-full md:w-1/2 lg:w-1/3 md:h-72 font-light py-1 md:px-1">
<div class="w-full h-full rounded-lg bg-slate-100">
<img class="bg-slate-400 w-full h-2/4 object-cover"
src="./static/images/projects_gallery/gravityride-thumb.jpg">
<p class="p-1"><b>Gravity Ride</b></p>
<p class="text-xs px-1">Arcade spaceship simulatorUse gravity in travel through the space94 unique challenging levels</p>
<div class="text-sm md:text-xs underline p-1">
<a class="mr-1" href="https://www.youtube.com/watch?v=8SfPk5Dfeow">YouTube</a>
<a class="mr-1" href="https://play.google.com/store/apps/details?id=org.test.spaceadv">Google Play</a>
</div>
</div>
</div>
<div class="w-full md:w-1/2 lg:w-1/3 md:h-72 font-light py-1 md:px-1">
<div class="w-full h-full rounded-lg bg-slate-100">
<img class="bg-slate-400 w-full h-2/4 object-cover"
src="./static/images/projects_gallery/kognitivo-thumb.jpg">
<p class="p-1"><b>KOGNITIVO - Brain Training</b></p>
<p class="text-xs px-1">Analyse your cognitive activityon the basis of some short games!See your daily and weekly productivity in graphs</p>
<div class="text-sm md:text-xs underline p-1">
<a class="mr-1" href="https://github.com/eviltnan/kognitivo">GitHub</a>
<a class="mr-1" href="https://www.youtube.com/watch?v=6kxeXzfPJ-Q">YouTube</a>
</div>
</div>
</div>
<div class="w-full md:w-1/2 lg:w-1/3 md:h-72 font-light py-1 md:px-1">
<div class="w-full h-full rounded-lg bg-slate-100">
<img class="bg-slate-400 w-full h-2/4 object-cover"
src="./static/images/projects_gallery/barly-thumb.jpg">
<p class="p-1"><b>Barly</b></p>
<p class="text-xs px-1">Decipher all of those crazy names and tell you which beers you’ll be glad you tried.Beers recommendation based on your personal taste!</p>
<div class="text-sm md:text-xs underline p-1">
</div>
</div>
</div>
<div class="w-full md:w-1/2 lg:w-1/3 md:h-72 font-light py-1 md:px-1">
<div class="w-full h-full rounded-lg bg-slate-100">
<img class="bg-slate-400 w-full h-2/4 object-cover"
src="./static/images/projects_gallery/myspaint-thumb.jpg">
<p class="p-1"><b>Simple Peinture</b></p>
<p class="text-xs px-1">Kid drawing applicationUndo system, one touch to change tool.Multitouch supported!</p>
<div class="text-sm md:text-xs underline p-1">
</div>
</div>
</div>
<div class="w-full md:w-1/2 lg:w-1/3 md:h-72 font-light py-1 md:px-1">
<div class="w-full h-full rounded-lg bg-slate-100">
<img class="bg-slate-400 w-full h-2/4 object-cover"
src="./static/images/projects_gallery/tangiblemedia-thumb.jpg">
<p class="p-1"><b>Tangible Media</b></p>
<p class="text-xs px-1">Explore data with objectCombine them for advanced visualisation.Single or collaborative mode!</p>
<div class="text-sm md:text-xs underline p-1">
<a class="mr-1" href="https://vimeo.com/206290310">Vimeo</a>
</div>
</div>
</div>
<div class="w-full md:w-1/2 lg:w-1/3 md:h-72 font-light py-1 md:px-1">
<div class="w-full h-full rounded-lg bg-slate-100">
<img class="bg-slate-400 w-full h-2/4 object-cover"
src="./static/images/projects_gallery/pydelhiconf2017-thumb.jpg">
<p class="p-1"><b>PyDelhi Conf 2017</b></p>
<p class="text-xs px-1">Official App for PyDelhi Conf 2017Used on 18-19 March 2017</p>
<div class="text-sm md:text-xs underline p-1">
<a class="mr-1" href="https://github.com/pydelhi/pydelhi_mobile">GitHub</a>
</div>
</div>
</div>
<div class="w-full md:w-1/2 lg:w-1/3 md:h-72 font-light py-1 md:px-1">
<div class="w-full h-full rounded-lg bg-slate-100">
<img class="bg-slate-400 w-full h-2/4 object-cover"
src="./static/images/projects_gallery/rocketkite-thumb.jpg">
<p class="p-1"><b>Rocket Kite</b></p>
<p class="text-xs px-1">Fly your rocket kite among the planetsUse gravity to your advantage, collect all checkpointsExperience space flight in this colorful simulator</p>
<div class="text-sm md:text-xs underline p-1">
</div>
</div>
</div>
<div class="w-full md:w-1/2 lg:w-1/3 md:h-72 font-light py-1 md:px-1">
<div class="w-full h-full rounded-lg bg-slate-100">
<img class="bg-slate-400 w-full h-2/4 object-cover"
src="./static/images/projects_gallery/particlepanda-thumb.jpg">
<p class="p-1"><b>Particle Panda</b></p>
<p class="text-xs px-1">Create particle effect for particle systemsused in Starling, Kivy and Cocos2dWorking on Desktop and mobile.</p>
<div class="text-sm md:text-xs underline p-1">
<a class="mr-1" href="https://github.com/chaosbuffalolabs/ParticlePanda">GitHub</a>
<a class="mr-1" href="https://www.youtube.com/watch?v=MOYxeLdQinA">YouTube</a>
</div>
</div>
</div>
<div class="w-full md:w-1/2 lg:w-1/3 md:h-72 font-light py-1 md:px-1">
<div class="w-full h-full rounded-lg bg-slate-100">
<img class="bg-slate-400 w-full h-2/4 object-cover"
src="./static/images/projects_gallery/yeco-thumb.jpg">
<p class="p-1"><b>Yeco</b></p>
<p class="text-xs px-1">Yeco is a multi touch controller for Ableton LiveAvailable for Windows and macOS</p>
<div class="text-sm md:text-xs underline p-1">
<a class="mr-1" href="https://www.youtube.com/watch?v=aa9LXpg_gd0">YouTube</a>
<a class="mr-1" href="http://yeco.io/">Website</a>
<a class="mr-1" href="mailto:[email protected]">Graham Comerford</a>
</div>
</div>
</div>
<div class="w-full md:w-1/2 lg:w-1/3 md:h-72 font-light py-1 md:px-1">
<div class="w-full h-full rounded-lg bg-slate-100">
<img class="bg-slate-400 w-full h-2/4 object-cover"
src="./static/images/projects_gallery/processcraft-thumb.jpg">
<p class="p-1"><b>ProcessCraft</b></p>
<p class="text-xs px-1">Commercial application for Business Process ModelingRunning on iOS, Android, and others desktop OS</p>
<div class="text-sm md:text-xs underline p-1">
<a class="mr-1" href="https://www.youtube.com/watch?v=9rk9OQLSoJw">YouTube</a>
</div>
</div>
</div>
<div class="w-full md:w-1/2 lg:w-1/3 md:h-72 font-light py-1 md:px-1">
<div class="w-full h-full rounded-lg bg-slate-100">
<img class="bg-slate-400 w-full h-2/4 object-cover"
src="./static/images/projects_gallery/deflectouch-thumb.jpg">
<p class="p-1"><b>Deflectouch</b></p>
<p class="text-xs px-1">Multitouch game, first place of the Kivy Contest #1</p>
<div class="text-sm md:text-xs underline p-1">
<a class="mr-1" href="https://github.com/stocyr/Deflectouch/">GitHub</a>
<a class="mr-1" href="https://youtube.com/watch?v=1Qa98oSPgi0">YouTube</a>
</div>
</div>
</div>
<div class="w-full md:w-1/2 lg:w-1/3 md:h-72 font-light py-1 md:px-1">
<div class="w-full h-full rounded-lg bg-slate-100">
<img class="bg-slate-400 w-full h-2/4 object-cover"
src="./static/images/projects_gallery/fishlife-thumb.jpg">
<p class="p-1"><b>FishLife</b></p>
<p class="text-xs px-1">Multitouch game, second place of the Kivy Contest #1</p>
<div class="text-sm md:text-xs underline p-1">
<a class="mr-1" href="https://github.com/Zogg/FishLife">GitHub</a>
</div>
</div>
</div>
<div class="w-full md:w-1/2 lg:w-1/3 md:h-72 font-light py-1 md:px-1">
<div class="w-full h-full rounded-lg bg-slate-100">
<img class="bg-slate-400 w-full h-2/4 object-cover"
src="./static/images/projects_gallery/memorykivy-thumb.jpg">
<p class="p-1"><b>memoryKivy</b></p>
<p class="text-xs px-1">Multitouch game, third place of the Kivy Contest #1</p>
<div class="text-sm md:text-xs underline p-1">
<a class="mr-1" href="https://github.com/niavlys/memoryKivy/">GitHub</a>
</div>
</div>
</div>
<div class="w-full md:w-1/2 lg:w-1/3 md:h-72 font-light py-1 md:px-1">
<div class="w-full h-full rounded-lg bg-slate-100">
<img class="bg-slate-400 w-full h-2/4 object-cover"
src="./static/images/projects_gallery/tictactouch-thumb.jpg">
<p class="p-1"><b>TicTacTouch</b></p>
<p class="text-xs px-1">Multitouch screen used for control a PLC hardware machine.</p>
<div class="text-sm md:text-xs underline p-1">
<a class="mr-1" href="https://www.youtube.com/watch?v=FhRXAD8-UkE">YouTube</a>
</div>
</div>
</div>
<div class="w-full md:w-1/2 lg:w-1/3 md:h-72 font-light py-1 md:px-1">
<div class="w-full h-full rounded-lg bg-slate-100">
<img class="bg-slate-400 w-full h-2/4 object-cover"
src="./static/images/projects_gallery/bargenius-thumb.jpg">
<p class="p-1"><b>bargenius</b></p>
<p class="text-xs px-1">Interactive tablet menu with wine, beer, cocktail...Clean design with cool touch interaction, on android !</p>
<div class="text-sm md:text-xs underline p-1">
<a class="mr-1" href="https://vimeo.com/29348760">Vimeo</a>
</div>
</div>
</div>
<div class="w-full md:w-1/2 lg:w-1/3 md:h-72 font-light py-1 md:px-1">
<div class="w-full h-full rounded-lg bg-slate-100">
<img class="bg-slate-400 w-full h-2/4 object-cover"
src="./static/images/projects_gallery/kaleidoscope-thumb.jpg">
<p class="p-1"><b>Kaleidoscope</b></p>
<p class="text-xs px-1">Educational project using 4 tablets and 1 table with projection.Augmented knowledge table, that can be shared across tablet.</p>
<div class="text-sm md:text-xs underline p-1">
<a class="mr-1" href="https://vimeo.com/29673059">Vimeo</a>
<a class="mr-1" href="https://github.com/tito/Kaleidoscope/">GitHub</a>
<a class="mr-1" href="https://erasme.org/">Erasme</a>
</div>
</div>
</div>
<div class="w-full md:w-1/2 lg:w-1/3 md:h-72 font-light py-1 md:px-1">
<div class="w-full h-full rounded-lg bg-slate-100">
<img class="bg-slate-400 w-full h-2/4 object-cover"
src="./static/images/projects_gallery/touchlive-thumb.jpg">
<p class="p-1"><b>Touch Live</b></p>
<p class="text-xs px-1">Monome-like controller implemented in Kivy.Graham is creating his own music on it.</p>
<div class="text-sm md:text-xs underline p-1">
<a class="mr-1" href="https://github.com/grmcom/TouchLive/">GitHub</a>
<a class="mr-1" href="https://www.youtube.com/watch?v=4a74AwaAheM">YouTube</a>
<a class="mr-1" href="mailto:[email protected]">Graham Comerford</a>
</div>
</div>
</div>
<div class="w-full md:w-1/2 lg:w-1/3 md:h-72 font-light py-1 md:px-1">
<div class="w-full h-full rounded-lg bg-slate-100">
<img class="bg-slate-400 w-full h-2/4 object-cover"
src="./static/images/projects_gallery/touchcontinuum-thumb.jpg">
<p class="p-1"><b>Icarus Touch</b></p>
<p class="text-xs px-1">Continuous keyboard implemented in Kivy.Cyril is improvising over some backing tracks.</p>
<div class="text-sm md:text-xs underline p-1">
<a class="mr-1" href="https://www.youtube.com/watch?v=u4NRu7mBXtA">YouTube</a>
<a class="mr-1" href="https://github.com/stocyr/IcarusTouch">GitHub</a>
<a class="mr-1" href="http://www.liquidrain.net">Liquidrain</a>
</div>
</div>
</div>
<div class="w-full md:w-1/2 lg:w-1/3 md:h-72 font-light py-1 md:px-1">
<div class="w-full h-full rounded-lg bg-slate-100">
<img class="bg-slate-400 w-full h-2/4 object-cover"
src="./static/images/projects_gallery/thenobooth-thumb.jpg">
<p class="p-1"><b>The noBOOTH</b></p>
<p class="text-xs px-1">Interactive touchscreen using Kivy for takingpictures and customize the photo with some gadgets.</p>
<div class="text-sm md:text-xs underline p-1">
<a class="mr-1" href="https://vimeo.com/25680681">Vimeo</a>
<a class="mr-1" href="https://www.facebook.com/noBooth/">Facebook</a>
</div>
</div>
</div>
<div class="w-full md:w-1/2 lg:w-1/3 md:h-72 font-light py-1 md:px-1">
<div class="w-full h-full rounded-lg bg-slate-100">
<img class="bg-slate-400 w-full h-2/4 object-cover"
src="./static/images/projects_gallery/planewhite-thumb.jpg">
<p class="p-1"><b>Plane White</b></p>
<p class="text-xs px-1">Interactive white surface for discovering art exhibition.</p>
<div class="text-sm md:text-xs underline p-1">
<a class="mr-1" href="https://www.youtube.com/watch?v=pI635uAppoU">YouTube</a>
<a class="mr-1" href="https://github.com/theoo/planewhite">GitHub</a>
<a class="mr-1" href="http://www.complex.ch">Complex IT</a>
<a class="mr-1" href="http://www.carinaow.com">Carina Ow</a>
</div>
</div>
</div>
<div class="w-full md:w-1/2 lg:w-1/3 md:h-72 font-light py-1 md:px-1">
<div class="w-full h-full rounded-lg bg-slate-100">
<img class="bg-slate-400 w-full h-2/4 object-cover"
src="./static/images/projects_gallery/epidemy-thumb.jpg">
<p class="p-1"><b>Epidemy: The Outbreak</b></p>
<p class="text-xs px-1">Board-like strategy free gameResearch and use various methods to defeat the epidemy7 game modes, 4 infections, 27 methods, 13 countries</p>
<div class="text-sm md:text-xs underline p-1">
<a class="mr-1" href="https://play.google.com/store/apps/details?id=com.legeartisgames.epidemy">Google Play</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="donate" class="bg-[#f8f8f8]">
<div class="container mx-auto flex px-5 sm:px-10 py-10 md:mx-auto items-center flex-wrap">
<div class="flex flex-col w-full sm:w-2/3 px-5">
<p class="text-3xl md:text-4xl font-light text-center pb-5">
<b>Start supporting Kivy from $5</b>
</p>
<p class="text-lg md:text-xl font-light text-center">
<b>Kivy</b> is a <b>free</b> and <b>open source</b> software and is <b>mantained by the
community</b>.<br>
Sometimes, a small contribution, could help to keep the wheel spinning flawlessly.<br>
</p>
<div class="flex flex-wrap justify-center">
<a href="https://opencollective.com/kivy/contribute/backer-6729/checkout"
class="m-4 flex flex-col justify-center items-center text-center rounded-lg p-4 bg-sky-500 text-xl text-white">
<p>Support Kivy as a <b>Backer</b></p>
<p class="text-base">(Starts from $5/mo)</p>
</a>
<a href="https://opencollective.com/kivy/contribute/sponsor-6730/checkout"
class="m-4 flex flex-col justify-center items-center text-center rounded-lg p-4 bg-fuchsia-500 text-xl text-white">
<p>Support Kivy as a <b>Sponsor</b></p>
<p class="text-base">(Starts from $100/mo)</p>
</a>
</div>
</div>
<div class="w-full sm:w-1/3 pt-4 sm:pt-0">
<picture>
<source type="image/webp" srcset="./static/images/contribute_coffee.jpg">
<img src="./static/images/contribute_coffee.jpg" class="object-cover rounded-xl h-40 sm:h-80 w-full">
</picture>
</div>
</div>
</div>
<div class="bg-[#e9e9e9] flex flex-wrap">
<div class="w-full sm:w-1/3">
<picture>
<source type="image/webp" srcset="./static/images/help.webp">
<img src="./static/images/help.jpg" class="object-cover h-40 sm:h-80 w-full">
</picture>
</div>
<div class="w-full sm:w-2/3 py-8">
<p class="text-3xl md:text-4xl font-light text-center pb-1">
<b>Need help?</b>
</p>
<p class="text-lg md:text-xl font-light text-center pb-5">
The Kivy community will love ❤️ to help.
</p>
<div class="flex flex-wrap justify-center">
<a href="https://chat.kivy.org"
class="m-4 flex w-full md:w-1/2 justify-center items-center text-center rounded-lg p-4 bg-[#7289DA] text-xl text-white">
<span class="px-2">Join us on Discord</span>
<img class="invert h-8" src="./static/images/icons/discord.svg" />
</a>
<a href="https://groups.google.com/g/kivy-users"
class="m-4 flex w-full md:w-1/2 justify-center items-center text-center rounded-lg p-4 bg-amber-400 text-xl text-black">
<span class="px-2">Join us on kivy-users group</span>
<img class="h-8" src="./static/images/icons/envelope.svg" />
</a>
</div>
</div>
</div>
<div class="bg-[#202326] flex items-center justify-between px-5 h-20 py-5">
<div class="flex flex-col w-2/3">
<p class="text-white text-xs sm:text-sm py-1">
<a href="https://github.com/kivy"><img class="h-3 sm:h-5 inline invert pr-2"
src="./static/images/icons/github.svg" />Source
code hosted on Github</a>
</p>
<p class="text-white text-xs sm:text-sm py-1">
<a href="https://www.kivy.org/docs/contact.html"><img class="h-3 sm:h-5 inline invert pr-2"
src="./static/images/icons/envelope.svg" />Contact us</a>
</p>
</div>
<a class="w-1/3 h-full flex justify-end" href="https://m.do.co/c/bba66856dc94" target="_blank">
<img class="h-full object-contain" src="./static/images/DO_Badge.png" />
</a>
</div>
</body>
</html>