trying to scale this down a bit...

This commit is contained in:
Ben Fry
2022-08-08 21:09:04 -04:00
parent 398e1088bb
commit e230af672c
2 changed files with 21 additions and 5 deletions

View File

@@ -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 &rarr; Find in Reference to open the reference page that explains what it does.
</p>
<p>
Select <a href="#examples">File &rarr; Examples</a> for hundreds more.
Run the example, see what happens. Try changing something. Select a keyword in the code and navigate to Help &rarr; Find in Reference to learn about it. Select <a href="#examples">File &rarr; 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 &rarr; 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&mdash;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>

View File

@@ -40,6 +40,12 @@ a {
text-decoration: none;
}
ul {
margin-left: 20px;
margin-right: 0px;
padding: 0;
}
#startButton {
margin-left: 50px;
}