You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
xeogl is an open-source WebGL-based 3D visualization engine from @xeolabs on Twitter. Scenes can be specified in JSON format.
Because this is not another 2D graphing tool, but rather a 3D scene library, it will be accessible only through CreateVisualization and not through Plot() or any of the other high-level tools. (No need to extend ConvertDataSeriesForTool.)
Adding this will be a significant amount of effort, so it is not high-priority.
Once this is done, add a section to the manual explaining basic use of xeogl and one or two examples of using it from GAP, such as making a polyhedron.
(I'm adding this issue as part of an effort to make my to-do list for this project public.)
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
xeogl is an open-source WebGL-based 3D visualization engine from @xeolabs on Twitter. Scenes can be specified in JSON format.
Because this is not another 2D graphing tool, but rather a 3D scene library, it will be accessible only through
CreateVisualization
and not throughPlot()
or any of the other high-level tools. (No need to extendConvertDataSeriesForTool
.)Adding this will be a significant amount of effort, so it is not high-priority.
Once this is done, add a section to the manual explaining basic use of xeogl and one or two examples of using it from GAP, such as making a polyhedron.
(I'm adding this issue as part of an effort to make my to-do list for this project public.)
The text was updated successfully, but these errors were encountered: