mirror of
https://github.com/processing/processing4.git
synced 2026-02-12 10:00:42 +01:00
51 lines
1.6 KiB
HTML
51 lines
1.6 KiB
HTML
<html>
|
|
<head>
|
|
<title> Welcome to Processing 3 </title>
|
|
<link rel="stylesheet" type="text/css" href="style.css"> </style>
|
|
</head>
|
|
<body>
|
|
|
|
<!-- Using a table here as a layout hack, as CSS "vertical-align: middle;"
|
|
is not supported by the Java HTML renderer. -->
|
|
<table>
|
|
<tr>
|
|
<td valign="top">
|
|
<img src="../icons/pde-64.png" width="64" height="64">
|
|
</td>
|
|
<td valign="middle">
|
|
<h1>Welcome to Processing 3</h1>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<p>
|
|
<a href="https://github.com/processing/processing/wiki/Changes-in-3.0">Read about what’s new in 3.0 →</a>
|
|
</p>
|
|
|
|
<p class="inset">
|
|
Note that some sketches from Processing 2 may not be compatible.
|
|
<a href="https://github.com/processing/processing/wiki/Changes-in-3.0">What has changed?</a>
|
|
</p>
|
|
|
|
<div id="new_sketchbook">
|
|
<p>
|
|
Since older sketches may not be compatible, we recommend creating a new sketchbook folder, so Processing 2 and 3 can happily coexist. This is a one-time process. <a href="https://github.com/processing/processing/wiki/Multiple-Sketchbooks">Read more about it.</a>
|
|
</p>
|
|
|
|
<table class="inset">
|
|
<tr>
|
|
<td>
|
|
<a href="#sketchbook">Click here</a> to create a new sketchbook folder for Processing 3 <em>(recommended!)</em>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
Otherwise, your existing sketchbook folder will be used for both old and new sketches (may cause conflicts with installed libraries)
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|