PlotlyGeometries.jl
is a Julia package designed for creating and manipulating 3D geometrical shapes and visualizations using PlotlyJS.jl
. This package provides a variety of functions to easily generate and customize 3D shapes like boxes, spheres, ellipsoids, lines, and arrows, as well as utility functions for transformations and visual enhancements.I hope this package will be useful for those trying to create better illustrations for their academic research using Julia ๐
To install PlotlyGeometries.jl
, use the following command in the Julia REPL:
using Pkg
Pkg.add("PlotlyGeometries")
Please refer to the examples to get familiar with some basic usages:
ex_basics.jl
: Some basic geometry creation/transformation stuff.ex_polygons.jl
: Use polygons to build geometries.
Please refer to the user manual in the docs folder.