Updating docs (new 3-pt persp. tool)

This commit is contained in:
Bill Kendrick 2023-12-23 10:51:08 -08:00
parent 3586784659
commit c9e515017f
97 changed files with 683 additions and 185 deletions

View file

@ -1047,7 +1047,7 @@
... pour crée l'application <code>TuxPaint.app</code> qui peut être exécutée sur place ou copiée sur <code>/Applications</code>. Pour créer le fichier DMG pour la distribution, faites 'make TuxPaint.dmg'. </p>
<p>
Additional steps are required when building a Unviersal Binary. See "Building a Universal Binary" below. </p>
Des étapes supplémentaires sont nécessaires pour construire un 'Universal Binary'. Voyez "Construire un Universal Binary" ci-dessous. </p>
</section><!-- H3: How to Build -->
<section class="indent"><!-- H3: Known Issues -->
@ -1134,7 +1134,7 @@
</header>
<p>
To build Tux Paint as a Universal Binary, compile Tux Paint for the Intel CPU and the Apple Silicon separately first. Then rename the app bundle for the Intel CPU to TuxPaint-x86_64.app, and the bundle for the Apple Silicon to TuxPaint-arm64.app, copy the app bundle from the Intel machine to the Apple Silicon machine, then use the provided <code>build-universal.sh</code> script to combine the two application bundles as below. The DMG file can be built afterwards: <blockquote>
Pour fabriquer Tux Paint en tant que 'Universal Binary', compilez Tux Paint pour le CPU Intel et pour le Apple Silicon, chacun séparément. Puis renommez l'ensemble pour le CPU Intel en TuxPaint-x86_64.app et l'ensemble pour le Apple Silicon en TuxPaint-arm64.app. Copiez l'ensemble app pour Intel sur la machine Apple Silicon puis exécutez le script fourni <code>build-universal.sh</code> pour combiner les deux applications comme ci-dessous. Le fichier DMG, s'il est demandé, doit être fabriqué après : <blockquote>
<code>
$ <strong>macos/build-universal.sh</strong><br/>
$ <strong>make</strong> TuxPaint.dmg

View file

@ -102,7 +102,7 @@
</p>
<p>
décembre 22, 2023 </p>
décembre 23, 2023 </p>
</center>
</header>
<table border="2"
@ -228,15 +228,17 @@
</header>
<dl>
<dt>1-point Perspective (vanishing point) Magic tool</dt>
<dd>A pair of tools that allow you to set a vanishing point, and then draw lines in 1-point perspective.</dd>
<dt>Outil Magie avec une perspective à 1 point de fuite</dt>
<dd>Des outils qui permettent de créer un point de fuite, et de dessiner ensuite des lignes avec une perspective à 1 point.</dd>
<dt>2-point Perspective (vanishing point) Magic tool</dt>
<dd>A pair of tools that allow you to set two vanishing points, and then draw lines in 2-point perspective.</dd>
<dt>Outil Magie avec une perspective à 2 points de fuite</dt>
<dd>Des outils qui permettent de créer deux points de fuite, et de dessiner ensuite des lignes avec une perspective à 2 points.</dd>
<dt>3-point Perspective (vanishing point) Magic tool</dt>
<dd>A pair of tools that allow you to set three vanishing points, and then draw lines in 3-point perspective.</dd>
<dt>Font details shown when selected</dt>
<dd>The name and size of the selected font are shown when using the Text and Label tools.</dd>
<dt>Les détails de la police sont affichés lors du choix</dt>
<dd>Le nom et la taille de la police choisie sont montrés quand on utilise les outils Texte et Étiquette.</dd>
</dl>
<p>
@ -1894,7 +1896,7 @@
Tux Paint est présent sur de nombreux media sociaux, où nous annonçons les mises à jour et les oeuvres d'art.
<ul>
<li>
<a href="https://bsky.app/profile/tuxpaint.bsky.social">Follow @tuxpaint.bsky.social on Bluesky</a>
<a href="https://bsky.app/profile/tuxpaint.bsky.social">Suivre @tuxpaint@bsky.social sur Bluesky</a>
</li>
<li>
<a href="http://www.facebook.com/TuxPaint">Suivez Tux Paint sur Facebook</a>
@ -1912,13 +1914,13 @@
<a href="https://www.threads.net/@tuxpaintdevs">Suivre @TuxPaintDevs sur Threads</a>
</li>
<li>
<a href="https://www.tiktok.com/@tuxpaintdevs">Follow @TuxPaintDevs on TikTok</a>
<a href="https://www.tiktok.com/@tuxpaintdevs">Suivre @TuxPaintDevs sur TikTok</a>
</li>
<li>
<a href="https://tuxpaint.tumblr.com/">Suivre Tux Paint sur Tumblr</a>
</li>
<li>
<a href="https://www.youtube.com/@TuxPaintOfficial">Subscribe to @TuxPaintOfficial on YoUTube</a>
<a href="https://www.youtube.com/@TuxPaintOfficial">Souscrivez à @TuxPaintOfficial sur YoUTube</a>
</li>
</ul>
</p>