-
Notifications
You must be signed in to change notification settings - Fork 8
/
index.html
69 lines (56 loc) · 3.53 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Merriweather:300">
<link rel="icon" type="image/png" href="https://android.processing.org/favicon.png">
<link rel="stylesheet" href="css/main.css">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title>Processing for Android</title>
</head>
<body>
<nav class="topnav">
<ul class="left">
<li><a href="https://processing.org/">Processing</a></li>
<li><a href="https://p5js.org/">p5.js</a></li>
<li><a href="https://py.processing.org/">Processing.py</a></li>
<li><a href="https://pi.processing.org/">Processing for Pi</a></li>
</ul>
<ul class="foundation">
<li><a href="https://processingfoundation.org/">Processing Foundation</a></li>
</ul>
</nav>
<header>
<h1 class="title">Processing for Android</h1>
</header>
<div class="group">
<nav class="site">
<img class="logo" src="imgs/logo.png" alt="Processing for Android logo">
<ul class="leftnav">
<li><a id="selected" href="index.html">Home</a></li>
<li><a href="install.html">Install</a></li>
<li><a href="reference/index.html">Reference</a></li>
<li><a href="tutorials/index.html">Tutorials</a></li>
<li><a href="books/index.html">Books</a></li>
<li><a href="gallery/index.html">Gallery</a></li>
<li><a href="https://discourse.processing.org/c/processing-android" target="_black">Forum</a></li>
<li><a href="https://github.com/processing/processing-android" target="_black">GitHub</a></li>
</ul>
</nav>
<section class="container main-text">
<div class="lang">
<a id="selected" href="index.html">EN</a>
<a href="es/index.html">ES</a>
</div>
<hr style="clear:both;">
<p>
Use Processing for Android to create Android apps with ease</a>, including live wallpapers, watch faces, and VR apps. You can run your Processing sketches on Android devices (phones, tablets, watches) with little or no changes in the code, and without worrying about installing SDK files or editing layout files. Processing for Android also lets you access the Android API to read sensor data and export your sketch as a signed package ready to upload to the Google Play Store.</p>
<p>Follow <a href="https://twitter.com/p5android" target="_black">@p5android</a> and <a href="https://twitter.com/ProcessingOrg" target="_black">@ProcessingOrg</a> on Twitter, and also <a href="https://medium.com/@ProcessingOrg" target="_black">Processing Foundation Medium's posts</a>, for news and updates!</p><br>
<a class="twitter-timeline" href="https://twitter.com/p5android?ref_src=twsrc%5Etfw" data-tweet-limit="3" target="_black">Tweets by p5android</a> <script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
</section>
</div>
<footer class="footinfo">
<small>© The Processing Foundation. Processing for Android is a <a href="team.html">collaborative project</a>.</small>
</footer>
</body>
</html>