Functionalities

All the versions of this article: [English] [français]

- In every document window, you can mix every sort of objects. At this point I have developp :

  • Algebriac or symbolic objects.
  • 2D Graphics objects (cartésienne, parametric et polar, i develop actually a inequation graphic solution)
  • 3D graphics objects (exactly the same as above )

- The grammar of the code is extensible.
- The code is build around a C++ calculus framework.
- Scriptable abilities. (in fact : Applescriptable).
- Recordablities (iMathGeo is totally recordable under Applescript).

Notes
- The symbolic kernel is build around the multiprocessing API (application programming interface). It’s possible to control each tasks with his weight.

- for the graphics I use always the drag and drop way to modify the processing zone. And it’s possible to drop the Open GL graphic as jpeg output (or png, eps, tiff, etc...).

- For the 2D object the output when I drag and drop a image is a pict file, for me it’s better because I can modify the image directly under MS Word or other software.

Philippe