An implementation of Manfred Mohr's Cubic Limit in functional style with Effect.
- P197 is implemented using fp-ts only. See commit
#325655a
.
- http://www.emohr.com/mohr_cube1_161.html
- http://www.emohr.com/mohr_cube2_197k.html
- The canvas drawing library is adapted for 3D and Effect, based on Giulio Canti's graphics-ts.