Skip to content

Cleaned-up fork of TheOpteProject/LGL (Large Graph Layout).

License

Notifications You must be signed in to change notification settings

maxmouchet/minilgl

Repository files navigation

minilgl

Build

Cleaned-up fork of TheOpteProject/LGL (Large Graph Layout):

  • Removal of Java code, BGP dumps, Perl scripts ...
  • Use of robin_hood's faster unordered_map and unordered_set

Build from source

cmake -S . -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build
build/lglayout2d # or {lglayout,lglbreakup,lglfileconvert,lglrebuild}{2d,3d}

Docker

# {lglayout,lglbreakup,lglfileconvert,lglrebuild}{2d,3d}
docker run ghcr.io/maxmouchet/minilgl:main lglayout2d

Nix

nix run github:maxmouchet/minilgl#lglayout2d

About

Cleaned-up fork of TheOpteProject/LGL (Large Graph Layout).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages