this post was submitted on 03 Jun 2026
28 points (91.2% liked)

Programming

27144 readers
756 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 3 years ago
MODERATORS
 

As the title says, which programming language would you agree had the best libraries for visualisation (graphs, 3d models, charts, networks, animations, etc)?

Prefer languages with libraries that have more visulatizaton features than say, ease of using the libraries.

you are viewing a single comment's thread
view the rest of the comments
[–] technocrit@lemmy.dbzer0.com 2 points 8 hours ago* (last edited 8 hours ago)

I moved from Python to Julia. I primarily generate mathematical images and videos: fractals, chaotic systems, complex functions, etc. I've found Julia to be faster with better libraries for my purposes (eg. VideoIO).

I don't do charts, graphs, etc.. but I imagine Julia has great libraries for that stuff too.