Docs for "Spiral" magic tools
This commit is contained in:
parent
c5d78047bf
commit
bb9a831acf
87 changed files with 672 additions and 43 deletions
|
|
@ -83,7 +83,6 @@ https://tuxpaint.org/
|
|||
<https://freesound.org/people/LukeSharples/sounds/145631>
|
||||
Creative Commons Attribution 4.0 (CC BY 4.0) by Luke Sharples
|
||||
<https://freesound.org/people/LukeSharples/>
|
||||
+ TODO Documentation
|
||||
+ Closes https://sourceforge.net/p/tuxpaint/feature-requests/261/
|
||||
|
||||
* Magic Tool Improvements:
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
Copyright © 2002-2024 by various contributors; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
||||
October 2, 2024
|
||||
October 4, 2024
|
||||
|
||||
+-------------------------------------------------+
|
||||
| Table of Contents |
|
||||
|
|
@ -124,6 +124,10 @@ New Magic tool: ASCII Color Computer
|
|||
Transform your picture into colored computer "ASCII art".
|
||||
New Magic tool: Crescent
|
||||
Draw one of various crescent shapes at a chosen angle.
|
||||
New Magic tool: Spiral
|
||||
Draw spirals.
|
||||
New Magic tool: Spiral Square
|
||||
Draw square spirals.
|
||||
Magic API Updates
|
||||
Sound pause and resume functions added.
|
||||
|
||||
|
|
|
|||
|
|
@ -102,7 +102,7 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
October 2, 2024 </p>
|
||||
October 4, 2024 </p>
|
||||
</center>
|
||||
</header>
|
||||
<table border="2"
|
||||
|
|
@ -255,6 +255,12 @@
|
|||
<dt>New Magic tool: Crescent</dt>
|
||||
<dd>Draw one of various crescent shapes at a chosen angle.</dt>
|
||||
|
||||
<dt>New Magic tool: Spiral</dt>
|
||||
<dd>Draw spirals.</dt>
|
||||
|
||||
<dt>New Magic tool: Spiral Square</dt>
|
||||
<dd>Draw square spirals.</dt>
|
||||
|
||||
<dt>Magic API Updates</dt>
|
||||
<dd>Sound pause and resume functions added.</dt>
|
||||
</dl>
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
Copyright © 2002-2024 by various contributors; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
||||
octubre 2, 2024
|
||||
octubre 4, 2024
|
||||
|
||||
+-------------------------------------------------+
|
||||
| Table of Contents |
|
||||
|
|
@ -124,6 +124,10 @@ New Magic tool: ASCII Color Computer
|
|||
Transform your picture into colored computer "ASCII art".
|
||||
New Magic tool: Crescent
|
||||
Draw one of various crescent shapes at a chosen angle.
|
||||
New Magic tool: Spiral
|
||||
Draw spirals.
|
||||
New Magic tool: Spiral Square
|
||||
Draw square spirals.
|
||||
Magic API Updates
|
||||
Sound pause and resume functions added.
|
||||
|
||||
|
|
|
|||
|
|
@ -102,7 +102,7 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
octubre 2, 2024 </p>
|
||||
octubre 4, 2024 </p>
|
||||
</center>
|
||||
</header>
|
||||
<table border="2"
|
||||
|
|
@ -255,6 +255,12 @@
|
|||
<dt>New Magic tool: Crescent</dt>
|
||||
<dd>Draw one of various crescent shapes at a chosen angle.</dt>
|
||||
|
||||
<dt>New Magic tool: Spiral</dt>
|
||||
<dd>Draw spirals.</dt>
|
||||
|
||||
<dt>New Magic tool: Spiral Square</dt>
|
||||
<dd>Draw square spirals.</dt>
|
||||
|
||||
<dt>Magic API Updates</dt>
|
||||
<dd>Sound pause and resume functions added.</dt>
|
||||
</dl>
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
Copyright © 2002-2024 by divers contributeurs; voir AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
||||
octobre 2, 2024
|
||||
octobre 4, 2024
|
||||
|
||||
+-------------------------------------------------------+
|
||||
| Table des matières |
|
||||
|
|
@ -129,6 +129,10 @@ New Magic tool: ASCII Color Computer
|
|||
Transform your picture into colored computer "ASCII art".
|
||||
New Magic tool: Crescent
|
||||
Draw one of various crescent shapes at a chosen angle.
|
||||
New Magic tool: Spiral
|
||||
Draw spirals.
|
||||
New Magic tool: Spiral Square
|
||||
Draw square spirals.
|
||||
Magic API Updates
|
||||
Sound pause and resume functions added.
|
||||
|
||||
|
|
|
|||
|
|
@ -102,7 +102,7 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
octobre 2, 2024 </p>
|
||||
octobre 4, 2024 </p>
|
||||
</center>
|
||||
</header>
|
||||
<table border="2"
|
||||
|
|
@ -255,6 +255,12 @@
|
|||
<dt>New Magic tool: Crescent</dt>
|
||||
<dd>Draw one of various crescent shapes at a chosen angle.</dt>
|
||||
|
||||
<dt>New Magic tool: Spiral</dt>
|
||||
<dd>Draw spirals.</dt>
|
||||
|
||||
<dt>New Magic tool: Spiral Square</dt>
|
||||
<dd>Draw square spirals.</dt>
|
||||
|
||||
<dt>Magic API Updates</dt>
|
||||
<dd>Sound pause and resume functions added.</dt>
|
||||
</dl>
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
Copyright © 2002-2024 by varios colaboradores; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
||||
2 de Outubro de 2024
|
||||
4 de Outubro de 2024
|
||||
|
||||
+--------------------------------------------------------+
|
||||
| Índice |
|
||||
|
|
@ -125,6 +125,10 @@ New Magic tool: ASCII Color Computer
|
|||
Transform your picture into colored computer "ASCII art".
|
||||
New Magic tool: Crescent
|
||||
Draw one of various crescent shapes at a chosen angle.
|
||||
New Magic tool: Spiral
|
||||
Draw spirals.
|
||||
New Magic tool: Spiral Square
|
||||
Draw square spirals.
|
||||
Magic API Updates
|
||||
Sound pause and resume functions added.
|
||||
|
||||
|
|
|
|||
|
|
@ -102,7 +102,7 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
2 de Outubro de 2024 </p>
|
||||
4 de Outubro de 2024 </p>
|
||||
</center>
|
||||
</header>
|
||||
<table border="2"
|
||||
|
|
@ -255,6 +255,12 @@
|
|||
<dt>New Magic tool: Crescent</dt>
|
||||
<dd>Draw one of various crescent shapes at a chosen angle.</dt>
|
||||
|
||||
<dt>New Magic tool: Spiral</dt>
|
||||
<dd>Draw spirals.</dt>
|
||||
|
||||
<dt>New Magic tool: Spiral Square</dt>
|
||||
<dd>Draw square spirals.</dt>
|
||||
|
||||
<dt>Magic API Updates</dt>
|
||||
<dd>Sound pause and resume functions added.</dt>
|
||||
</dl>
|
||||
|
|
|
|||
BIN
docs/html/images/magic_examples/spiral-square.png
Normal file
BIN
docs/html/images/magic_examples/spiral-square.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 507 B |
BIN
docs/html/images/magic_examples/spiral.png
Normal file
BIN
docs/html/images/magic_examples/spiral.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.5 KiB |
|
|
@ -6,7 +6,7 @@
|
|||
Copyright © 2002-2024 by various contributors; see AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
||||
október 2, 2024
|
||||
október 4, 2024
|
||||
|
||||
+-------------------------------------------------+
|
||||
| Table of Contents |
|
||||
|
|
@ -124,6 +124,10 @@ New Magic tool: ASCII Color Computer
|
|||
Transform your picture into colored computer "ASCII art".
|
||||
New Magic tool: Crescent
|
||||
Draw one of various crescent shapes at a chosen angle.
|
||||
New Magic tool: Spiral
|
||||
Draw spirals.
|
||||
New Magic tool: Spiral Square
|
||||
Draw square spirals.
|
||||
Magic API Updates
|
||||
Sound pause and resume functions added.
|
||||
|
||||
|
|
|
|||
|
|
@ -102,7 +102,7 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
október 2, 2024 </p>
|
||||
október 4, 2024 </p>
|
||||
</center>
|
||||
</header>
|
||||
<table border="2"
|
||||
|
|
@ -255,6 +255,12 @@
|
|||
<dt>New Magic tool: Crescent</dt>
|
||||
<dd>Draw one of various crescent shapes at a chosen angle.</dt>
|
||||
|
||||
<dt>New Magic tool: Spiral</dt>
|
||||
<dd>Draw spirals.</dt>
|
||||
|
||||
<dt>New Magic tool: Spiral Square</dt>
|
||||
<dd>Draw square spirals.</dt>
|
||||
|
||||
<dt>Magic API Updates</dt>
|
||||
<dd>Sound pause and resume functions added.</dt>
|
||||
</dl>
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
Copyright © 2002-2024 by various contributors; AUTHORS.txt 参照.
|
||||
https://tuxpaint.org/
|
||||
|
||||
2024年10月 2日
|
||||
2024年10月 4日
|
||||
|
||||
+--------------------------------------------------+
|
||||
| 目次 |
|
||||
|
|
@ -122,6 +122,10 @@ New Magic tool: ASCII Color Computer
|
|||
Transform your picture into colored computer "ASCII art".
|
||||
New Magic tool: Crescent
|
||||
Draw one of various crescent shapes at a chosen angle.
|
||||
New Magic tool: Spiral
|
||||
Draw spirals.
|
||||
New Magic tool: Spiral Square
|
||||
Draw square spirals.
|
||||
Magic API Updates
|
||||
Sound pause and resume functions added.
|
||||
|
||||
|
|
|
|||
|
|
@ -102,7 +102,7 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
2024年10月 2日 </p>
|
||||
2024年10月 4日 </p>
|
||||
</center>
|
||||
</header>
|
||||
<table border="2"
|
||||
|
|
@ -255,6 +255,12 @@
|
|||
<dt>New Magic tool: Crescent</dt>
|
||||
<dd>Draw one of various crescent shapes at a chosen angle.</dt>
|
||||
|
||||
<dt>New Magic tool: Spiral</dt>
|
||||
<dd>Draw spirals.</dt>
|
||||
|
||||
<dt>New Magic tool: Spiral Square</dt>
|
||||
<dd>Draw square spirals.</dt>
|
||||
|
||||
<dt>Magic API Updates</dt>
|
||||
<dd>Sound pause and resume functions added.</dt>
|
||||
</dl>
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
Të drejta kopjimi © 2002-2024 nga kontribues të ndryshëm; shihni AUTHORS.txt.
|
||||
https://tuxpaint.org/
|
||||
|
||||
2 tetor 2024
|
||||
4 tetor 2024
|
||||
|
||||
+---------------------------------------------------+
|
||||
| Pasqyrë e Lëndës |
|
||||
|
|
@ -124,6 +124,10 @@ New Magic tool: ASCII Color Computer
|
|||
Transform your picture into colored computer "ASCII art".
|
||||
New Magic tool: Crescent
|
||||
Draw one of various crescent shapes at a chosen angle.
|
||||
New Magic tool: Spiral
|
||||
Draw spirals.
|
||||
New Magic tool: Spiral Square
|
||||
Draw square spirals.
|
||||
Magic API Updates
|
||||
Sound pause and resume functions added.
|
||||
|
||||
|
|
|
|||
|
|
@ -102,7 +102,7 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
2 tetor 2024 </p>
|
||||
4 tetor 2024 </p>
|
||||
</center>
|
||||
</header>
|
||||
<table border="2"
|
||||
|
|
@ -255,6 +255,12 @@
|
|||
<dt>New Magic tool: Crescent</dt>
|
||||
<dd>Draw one of various crescent shapes at a chosen angle.</dt>
|
||||
|
||||
<dt>New Magic tool: Spiral</dt>
|
||||
<dd>Draw spirals.</dt>
|
||||
|
||||
<dt>New Magic tool: Spiral Square</dt>
|
||||
<dd>Draw square spirals.</dt>
|
||||
|
||||
<dt>Magic API Updates</dt>
|
||||
<dd>Sound pause and resume functions added.</dt>
|
||||
</dl>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue