Skip to content

lilboyspirit/Shapes.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simplify your geometry-related tasks with this versatile Julia package. providing tools for defining shapes of N-dimension and performing essential calculations.


Julia Programming Language Logo

Spirit's discord server Stable Dev Aqua QA Build Status

Julia package for geometric calculations and shape drawing.

Disclaimer

This package prioritizes simplicity, ease of use, and performance. There may be a trade-off in terms of precision in certain geometric calculations. For use cases requiring high-precision results (e.g., scientific simulations, engineering), it's recommended to use specialized, precision-focused geometry packages.

Installation

using Pkg; Pkg.add("https://github.com/lilboyspirit/Shapes.jl")

License

All code licensed under the MIT license.