"Tessellation" magic tool documentation

This commit is contained in:
Bill Kendrick 2024-10-09 20:09:49 -07:00
parent 076ccbd947
commit c40479c263
89 changed files with 682 additions and 53 deletions

View file

@ -103,7 +103,6 @@ https://tuxpaint.org/
<https://freesound.org/people/GrowingUp/sounds/350128/>
Creative Commons CC0 1.0 Universal by Chris B. "Growing Up"
<https://freesound.org/people/GrowingUp/>
+ TODO Documentation
* Magic Tool Improvements:
------------------------

View file

@ -6,7 +6,7 @@
Copyright © 2002-2024 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/
October 7, 2024
October 9, 2024
+-------------------------------------------------+
| Table of Contents |
@ -132,6 +132,10 @@ New Magic tool: Concentric Circle
Draw concentric circles.
New Magic tool: Concentric Square
Draw concentric squares.
New Magic tool: Tessellation Pointy
Draw repeating tessellation patterns with pointy-topped hexagons.
New Magic tool: Tessellation Flat
Draw repeating tessellation patterns with flat-topped hexagons.
Magic API Updates
Sound pause and resume functions added.

View file

@ -102,7 +102,7 @@
</p>
<p>
October 7, 2024 </p>
October 9, 2024 </p>
</center>
</header>
<table border="2"
@ -267,6 +267,12 @@
<dt>New Magic tool: Concentric Square</dt>
<dd>Draw concentric squares.</dt>
<dt>New Magic tool: Tessellation Pointy</dt>
<dd>Draw repeating tessellation patterns with pointy-topped hexagons.</dt>
<dt>New Magic tool: Tessellation Flat</dt>
<dd>Draw repeating tessellation patterns with flat-topped hexagons.</dt>
<dt>Magic API Updates</dt>
<dd>Sound pause and resume functions added.</dt>
</dl>

View file

@ -6,7 +6,7 @@
Copyright © 2002-2024 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/
octubre 7, 2024
octubre 9, 2024
+-------------------------------------------------+
| Table of Contents |
@ -132,6 +132,10 @@ New Magic tool: Concentric Circle
Draw concentric circles.
New Magic tool: Concentric Square
Draw concentric squares.
New Magic tool: Tessellation Pointy
Draw repeating tessellation patterns with pointy-topped hexagons.
New Magic tool: Tessellation Flat
Draw repeating tessellation patterns with flat-topped hexagons.
Magic API Updates
Sound pause and resume functions added.

View file

@ -102,7 +102,7 @@
</p>
<p>
octubre 7, 2024 </p>
octubre 9, 2024 </p>
</center>
</header>
<table border="2"
@ -267,6 +267,12 @@
<dt>New Magic tool: Concentric Square</dt>
<dd>Draw concentric squares.</dt>
<dt>New Magic tool: Tessellation Pointy</dt>
<dd>Draw repeating tessellation patterns with pointy-topped hexagons.</dt>
<dt>New Magic tool: Tessellation Flat</dt>
<dd>Draw repeating tessellation patterns with flat-topped hexagons.</dt>
<dt>Magic API Updates</dt>
<dd>Sound pause and resume functions added.</dt>
</dl>

View file

@ -6,7 +6,7 @@
Copyright © 2002-2024 by divers contributeurs; voir AUTHORS.txt.
https://tuxpaint.org/
octobre 7, 2024
octobre 9, 2024
+-------------------------------------------------------+
| Table des matières |
@ -137,6 +137,10 @@ New Magic tool: Concentric Circle
Draw concentric circles.
New Magic tool: Concentric Square
Draw concentric squares.
New Magic tool: Tessellation Pointy
Draw repeating tessellation patterns with pointy-topped hexagons.
New Magic tool: Tessellation Flat
Draw repeating tessellation patterns with flat-topped hexagons.
Magic API Updates
Sound pause and resume functions added.

View file

