Skip to content

Latest commit

 

History

History
60 lines (35 loc) · 1.62 KB

README.md

File metadata and controls

60 lines (35 loc) · 1.62 KB

Calc3D: 3D Engine built in pure Java

Calc3d lets you visualize three dimensional mathematical elements , viz Point, vector, line curve and allows to plot and explore 3 Dimensional Graphs of Mathematical Functions. Calc3d Screenshot Kurmi-Calc3d-5-748x321 Kurmi-Calc3d_6-786x321

Elements Supported

Point Vector Line Explicit 2D Curve Implicit 2D Curve Parametric 3D Curve Explicit 3D Surface Implicit 3D Surface Parametric 3D Surface

Rendering

Java2d as renderer red-Cyan Anaglyps(StereoScopy)

math-Parser

exp4j Parser (I modified it a bit as per my use)

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

You need Eclipse 4+ and Java 6+ installed

Installing

It is an Eclipse project so just clone this repo in eclipse or download the repo and import the project as an eclipse project. The project has no dependency so no additional tweaking is needed.

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Exp4j parser