Graphics in Julia: Difference between revisions

No edit summary
No edit summary
 
Line 2: Line 2:


===MeshCat===
===MeshCat===
MeshCat.jl is a Julia wrapper around three.js. It creates its own server and opens a webpage to access the server.
MeshCat.jl is a Julia wrapper around [http://threejs.org three.js] built using [https://github.com/JuliaGizmos/WebIO.jl WebIO.jl]. It creates its own server and opens a webpage to access the server. However, MeshCat.js is a bit lacking in documentation and does not expose all the features of three.js. We may need to extend it for additional features.




Line 8: Line 8:
* Install Julia
* Install Julia
* Make a new project
* Make a new project
* Add MeshCat, Colors, GeometryTypes, CoordinateTransformations to your project