index.html
-
READ ME
— A good place to start.
-
./spheres-dev.html — Access to a lot of
bits and pieces of demos. Console access is required.
-
./spheres-starfield.html
— A simple demo, no programming required.
-
./morph.html — Animating a smooth continuous
change between one path and another.
-
./letters.html — A simple way to convert
text into a path. The intent is to use these paths for other purposes,
like an input to morph.
-
./sky-writing.html — An easy way to
customize the text effects from ./letters.html. (Mostly it's a test
environment at this point.)
-
./curves.html — Some examples starting with
a simple SVG stroke, but then altered in various ways. Includes some
interesting hearts and spirals. No help so just click things and see
what happens.
-
./path-debugger.html
-
./estimate-tangent-line.html,
./show-text.html, and
./show-text-1.html — These are aimed at
use in
a video, but
they are also interactive. See
html-to-movie
for more details.
-
./tau.html — τ = 2π. I used this to create
another video.
-
./bug-splat.html — I used this to create
a video
demonstrating
<filter>
,
<feTurbulence>
, and
<feDisplacementMap>
. This is made to work with
html-to-movie. To see it live, type animate()
in the JavaScript
console.
-
./moon.html — Some animations related to a
lunar eclipse and the phases of the moon.
-
./tangent-line-2.html,
./dx.html,
./text-for-derivative.html,
./parabola-tangent-line.html
— Some animations for another video.
Here is a
rough draft of the script before I added any graphics.
-
./parametric-path.html — Create a
css path string from a parametric function.
-
./complex-fourier-series.html
— Create and explore a complex Fourier series from any parametric
function.
-
./some4.html
— A Taylor series explorer. I used it to create
my entry in #SoME4
-
./hershey-fonts-viewer.html
— I'm adding some new stroke based fonts to my toolkit.
-
./fourier-smackdown.html?index=11
— This was the source for
my pentagram video. It keeps evolving. This works with
my new video recording software. Try different index values to see different chapters, different
paths. Leave the index off to see a random chapter.