From 4fa695756725dc0955119a6ac333499788139a0c Mon Sep 17 00:00:00 2001 From: Zeftax Date: Sat, 13 Jul 2024 15:13:45 +0200 Subject: [PATCH] Add external tools --- docs/www/random/index.php | 57 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) diff --git a/docs/www/random/index.php b/docs/www/random/index.php index 161c741..c932f23 100644 --- a/docs/www/random/index.php +++ b/docs/www/random/index.php @@ -53,6 +53,63 @@ display_header("Random stuff");
+

+ External stuff +

+
+ Some cool tools on other sites, take a look! +
+ + + + + + + + + + + + + + + + + +
+ + Julia set explorer + + + Pick a parameter on the Mandelbrot set and see the corresponding + Julia set, then you can pick a seed there and see its orbit! +
+ + Lilypond + + + Awesome tool for making sheet music using a tex-like notation. + You might want to use an editor like + Frescobaldi. +
+ + MapTool + + + Highly scriptable virtual tabletop. +
+ + Dungeondraft + + + 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. +
+ +
+

External blogs