Julia: Difference between revisions

399 bytes added ,  11 September 2019
no edit summary
No edit summary
No edit summary
Line 59: Line 59:
===Graphics===
===Graphics===
{{Main|Graphics in Julia}}
{{Main|Graphics in Julia}}
You can use MeshCat.jl to create visualizations to view in a web browser.<br>
These visualizations are powered by WebGL using three.js.<br>
Note that MeshCat.jl only exposes a small subset of three.js's features so I
would not recommend it for creating highly intricate or interactive experiences at the moment.<br>
MeshCat.jl is built using [https://github.com/JuliaGizmos/WebIO.jl WebIO.jl].<br>