45 lines
1.9 KiB
XML
45 lines
1.9 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
|
|
<name>Apollonian Gasket</name>
|
|
<id>fablabchemnitz.de.apollonian</id>
|
|
<param name="active_tab" type="notebook">
|
|
<page name="title" gui-text="Settings">
|
|
<param name="depth" type="int" min="2" max="7" gui-text="Depth">3</param>
|
|
<param name="curvatures" type="description" xml:space="preserve">------------------------------</param>
|
|
<param name="c1" type="float" min="0.1" max="10.0" precision="2" gui-text="c1">2.0</param>
|
|
<param name="c2" type="float" min="0.1" max="10.0" precision="2" gui-text="c2">3.0</param>
|
|
<param name="c3" type="float" min="0.1" max="10.0" precision="2" gui-text="c3">3.0</param>
|
|
<param name="help" type="description" xml:space="preserve">------------------------------</param>
|
|
<param name="shrink" type="bool" gui-text="shrink circles for cutting">true</param>
|
|
</page>
|
|
<page name="Usage1" gui-text="Usage">
|
|
<!-- space:preserve read for neat layout -->
|
|
<param name="use1" type="description" xml:space="preserve">
|
|
Make an apollonian gasket:
|
|
|
|
Depth = depth in search tree
|
|
|
|
c1,c2,c3 = curvatures of first 3 osculating circles
|
|
|
|
See https://en.wikipedia.org/wiki/Apollonian_gasket
|
|
for details of construction.
|
|
</param>
|
|
</page>
|
|
<page name="Usage2" gui-text="Help">
|
|
<param name="use2" type="description" xml:space="preserve">
|
|
No help needed.
|
|
</param>
|
|
</page>
|
|
</param>
|
|
<effect>
|
|
<object-type>all</object-type>
|
|
<effects-menu>
|
|
<submenu name="FabLab Chemnitz">
|
|
<submenu name="Shape/Pattern from Generator"/>
|
|
</submenu>
|
|
</effects-menu>
|
|
</effect>
|
|
<script>
|
|
<command location="inx" interpreter="python">fablabchemnitz_apollonian.py</command>
|
|
</script>
|
|
</inkscape-extension> |