-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
70 lines (41 loc) · 2.71 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!DOCTYPE html>
<html>
<head>
<title>Paul Masson</title>
<style>
p { margin-left: .5in }
</style>
<link rel="stylesheet" type="text/css" href="https://paulmasson.github.io/sagemath-docs/style.css">
<meta name="google-site-verification" content="UmvKbgaoceJNpmsZD1G_Nk1o0ZazmxI2650WGtgBPmc">
</head>
<body>
<br/><h1>Math & MathCell</h1>
<p><a href="math/docs/">Math</a> — nontrivial math in the browswer</br>
Complex special functions and common mathematical operations in JavaScript</p>
<p><a href="mathcell/docs/">MathCell</a> — interactive mathematics in the browser</p>
<br/><h1>WebXR Worlds</h1>
<p><a href="webxr-worlds/cube-space.html">Cube Space</a></p>
<p><a href="webxr-worlds/sky-of-spheres.html">A Sky Full of Spheres</a></p>
<p><a href="webxr-worlds/sky-of-glows.html">A Sky of Glowing Balls</a></p>
<p><a href="webxr-worlds/toroidal-space.html">A Toroidal Space Full of Spheres</a> — you’ll never escape!</p>
<p><a href="webxr-worlds/functions">Special Functions in WebXR</a> — complete list of available functions</p>
<p><a href="webxr-worlds/flat-torus.html">Flat Torus with Navigation</a></p>
<p><a href="webxr-worlds/lorenz-attractor.html">Lorenz Attractor with Navigation</a></p>
<p><a href="webxr-worlds/schwarz-surface.html">Schwarz Primitive Minimal Surface</a></p>
<p><a href="webxr-worlds/catenoid-cube.html">Cube of Catenoids</a></p>
<p><a href="webxr-worlds/gravitating-system.html">Gravitating System</a> — ten elastically colliding gravitating spheres</p>
<p><a href="webxr-worlds/flock-of-spheres.html">A Flock of Spheres</a></p>
<br/><h1>Three.js Examples</h1>
<p><a href="threejs-examples/rotating-tesseract-webxr.html">Rotating tesseract in WebXR</a></p>
<p><a href="threejs-examples/lorenz-attractor-webxr.html">Lorenz attractor in WebXR</a></p>
<p><a href="threejs-examples/flat-torus-webxr.html">Flat torus with continous animation of lobes in WebXR</a></p>
<p><a href="threejs-examples/marching-metaballs.html">Metaballs via Marching Cubes</a></p>
<p><a href="threejs-examples/webgl-multiple-elements-math.html">Multiple elements with LaTeX math</a></p>
<p><a href="threejs-examples/webgl-multiple-elements-text.html">Multiple elements with CSS math</a></p>
<br/><h1>What have I been up to on GitHub?</h1>
<p><a href="https://jaanga.github.io/cookbook-html/examples-html/github-api-rss/github-api-users-events/github-api-users-events-r6.html#paulmasson">GitHub event viewer courtesy of @theo-armour</a></p>
<br/><h1>SageMath</h1>
<p><a href="sagemath-docs">sagemath-docs</a> — simple and clear documentation for SageMath functions and operations</p>
<p><a href="Parse SageMath Functions.html">Parse SageMath functions/all.py in master branch</a></p>
</body>
</html>