mirror of
https://github.com/processing/processing4.git
synced 2026-01-29 19:31:16 +01:00
trying to scale this down a bit...
This commit is contained in:
@@ -67,11 +67,7 @@
|
||||
</table>
|
||||
|
||||
<p>
|
||||
Run the example, see what happens. Try changing something. Select a keyword in the code and navigate to Help → Find in Reference to open the reference page that explains what it does.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Select <a href="#examples">File → Examples</a> for hundreds more.
|
||||
Run the example, see what happens. Try changing something. Select a keyword in the code and navigate to Help → Find in Reference to learn about it. Select <a href="#examples">File → Examples</a> for hundreds more.
|
||||
</p>
|
||||
|
||||
<p class="inset">
|
||||
@@ -82,5 +78,19 @@
|
||||
Or if you're familiar with 4.0, you can read about <a href="https://github.com/processing/processing4/blob/main/build/shared/revisions.md">revisions</a> and updates in recent 4.0 releases.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Processing 4.0 contains dozens of new features and hundreds of bug fixes. Among the new features:
|
||||
<ul>
|
||||
<li>Visit Tools → Theme Selector to choose a color theme.</li>
|
||||
<li>Don't like sketch_220809a? Select an alternate sketch naming scheme in the Preferences window.</li>
|
||||
<li>A new Movie Maker tool that can create animated GIFs—as well as high-resolution lossless MPEG videos of your work.</li>
|
||||
<li>Apple Silicon is now supported (and very speedy).</li>
|
||||
<li>Sketch and folder naming restrictions have been relaxed, making it easier to use version control (like Git) with your projects.</li>
|
||||
<li>Many changes have been made to future-proof the software, like using Java 17.</li>
|
||||
<li>We have versions of Processing for Raspberry Pi!</li>
|
||||
<li>...plus an absolutely massive number of small bug fixes and usability tweaks. Have fun!</li>
|
||||
</ul>
|
||||
</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -40,6 +40,12 @@ a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
ul {
|
||||
margin-left: 20px;
|
||||
margin-right: 0px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#startButton {
|
||||
margin-left: 50px;
|
||||
}
|
||||
Reference in New Issue
Block a user