geomedit
geomedit copied to clipboard
Online geometry editor based on AngularJS and JSXGraph.
Geometry Editor
An online dynamic geometry editor based on AngularJS and JSXGraph.
-
-
Features
- [x] Suitable for multiple devices and browsers (IE9+ included).
- [x] Responsive web design for desktop, tablet and mobile phones.
- [x] Multiple languages (Chinese and English).
- [x] Snapping points such as vertex, glider, intersection and midpoint.
- [x] Snapping parallel and perpendicular lines.
- [x] Draw vector shapes interactively.
- [x] Show context tips and widgets for interactive tools.
- [x] Show and edit properties of various shapes.
- [ ] Load and save.
- [ ] Undo and redo.
Build & development
Run npm install && bower install
to download all dependencies.
Run grunt serve
for preview and grunt build
for deploying.
License
This project is licensed under GPL v3.
Further reading
-
Debug with the unminified version of JSXGraph library (Run
doc/jxg.sh
) - JSXGraph Homepage
- JSXGraph GUI