Suggestions for "simple 3D rendering" and "graph" libraries

I want to write a custom, simple 3D “engine” for rendering graphs, which allows modifying and navigating (think: a 3D visual browser and editor of graph data).

Could you recommend some libraries to use for that?
particularly:

  • a very simple 3D rendering engine, and
  • a library for graph data (mainly for interfaces).

I will first use it for RDF graphs, so I will also need a library for that.

I first tried doing it in rust, where I was quite happy with the kiss3d and the petgraph libraries, but… I want this to be a fun project, mainly, and rust seems not to be the best choice for that (I am also a newbie there).

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.