PlotlyGeometries.jl

PlotlyGeometries.jl is a Julia package designed for creating and manipulating 3D geometrical shapes and visualizations using PlotlyJS.jl.
Author akjake616
Popularity
1 Star
Updated Last
1 Month Ago
Started In
June 2024

PlotlyGeometries.jl

Build Status

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 ๐Ÿ˜‰

PlotlyGeometries.jl

Installation

To install PlotlyGeometries.jl, use the following command in the Julia REPL:

using Pkg
Pkg.add("PlotlyGeometries")

Learn by Examples

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.

Usage

Please refer to the user manual in the docs folder.