My files for playing about with asymptote in a non-TeX way. Mostly based on things I've found. See README in each tarball for attributions. 20200809 : I had moved shape.asy to webgl/ in the previous release, and it is created by the webg target. The old shape.html target no longer built because I had moved it, so now deleted. 20200714 : Updated examples for asymptote-2.66 which is much nicer. Also added another WebGL html example and an animated GIF. While generating klein shapes with random colour values I discovered that bash's random was now reluctant to return the last number of a range (i.e. 8 using modulo 9) and gave very bunched results. I've now hacked my code to get a better distribution of random results, although still no guarantee that any particular number will ever appear. If you are using a verison of asymptote before 2.66, please use the 20200123 tarball to get results which should match your results! 20200123 : Added svg examples (with asymptote-2.65 they referenced png files in the same directory. Added variations of the klein bottle. Added WebGL output. General reworking of the file organization. 20190409 : Removed eps files, since I can no-longer render them. Removed a 2D file as 'uninteresting'. Reduced the rendering on one of the torus files because with the then-current version of asymptote and my radeon driver there were a lot of memory leaks and eventual segfaults. 20160624 : Workaround for asy hanging with gcc-6.1. 20150112 : Original version, 2D and 3D files as eps, pdf and png.