Asymptote is a powerful descriptive 2D and 3D vector graphics language for technical drawing, inspired by MetaPost but with an improved C++-like syntax. It provides for figures the same high-quality level of typesetting that LaTeX does for scientific text. Asymptote is a programming language as opposed to just a graphics program. It can exploit the best features of script (command-driven) and graphical user interface (GUI) methods. High-level graphics commands are implemented in the language itself, allowing them to be easily tailored to specific applications.
| Tags | Scientific/Engineering Visualization education Text Processing Markup TeX/LaTeX Mathematics multimedia Graphics Editors Vector-Based 3D Modeling |
|---|---|
| Licenses | LGPLv3 |
| Operating Systems | Mac OS X Unix POSIX Linux Windows Windows Windows |
| Implementation | C++ |
Recent releases


Release Notes: Compilation without the FFTW library is now supported again.


Release Notes: Self-defined unary operators are now allowed. Formatted strings instead of real values are compared in OmitFormat. The segment(bool[]) function was rewritten to use the more efficient segmentlimits(bool[]) call. Unnecessary buffering of surface and path3 data was removed. Portability tweaks were made. References to out-of-date trembling examples were removed. Vertex-colored triangles now work again in Adobe XI. The transformation of normal vectors was fixed. PostScript extend qualifiers were added for axial and radial shading..


Release Notes: Explicitly transformed billboard labels now work correctly again. The alignment point of OpenGL billboard labels has been fixed. An "extend" parameter has been added to the axes (default true) and axes3 (default false) routines. A history recall bug has been fixed. A typo has been corrected in the documentation of the Jacobi elliptic functions sncndn.


Release Notes: Numerical resolution issues with the PRC camera orientation and viewportshift were fixed. The lighting of NURBS surfaces was fixed. The special 8192 strlen NSIS build was now correctly reinstated, with stubs, to prevent the installer from overwriting Windows PATH environment variables > 1023 bytes.


Release Notes: Bugs with non-square pen function images and autoscaled logarithmic axes were fixed. Off-screen and non-off-screen rendering are now supported in a single binary (requiring OSMesa version 8). The media9 LaTeX style file is now used to embed 3D PRC content. Local 3D coordinates are used. PRC Part names are no longer generated by default. A bug in bezulate was fixed. A settings.axes3 flag was added to control the visibility of PRC axes. An efficient 3D routine for drawing many triangles, with specified vertices and optional normals or vertex colors, was implemented.