Message Boards Message Boards

3
|
8104 Views
|
4 Replies
|
5 Total Likes
View groups...
Share
Share this post:

Wolfram Model Explorer

Posted 4 years ago

I've created a 3D/VR Wolfram Model explorer.

Wolfram Model Explorer

Limitations

  • multi-pattern models not supported
    • e.g. {{{1, 2}, {2, 3}} -> {{1, 3}, {2, 4}, {4, 3}}, {{1, 1}, {2, 1}} -> {{1, 1}}}
  • single-element models not supported
    • e.g. {{{1}} -> {{1, 2}, {2}, {2}}}
  • hyperedges not visualized
POSTED BY: Zolmeister Zman
4 Replies

Is it working? When I go to the website URL you provided it just has "VR" letters and link to GitHub repo.

POSTED BY: Sam Carrettie

Thanks for reporting. Turns out it was broken in Firefox. Should be fixed now.

For those curious, the issue was caused by a negative look-behind regex: /(?<!})}}$/

POSTED BY: Zolmeister Zman
Posted 4 years ago

This looks very interesting!

I think it would be worthwhile to work on the layout algorithm a bit, it does not seem to do a good job disentangling large graphs.

Compare, for example, this: website screenshot

with WolframModelPlot output for the same graph (with hyperedge rendering disabled as well): mathematica WolframModel[{{1, 2, 3}} -> {{1, 4, 3}, {5, 6, 2}, {5, 6, 4}, {5, 6, 5}}, {{1, 1, 1}}, 6]["FinalStatePlot", "HyperedgeRendering" -> "Subgraphs"] WolframModelPlot output

POSTED BY: Max Piskunov

Thanks for the feedback. I have adjusted the physics parameters and the results are now significantly better. wm3164

POSTED BY: Zolmeister Zman
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract