Difference between revisions of "MetaPost"

From Wiki
Jump to navigation Jump to search
m (link to Asymptote added)
Line 9: Line 9:
 
MetaPost is ConTeXt's "native" graphics mode, see [[MetaFun]].
 
MetaPost is ConTeXt's "native" graphics mode, see [[MetaFun]].
  
== ==
+
== Different Packages, Extensions & Applications of Metapost ==
Besides MetaFun there are some more extensions to MetaPost:
 
* [[MetaType1]], see [http://www.ctan.org/tex-archive/fonts/utilities/metatype1/ CTAN]
 
 
 
=== Different Packages, Extensions & Applications of Metapost ===
 
 
* [http://www.ctan.org/tex-archive/graphics/metaplot/ MetaPlot] - graph drawing
 
* [http://www.ctan.org/tex-archive/graphics/metaplot/ MetaPlot] - graph drawing
 
* [http://www.ctan.org/tex-archive/graphics/metapost/contrib/macros/metaobj/ MetaObj]
 
* [http://www.ctan.org/tex-archive/graphics/metapost/contrib/macros/metaobj/ MetaObj]
Line 36: Line 32:
  
 
* http://melusine.eu.org/syracuse/metapost/
 
* http://melusine.eu.org/syracuse/metapost/
 +
 +
== MetaPost relatives ==
 +
 +
=== Font Creation ===
 +
* [[MetaType1]], see [http://www.ctan.org/tex-archive/fonts/utilities/metatype1/ CTAN]
 +
 +
=== 3D drawing ===
 +
* [http://asymptote.sourceforge.net/ Asymptote] - inspired by MetaPost & fully generalizes MetaPost path construction algorithms to three-dimensions
 +
  
 
[[Category:Graphics]]
 
[[Category:Graphics]]

Revision as of 21:29, 4 February 2006

< Math, MetaFun, Graphics

MetaPost is a graphical programming language, based on Donald Knuth's MetaFont. Normally MP graphics are converted to PostScript and used with dvips, but ConTeXt can use it directly with PDF (see MPtoPDF).

MetaPost is ConTeXt's "native" graphics mode, see MetaFun.

Different Packages, Extensions & Applications of Metapost

  • finomaton - drawing finite state automata
  • statsmac - metapost macros for statistics graphs

Packages for 3D support


TODO: needs major review (See: To-Do List)


Documentation & Tutorials

Other Links

MetaPost relatives

Font Creation

3D drawing

  • Asymptote - inspired by MetaPost & fully generalizes MetaPost path construction algorithms to three-dimensions