Skip to content

nimadehmamy/3dviz

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 
 
 

3D Network Visualization

This is a simplified and lighter version of the 3Nevis project. Simply, make the following json file and uplaod it.

netJSON = {
    'scale': (size of network. used to shrink down the network to fit in screen.)
    'links':{
            'link1': {
                'points': [[xi,yi,zi],...[xf,yf,zf]] (points along the link 2 minimum),
                'radius': r (thickness of the link),
                    },
            'link2': {...},
            ...
            },
     'nodes': {
        'labels':['n0',...,'nN']
        'positions':[[x1,y1,z1],...[xN,yN,zN]] (all nodes at once. labels will be supported later.),
        }

About

3D network vis. (simplfied, web-deployable version of 3NeVis. Works with single json file).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published