7 Dec
2021
7 Dec
'21
6:29 a.m.
On Mon, 6 Dec 2021, Alexandre Christe via ntg-context wrote:
Dear all,
I'd like to know what is the status of Asymptote in Context. To my knowledge, metapost/metafun only support 2D (except with the additional libraries from Roegel, which would have to be cleaned up a bit).
Depends on the kind of support you want. It is relatively easy to define an environment \startasymptote .... \stopasymptote such that the content of the environment is processed by asympotote and read back as an image (using the filter module). With some effort, it is also possible to pass variables from context to asymptote. The reverse communication is more complicated but not really needed for 3D drawing. Aditya