Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 733 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 733 Bytes

Dynamic Geometry in Elm

A simple dynamic geometry program in the functional programming language Elm. This is a project I chose as part of a lecture course at university.

You can try it out here.

The current functionality is quite basic but allows you to construct any points constructible using a compass and a straightedge, the tools used in classical geometry. However it lacks some features you might expect in a geometry program, such as hiding auxiliary lines and circles, measuring lengths and angles etc.