3D modelling in Julia

Is there a package like VPython in Julia?
I would like to create simulations with this one below in Julia.

1 Like

Search for the work of @rdeits (robotics).

1 Like
1 Like

Makie.jl is a great choice, but you might also find https://github.com/rdeits/MeshCat.jl and/or https://github.com/JuliaRobotics/RigidBodySim.jl useful.

6 Likes

Thank you @PetrKryslUCSD @mohamed82008 and @rdeits for the suggestions!