dyna3/README.md

12 lines
705 B
Markdown
Raw Normal View History

# dyna3
2019-09-14 19:00:59 +00:00
### Abstract
2019-09-14 20:08:37 +00:00
Constraint-based three-dimensional dynamic geometry
## Description
2019-09-14 20:08:37 +00:00
From a thorough web search, there does not seem to be a dynamic geometry software package which (a) began its life handling three dimensions, rather than just two, and (b) allows you to express the desired geometric configuration in terms of constraints on the entities (e.g. l and k are parallel, a, b, and c a collinear, etc.) rather than as a construction (e.g. l is the perpendicular bisector of a and b). The goal of the dyna3 project is to close this gap.
2019-09-14 20:08:37 +00:00
The first step is to produce a simple WebGL canvas which displays a point (as small spheres with a stipple texture) so that it can be dragged around.