git @ Cat's Eye Technologies Semicircle-Jam / ce6d2fe
Arrange licensing info according to REUSE 3.2 convention. Chris Pressey 6 months ago
4 changed file(s) with 22 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
00 Semicircle Jam
11 ==============
2
3 <!--
4 SPDX-FileCopyrightText: Chris Pressey, the original author of this work, has dedicated it to the public domain.
5 For more information, please refer to <https://unlicense.org/>
6 SPDX-License-Identifier: Unlicense
7 -->
28
39 _Try it online_ [@ catseye.tc](https://catseye.tc/installation/Latcarf)
410 | _See also:_ [Maze Clouds](https://codeberg.org/catseye/Maze-Clouds#maze-clouds)
0 /*
1 * dam-plus-widgets-0.2.js and semicircle-jam.js should be loaded before this.
2 * After this is loaded, call launch() to start the gewgaw.
3 */
0 // SPDX-FileCopyrightText: Chris Pressey, the original author of this work, has dedicated it to the public domain.
1 // For more information, please refer to <https://unlicense.org/>
2 // SPDX-License-Identifier: Unlicense
3
4 // dam-plus-widgets-0.2.js and semicircle-jam.js should be loaded before this.
5 // After this is loaded, call launch() to start the gewgaw.
46
57 function launch(config) {
68 var div=DAM.maker('div'), button=DAM.maker('button'), canvas=DAM.maker('canvas');
00 <!DOCTYPE html>
1 <!--
2 SPDX-FileCopyrightText: Chris Pressey, the original author of this work, has dedicated it to the public domain.
3 For more information, please refer to <https://unlicense.org/>
4 SPDX-License-Identifier: Unlicense
5 -->
16 <head>
27 <meta charset="utf-8">
38 <title>Semicircle Jam</title>
0 // SPDX-FileCopyrightText: Chris Pressey, the original author of this work, has dedicated it to the public domain.
1 // For more information, please refer to <https://unlicense.org/>
2 // SPDX-License-Identifier: Unlicense
3
4
05 var QUADRANT = Math.PI / 2;
16
27