wikipedia-graph
Graph/network interface to Wikipedia. (by arifr1234)
3d-force-graph
3D force-directed graph component using ThreeJS/WebGL (by vasturiano)
wikipedia-graph | 3d-force-graph | |
---|---|---|
3 | 8 | |
19 | 4,632 | |
- | - | |
0.0 | 6.7 | |
over 3 years ago | 6 months ago | |
HTML | HTML | |
GNU General Public License v3.0 or later | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
wikipedia-graph
Posts with mentions or reviews of wikipedia-graph.
We have used some of these posts to build our list of alternatives
and similar projects.
3d-force-graph
Posts with mentions or reviews of 3d-force-graph.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-02-17.
-
[OC] A Centrality-Weighted Network Graph of all current Australian Parliamentary Committees
I used neo4j and https://github.com/vasturiano/3d-force-graph to make the visuals. Full graph is here: https://lewington-pitsos.github.io/committees/committees.html
Tool: The visuals were made with neo4j, and for the 3d graph I also used https://github.com/vasturiano/3d-force-graph
-
Words reachable from the word "lobster" by changing, adding, or deleting one letter at a time [OC]
Oof, yeah, I hadn't even noticed that "rouster" somehow got almost perfectly overlapped onto the line linking "lobster" to "louster". I'd have to experiment with more layout algorithms and their parameters. In the meantime, the interactive viz (all I did was throw JSON at 3d-force-graph) gets around the layout problem by letting you freely rotate the scene and drag nodes: https://pjleimbigler.github.io/wordgraph/graph.html
-
3D graph ?
The Examples section on this page shows many different types of 3D graphs. The Text example presents the graph as text nodes.
-
i made a 3D network map of my improvised music, grouped together by instrumentation and location etc
I will open source the whole thing at some point, but need to cleanup a bit first It is a simple page built using Svelte, and then the graph rendering is done using this library https://github.com/vasturiano/3d-force-graph
-
i made a 3D network map of my music, clustering by instrumentation and place etc
anyway it is a simple svelte app with typescript and was primarily made using this three.js library https://github.com/vasturiano/3d-force-graph i will open source my own code at some point but now it is a bit messy
-
[Help] What is a good visualiser for a 3D graph with known positions, with node and edge weights?
thanks, it doesn't look like the right kind of visualisation, i'm looking for something to render lots of nodes (10-100s of thousands), so probably something along the lines of this would be better: https://github.com/vasturiano/3d-force-graph , except that 3d force graph determines the positions in space by fitting, rather than specifying positions. (having looked at it again, it may be possible to modify it to fix positions however..)
-
Using 3d-force-graph to create a social network explorer in 3D space
https://github.com/vasturiano/3d-force-graph is the library used, if anyone is curious
What are some alternatives?
When comparing wikipedia-graph and 3d-force-graph you can also consider the following projects:
dns-over-wikipedia - Redirect `.idk` domains using Wikipedia
react-force-graph - React component for 2D, 3D, VR and AR force directed graphs