Add external tools

This commit is contained in:
Zdenek Borovec 2024-07-13 15:13:45 +02:00
parent f7be577147
commit 4fa6957567

View file

@ -53,6 +53,63 @@ display_header("Random stuff");
<hr>
<h3>
External stuff
</h3>
<div>
Some cool tools on other sites, take a look!
</div>
<table class="noborder-table">
<tr>
<td>
<a href="https://www.marksmath.org/visualization/julia_sets/">
Julia set explorer
</a>
</td>
<td>
Pick a parameter on the Mandelbrot set and see the corresponding
Julia set, then you can pick a seed there and see its orbit!
</td>
</tr>
<tr>
<td>
<a href="https://lilypond.org/doc/v2.24/Documentation/web/index">
Lilypond
</a>
</td>
<td>
Awesome tool for making sheet music using a tex-like notation.
You might want to use an editor like
<a href="https://frescobaldi.org/uguide">Frescobaldi</a>.
</td>
</tr>
<tr>
<td>
<a href="https://www.rptools.net/toolbox/maptool/">
MapTool
</a>
</td>
<td>
Highly scriptable virtual tabletop.
</td>
</tr>
<tr>
<td>
<a href="https://dungeondraft.net/">
Dungeondraft
</a>
</td>
<td>
Unfortunately not FOSS, but still a great piece of
map-making software, especially when used together with
Wonderdraft. At least it is free of any DRM,
so still pretty usable.
</td>
</tr>
</table>
<hr>
<h3>
External blogs
</h3>