https://github.com/rtlevy/simplevisualizer
Simple math visualizer library
https://github.com/rtlevy/simplevisualizer
mathematics visualization
Last synced: about 1 year ago
JSON representation
Simple math visualizer library
- Host: GitHub
- URL: https://github.com/rtlevy/simplevisualizer
- Owner: rtlevy
- Created: 2017-02-19T03:58:22.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-19T14:03:07.000Z (over 9 years ago)
- Last Synced: 2024-05-31T21:22:46.290Z (about 2 years ago)
- Topics: mathematics, visualization
- Language: Java
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SimpleVisualizer
Simple math visualizer library
Building
--------
This is a Eclipse project built using maven. To build a jar, `cd` to the project directory and run `mvn install`. To build the JavaDoc, run `mvn javadoc:javadoc javadoc:jar`.