EmathGeoeditor

Create geometric constructions

Fork me on GitHub

EmathGeoeditor depends on jQuery, JSXGraph.

Example 编辑模式

Here is an example, how to use gedit.js.

<div id="box1"> </div> <script type="text/javascript"> jQuery('#box1').geditor({editable: true}); </script>

The geoeditor is started in edit mode. You can click the checkbox to toggle between edit mode and show mode.

Example 编辑模式(有数据)

Example 视图模式(选项卡)

Example 视图模式(无选项卡、用导航点)

...