@ -102,7 +102,7 @@
</p>
<p>
octobre 7, 2024 </p>
octobre 9, 2024 </p>
</center>
</header>
<table border="2"
@ -267,6 +267,12 @@
<dt>New Magic tool: Concentric Square</dt>
<dd>Draw concentric squares.</dt>
<dt>New Magic tool: Tessellation Pointy</dt>
<dd>Draw repeating tessellation patterns with pointy-topped hexagons.</dt>
<dt>New Magic tool: Tessellation Flat</dt>
<dd>Draw repeating tessellation patterns with flat-topped hexagons.</dt>
<dt>Magic API Updates</dt>
<dd>Sound pause and resume functions added.</dt>
</dl>

View file

@ -6,7 +6,7 @@
Copyright © 2002-2024 by varios colaboradores; see AUTHORS.txt.
https://tuxpaint.org/
7 de Outubro de 2024
9 de Outubro de 2024
+--------------------------------------------------------+
| Índice |
@ -133,6 +133,10 @@ New Magic tool: Concentric Circle
Draw concentric circles.
New Magic tool: Concentric Square
Draw concentric squares.
New Magic tool: Tessellation Pointy
Draw repeating tessellation patterns with pointy-topped hexagons.
New Magic tool: Tessellation Flat
Draw repeating tessellation patterns with flat-topped hexagons.
Magic API Updates
Sound pause and resume functions added.

View file

@ -102,7 +102,7 @@
</p>
<p>
7 de Outubro de 2024 </p>
9 de Outubro de 2024 </p>
</center>
</header>
<table border="2"
@ -267,6 +267,12 @@
<dt>New Magic tool: Concentric Square</dt>
<dd>Draw concentric squares.</dt>
<dt>New Magic tool: Tessellation Pointy</dt>
<dd>Draw repeating tessellation patterns with pointy-topped hexagons.</dt>
<dt>New Magic tool: Tessellation Flat</dt>
<dd>Draw repeating tessellation patterns with flat-topped hexagons.</dt>
<dt>Magic API Updates</dt>
<dd>Sound pause and resume functions added.</dt>
</dl>

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

View file

@ -1252,13 +1252,13 @@ fjölvi
code would literally expand to "c = ((1) + (2));", or more simply, "c = 1 +
2;".
fleytitala
float
See "floating point"
floating point
Definition not yet presented.
See also: "integer"
float
See "fleytitala"
format
An SDL_Surface element (a pointer to an SDL_PixelFormat structure) that
contains information about a surface; for example, the number of bits used
@ -1328,7 +1328,7 @@ int
integer
Definition not yet presented.
See also: "fleytitala"
See also: "floating point"
Krita
An Open Source image manipulation and paint program.

View file

@ -6,7 +6,7 @@
Copyright © 2002-2024 by various contributors; see AUTHORS.txt.
https://tuxpaint.org/
október 7, 2024
október 9, 2024
+-------------------------------------------------+
| Table of Contents |
@ -132,6 +132,10 @@ New Magic tool: Concentric Circle
Draw concentric circles.
New Magic tool: Concentric Square
Draw concentric squares.
New Magic tool: Tessellation Pointy
Draw repeating tessellation patterns with pointy-topped hexagons.
New Magic tool: Tessellation Flat
Draw repeating tessellation patterns with flat-topped hexagons.
Magic API Updates
Sound pause and resume functions added.

View file

@ -1289,13 +1289,13 @@ See also:
<dt>fjölvi</dt>
<dd>
A C construct that looks similar to a C function, but is simply a #define that is expanded 'inline'. For example, if you declared the macro "<code>#define ADD(A,B) ((A)+(B))</code>", and then used it with "<code>c = ADD(1,2);</code>", that line of code would literally expand to "<code>c = ((1) + (2));</code>", or more simply, "<code>c = 1 + 2;</code>". </dd>
<dt>fleytitala</dt>
<dt><code>float</code></dt>
<dd>
See "floating point" </dd>
<dt>floating point</dt>
<dd>
<i>Definition not yet presented.</i> <br/>
See also: "integer" </dd>
<dt><code>float</code></dt>
<dd>
See "fleytitala" </dd>
<dt><code>format</code></dt>
<dd>
An <code>SDL_Surface</code> element (a pointer to an <code>SDL_PixelFormat</code> structure) that contains information about a surface; for example, the number of bits used to represent each pixel).<br/>Refer to the "<code>SDL_PixelFormat(3)</code>" <i>man page</i>. </dd>
@ -1352,7 +1352,7 @@ See also:
<dt>integer</dt>
<dd>
<i>Definition not yet presented.</i> <br/>
See also: "fleytitala" </dd>
See also: "floating point" </dd>
<dt>Krita</dt>
<dd>
An Open Source image manipulation and paint program. <br/>

View file

@ -102,7 +102,7 @@
</p>
<p>
október 7, 2024 </p>
október 9, 2024 </p>
</center>
</header>
<table border="2"
@ -267,6 +267,12 @@
<dt>New Magic tool: Concentric Square</dt>
<dd>Draw concentric squares.</dt>
<dt>New Magic tool: Tessellation Pointy</dt>
<dd>Draw repeating tessellation patterns with pointy-topped hexagons.</dt>
<dt>New Magic tool: Tessellation Flat</dt>
<dd>Draw repeating tessellation patterns with flat-topped hexagons.</dt>
<dt>Magic API Updates</dt>
<dd>Sound pause and resume functions added.</dt>
</dl>

View file

@ -6,7 +6,7 @@
Copyright © 2002-2024 by various contributors; AUTHORS.txt 参照.
https://tuxpaint.org/
2024年10月 7
2024年10月 9
+--------------------------------------------------+
| 目次 |
@ -130,6 +130,10 @@ New Magic tool: Concentric Circle
Draw concentric circles.
New Magic tool: Concentric Square
Draw concentric squares.
New Magic tool: Tessellation Pointy
Draw repeating tessellation patterns with pointy-topped hexagons.
New Magic tool: Tessellation Flat
Draw repeating tessellation patterns with flat-topped hexagons.
Magic API Updates
Sound pause and resume functions added.

View file

@ -102,7 +102,7 @@
</p>
<p>
2024年10月 7</p>
2024年10月 9</p>
</center>
</header>
<table border="2"
@ -267,6 +267,12 @@
<dt>New Magic tool: Concentric Square</dt>
<dd>Draw concentric squares.</dt>
<dt>New Magic tool: Tessellation Pointy</dt>
<dd>Draw repeating tessellation patterns with pointy-topped hexagons.</dt>
<dt>New Magic tool: Tessellation Flat</dt>
<dd>Draw repeating tessellation patterns with flat-topped hexagons.</dt>
<dt>Magic API Updates</dt>
<dd>Sound pause and resume functions added.</dt>
</dl>

View file

@ -6,7 +6,7 @@
Të drejta kopjimi © 2002-2024 nga kontribues të ndryshëm; shihni AUTHORS.txt.
https://tuxpaint.org/
7 tetor 2024
9 tetor 2024
+---------------------------------------------------+
| Pasqyrë e Lëndës |
@ -132,6 +132,10 @@ New Magic tool: Concentric Circle
Draw concentric circles.
New Magic tool: Concentric Square
Draw concentric squares.
New Magic tool: Tessellation Pointy
Draw repeating tessellation patterns with pointy-topped hexagons.
New Magic tool: Tessellation Flat
Draw repeating tessellation patterns with flat-topped hexagons.
Magic API Updates
Sound pause and resume functions added.

View file

@ -102,7 +102,7 @@
</p>
<p>
7 tetor 2024 </p>
9 tetor 2024 </p>
</center>
</header>
<table border="2"
@ -267,6 +267,12 @@
<dt>New Magic tool: Concentric Square</dt>
<dd>Draw concentric squares.</dt>
<dt>New Magic tool: Tessellation Pointy</dt>
<dd>Draw repeating tessellation patterns with pointy-topped hexagons.</dt>
<dt>New Magic tool: Tessellation Flat</dt>
<dd>Draw repeating tessellation patterns with flat-topped hexagons.</dt>
<dt>Magic API Updates</dt>
<dd>Sound pause and resume functions added.</dt>
</dl>