Mystify – blob

You can use Git to clone the repository via the web URL. Download snapshot (zip)
Initial version
[Mystify] / README.md
1 # Mystify Web Animation
3 This is a snipped of TypeScript that animates bouncing polygons in the style of
4 the Mystify screensaver from Windows 3.1/95/98 in an SVG element. It was a
5 leisure programming exercise and my first contact with TypeScript. It is
6 published for reference and in case anyone has a use for it.
8 A live version is available at <https://fietkau.plus/#mystify>.
10 ## License
12 *Mystify Web Animation* (c) 2022 [Julian Fietkau](https://fietkau.me),
13 released under the MIT license.
15 Permission is hereby granted, free of charge, to any person obtaining a
16 copy of this software and associated documentation files (the “Software”),
17 to deal in the Software without restriction, including without limitation
18 the rights to use, copy, modify, merge, publish, distribute, sublicense,
19 and/or sell copies of the Software, and to permit persons to whom the
20 Software is furnished to do so, subject to the following conditions:
22 The above copyright notice and this permission notice shall be included
23 in all copies or substantial portions of the Software.
25 THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS
26 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
27 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
28 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
29 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT
30 OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
31 THE USE OR OTHER DEALINGS IN THE SOFTWARE.