Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created August 21, 2019 02:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/6acad86b9dcbb9afb51ed12e39734dc4 to your computer and use it in GitHub Desktop.
Save ryantm/6acad86b9dcbb9afb51ed12e39734dc4 to your computer and use it in GitHub Desktop.
/nix/store/hvsaj0mmr49jhs1p1xhbw65j70gapqxb-tulip-5.2.1
├── bin
│   ├── tulip
│   ├── tulip-config
│   └── tulip_perspective
├── include
│   ├── tulip
│   │   ├── AboutTulipPage.h
│   │   ├── AbstractGlCurve.h
│   │   ├── AbstractProperty.h
│   │   ├── AcyclicTest.h
│   │   ├── Algorithm.h
│   │   ├── Animation.h
│   │   ├── APIDataBase.h
│   │   ├── AroundTexturedSphere.h
│   │   ├── Array.h
│   │   ├── AutoCompletionDataBase.h
│   │   ├── Bfs.h
│   │   ├── BiconnectedTest.h
│   │   ├── BooleanProperty.h
│   │   ├── BoundingBox.h
│   │   ├── CachedPropertyAnimation.h
│   │   ├── Camera.h
│   │   ├── CaptionGraphicsItem.h
│   │   ├── CaptionGraphicsSubItems.h
│   │   ├── CaptionItem.h
│   │   ├── Circle.h
│   │   ├── ClearableLineEdit.h
│   │   ├── ColorButton.h
│   │   ├── Color.h
│   │   ├── ColorPropertyAnimation.h
│   │   ├── ColorProperty.h
│   │   ├── ColorScaleButton.h
│   │   ├── ColorScaleConfigDialog.h
│   │   ├── ColorScale.h
│   │   ├── ColorScalesManager.h
│   │   ├── ConcatIterator.h
│   │   ├── ConnectedTest.h
│   │   ├── ConsoleUtils.h
│   │   ├── ConversionIterator.h
│   │   ├── ConvexHull.h
│   │   ├── CoordEditor.h
│   │   ├── Coord.h
│   │   ├── CopyPropertyDialog.h
│   │   ├── CSVContentHandler.h
│   │   ├── CSVGraphImport.h
│   │   ├── CSVGraphMappingConfigurationWidget.h
│   │   ├── CSVImportConfigurationWidget.h
│   │   ├── CSVImportWizard.h
│   │   ├── CSVParserConfigurationWidget.h
│   │   ├── CSVParser.h
│   │   ├── Curves.h
│   │   ├── cxx
│   │   │   ├── AbstractProperty.cxx
│   │   │   ├── Array.cxx
│   │   │   ├── CachedPropertyAnimation.cxx
│   │   │   ├── Circle.cxx
│   │   │   ├── DataSet.cxx
│   │   │   ├── Graph.cxx
│   │   │   ├── GraphPropertiesModel.cxx
│   │   │   ├── Matrix.cxx
│   │   │   ├── minmaxproperty.cxx
│   │   │   ├── MutableContainer.cxx
│   │   │   ├── PropertyAnimation.cxx
│   │   │   ├── TulipItemDelegate.cxx
│   │   │   ├── TulipItemEditorCreators.cxx
│   │   │   ├── Vector.cxx
│   │   │   └── VectorPropertyAnimation.cxx
│   │   ├── DataSet.h
│   │   ├── Delaunay.h
│   │   ├── DoublePropertyAnimation.h
│   │   ├── DoubleProperty.h
│   │   ├── DoubleStringsListSelectionWidget.h
│   │   ├── DownloadManager.h
│   │   ├── DragHandle.h
│   │   ├── DrawingTools.h
│   │   ├── EdgeExtremityGlyph.h
│   │   ├── EdgeExtremityGlyphManager.h
│   │   ├── Edge.h
│   │   ├── ExportModule.h
│   │   ├── Face.h
│   │   ├── FaceIterator.h
│   │   ├── FilterIterator.h
│   │   ├── ForEach.h
│   │   ├── Gl2DRect.h
│   │   ├── GlAbstractPolygon.h
│   │   ├── GlAxis.h
│   │   ├── GlBezierCurve.h
│   │   ├── GlBoundingBoxSceneVisitor.h
│   │   ├── GlBox.h
│   │   ├── GlCatmullRomCurve.h
│   │   ├── GlCircle.h
│   │   ├── GlColorScale.h
│   │   ├── GlComplexeEntity.h
│   │   ├── GlComplexPolygon.h
│   │   ├── GlComposite.h
│   │   ├── GlCompositeHierarchyManager.h
│   │   ├── GlConvexGraphHull.h
│   │   ├── GlConvexHull.h
│   │   ├── GlCPULODCalculator.h
│   │   ├── GlCubicBSplineInterpolation.h
│   │   ├── GlCurve.h
│   │   ├── GlDisplayListManager.h
│   │   ├── GlEdge.h
│   │   ├── GlEntity.h
│   │   ├── GlFeedBackBuilder.h
│   │   ├── GlFeedBackRecorder.h
│   │   ├── GlGlyphRenderer.h
│   │   ├── GlGraphComposite.h
│   │   ├── GlGraphHighDetailsRenderer.h
│   │   ├── GlGraphInputData.h
│   │   ├── GlGraphLowDetailsRenderer.h
│   │   ├── GlGraphRenderer.h
│   │   ├── GlGraphRenderingParameters.h
│   │   ├── GlGraphStaticData.h
│   │   ├── GlGrid.h
│   │   ├── GlHexagon.h
│   │   ├── GLInteractor.h
│   │   ├── GlLabel.h
│   │   ├── GlLayer.h
│   │   ├── GlLine.h
│   │   ├── GlLines.h
│   │   ├── GlLODCalculator.h
│   │   ├── GlMainView.h
│   │   ├── GlMainWidgetGraphicsItem.h
│   │   ├── GlMainWidget.h
│   │   ├── GlMetaNodeRenderer.h
│   │   ├── GlNode.h
│   │   ├── GlNominativeAxis.h
│   │   ├── GlOffscreenRenderer.h
│   │   ├── GlOpenUniformCubicBSpline.h
│   │   ├── GlOverviewGraphicsItem.h
│   │   ├── GlPentagon.h
│   │   ├── GlPolygon.h
│   │   ├── GlPolyQuad.h
│   │   ├── GlProgressBar.h
│   │   ├── GlQuad.h
│   │   ├── GlQuadTreeLODCalculator.h
│   │   ├── GlQuantitativeAxis.h
│   │   ├── GlRect.h
│   │   ├── GlRegularPolygon.h
│   │   ├── GlScene.h
│   │   ├── GlSceneObserver.h
│   │   ├── GlSceneVisitor.h
│   │   ├── GlSceneZoomAndPan.h
│   │   ├── GlSelectSceneVisitor.h
│   │   ├── GlShaderProgram.h
│   │   ├── GlSimpleEntity.h
│   │   ├── GlSimpleEntityItemModel.h
│   │   ├── GlSphere.h
│   │   ├── GlStar.h
│   │   ├── GlTextureManager.h
│   │   ├── GlTLPFeedBackBuilder.h
│   │   ├── GlTools.h
│   │   ├── GlTriangle.h
│   │   ├── GlVertexArrayManager.h
│   │   ├── GlXMLTools.h
│   │   ├── Glyph.h
│   │   ├── GlyphManager.h
│   │   ├── GlyphRenderer.h
│   │   ├── GraphAbstract.h
│   │   ├── GraphDecorator.h
│   │   ├── GraphElementModel.h
│   │   ├── Graph.h
│   │   ├── GraphHierarchiesModel.h
│   │   ├── GraphIterator.h
│   │   ├── GraphMeasure.h
│   │   ├── GraphModel.h
│   │   ├── GraphNeedsSavingObserver.h
│   │   ├── GraphParallelTools.h
│   │   ├── GraphPropertiesModel.h
│   │   ├── GraphPropertiesSelectionWidget.h
│   │   ├── GraphProperty.h
│   │   ├── GraphTableItemDelegate.h
│   │   ├── GraphTest.h
│   │   ├── GraphTools.h
│   │   ├── IdManager.h
│   │   ├── ImportModule.h
│   │   ├── IntegerProperty.h
│   │   ├── InteractorComposite.h
│   │   ├── Interactor.h
│   │   ├── ItemsListWidget.h
│   │   ├── Iterator.h
│   │   ├── LayoutPropertyAnimation.h
│   │   ├── LayoutProperty.h
│   │   ├── MapIterator.h
│   │   ├── Matrix.h
│   │   ├── memorypool.h
│   │   ├── minmaxproperty.h
│   │   ├── MouseBoxZoomer.h
│   │   ├── MouseEdgeBendEditor.h
│   │   ├── MouseEdgeBuilder.h
│   │   ├── MouseEdgeSelector.h
│   │   ├── MouseInteractors.h
│   │   ├── MouseNodeBuilder.h
│   │   ├── MouseSelectionEditor.h
│   │   ├── MouseSelector.h
│   │   ├── MouseShowElementInfo.h
│   │   ├── MutableContainer.h
│   │   ├── Node.h
│   │   ├── NodeLinkDiagramComponent.h
│   │   ├── NodeLinkDiagramComponentInteractor.h
│   │   ├── NumericProperty.h
│   │   ├── Observable.h
│   │   ├── OcclusionTest.h
│   │   ├── OpenGlConfigManager.h
│   │   ├── OpenGlIncludes.h
│   │   ├── Ordering.h
│   │   ├── OuterPlanarTest.h
│   │   ├── ParallelTools.h
│   │   ├── ParameterListModel.h
│   │   ├── ParametricCurves.h
│   │   ├── Perspective.h
│   │   ├── PlaceHolderWidget.h
│   │   ├── PlanarConMap.h
│   │   ├── PlanarityTest.h
│   │   ├── PluginContext.h
│   │   ├── Plugin.h
│   │   ├── PluginLibraryLoader.h
│   │   ├── PluginLister.h
│   │   ├── PluginLoader.h
│   │   ├── PluginLoaderTxt.h
│   │   ├── PluginModel.h
│   │   ├── PluginProgress.h
│   │   ├── ProcessingAnimationItem.h
│   │   ├── PropertyAlgorithm.h
│   │   ├── PropertyAnimation.h
│   │   ├── PropertyCreationDialog.h
│   │   ├── PropertyInterface.h
│   │   ├── PropertyTypes.h
│   │   ├── PythonCodeEditor.h
│   │   ├── PythonCppTypesConverter.h
│   │   ├── PythonEditorsTabWidget.h
│   │   ├── PythonIDE.h
│   │   ├── PythonInterpreter.cxx
│   │   ├── PythonInterpreter.h
│   │   ├── PythonShellWidget.h
│   │   ├── PythonVersionChecker.h
│   │   ├── QGlBufferManager.h
│   │   ├── QGlPixelBufferManager.h
│   │   ├── QtGlSceneZoomAndPanAnimator.h
│   │   ├── QuadTree.h
│   │   ├── QuaZIPFacade.h
│   │   ├── QuickAccessBar.h
│   │   ├── Rectangle.h
│   │   ├── RenamePropertyDialog.h
│   │   ├── SceneConfigWidget.h
│   │   ├── SceneLayersConfigWidget.h
│   │   ├── ScientificDoubleSpinBox.h
│   │   ├── ScrollPopupButton.h
│   │   ├── SerializableType.h
│   │   ├── ShapeDialog.h
│   │   ├── SimplePluginProgress.h
│   │   ├── SimplePluginProgressWidget.h
│   │   ├── SimpleStringsListSelectionWidget.h
│   │   ├── SimpleTest.h
│   │   ├── Size.h
│   │   ├── SizePropertyAnimation.h
│   │   ├── SizeProperty.h
│   │   ├── SnapshotDialog.h
│   │   ├── SortIterator.h
│   │   ├── StableIterator.h
│   │   ├── StaticProperty.h
│   │   ├── StlFunctions.h
│   │   ├── StlIterator.h
│   │   ├── StoredType.h
│   │   ├── StringCollection.h
│   │   ├── StringEditor.h
│   │   ├── StringProperty.h
│   │   ├── StringsListSelectionDialog.h
│   │   ├── StringsListSelectionWidget.h
│   │   ├── StringsListSelectionWidgetInterface.h
│   │   ├── TemplateAlgorithm.h
│   │   ├── TextureFileDialog.h
│   │   ├── TlpQtTools.h
│   │   ├── TlpTools.h
│   │   ├── TreeTest.h
│   │   ├── TreeViewComboBox.h
│   │   ├── TriconnectedTest.h
│   │   ├── tulipconf.h
│   │   ├── TulipException.h
│   │   ├── TulipFontAwesome.h
│   │   ├── TulipFontDialog.h
│   │   ├── TulipFont.h
│   │   ├── TulipFontIconDialog.h
│   │   ├── TulipFontIconEngine.h
│   │   ├── tuliphash.h
│   │   ├── TulipIconicFont.h
│   │   ├── TulipItemDelegate.h
│   │   ├── TulipItemEditorCreators.h
│   │   ├── TulipLineEdit.h
│   │   ├── TulipMaterialDesignIcons.h
│   │   ├── TulipMetaTypes.h
│   │   ├── TulipMimes.h
│   │   ├── TulipModel.h
│   │   ├── TulipPluginHeaders.h
│   │   ├── TulipProject.h
│   │   ├── TulipRelease.h
│   │   ├── TulipSettings.h
│   │   ├── TulipViewSettings.h
│   │   ├── TypeInterface.h
│   │   ├── UniqueIterator.h
│   │   ├── VectorEditor.h
│   │   ├── vectorgraph.h
│   │   ├── vectorgraphproperty.h
│   │   ├── Vector.h
│   │   ├── VectorPropertyAnimation.h
│   │   ├── View.h
│   │   ├── ViewWidget.h
│   │   ├── WithDependency.h
│   │   ├── WithParameter.h
│   │   ├── WorkspaceExposeWidget.h
│   │   ├── Workspace.h
│   │   ├── WorkspacePanel.h
│   │   └── YajlFacade.h
│   └── tulip2ogdf
│   ├── OGDFLayoutPluginBase.h
│   └── TulipToOGDF.h
├── lib
│   ├── cmake
│   │   └── TULIP
│   │   ├── TULIPConfig.cmake
│   │   ├── TULIPConfigVersion.cmake
│   │   └── TulipUseFile.cmake
│   ├── libftgl-tulip-5.2.so -> libftgl-tulip-5.2.so.2
│   ├── libftgl-tulip-5.2.so.2 -> libftgl-tulip-5.2.so.2.1
│   ├── libftgl-tulip-5.2.so.2.1
│   ├── libgzstream-tulip-5.2.so -> libgzstream-tulip-5.2.so.0
│   ├── libgzstream-tulip-5.2.so.0
│   ├── libOGDF-tulip-5.2.so -> libOGDF-tulip-5.2.so.0
│   ├── libOGDF-tulip-5.2.so.0
│   ├── libquazip-tulip-5.2.so -> libquazip-tulip-5.2.so.1
│   ├── libquazip-tulip-5.2.so.1 -> libquazip-tulip-5.2.so.1.0.0
│   ├── libquazip-tulip-5.2.so.1.0.0
│   ├── libtess2-tulip-5.2.so
│   ├── libtulip-core-5.2.so
│   ├── libtulip-gui-5.2.so
│   ├── libtulip-ogdf-5.2.so
│   ├── libtulip-ogl-5.2.so
│   ├── libtulip-python-5.2.so
│   ├── libyajl-tulip-5.2.so -> libyajl-tulip-5.2.so.2
│   ├── libyajl-tulip-5.2.so.2 -> libyajl-tulip-5.2.so.2.1.0
│   ├── libyajl-tulip-5.2.so.2.1.0
│   └── tulip
│   ├── glyph
│   │   ├── libBillboard-5.2.1.so
│   │   ├── libChristmasTree-5.2.1.so
│   │   ├── libCircle-5.2.1.so
│   │   ├── libCone-5.2.1.so
│   │   ├── libCross-5.2.1.so
│   │   ├── libCube-5.2.1.so
│   │   ├── libCubeOutlinedTransparent-5.2.1.so
│   │   ├── libCylinder-5.2.1.so
│   │   ├── libDiamond-5.2.1.so
│   │   ├── libFontIcon-5.2.1.so
│   │   ├── libGlowSphere-5.2.1.so
│   │   ├── libHexagone-5.2.1.so
│   │   ├── libPentagone-5.2.1.so
│   │   ├── libRing-5.2.1.so
│   │   ├── libRoundedBox-5.2.1.so
│   │   ├── libShadowedSphere-5.2.1.so
│   │   ├── libSphere-5.2.1.so
│   │   ├── libSquare-5.2.1.so
│   │   ├── libStar-5.2.1.so
│   │   ├── libTriangle-5.2.1.so
│   │   └── libWindow-5.2.1.so
│   ├── interactor
│   │   ├── libFishEyeInteractor-5.2.1.so
│   │   ├── libInteractorAddNodeEdge-5.2.1.so
│   │   ├── libInteractorDeleteElement-5.2.1.so
│   │   ├── libInteractorEditEdgeBends-5.2.1.so
│   │   ├── libInteractorGetInformation-5.2.1.so
│   │   ├── libInteractorNavigation-5.2.1.so
│   │   ├── libInteractorRectangleZoom-5.2.1.so
│   │   ├── libInteractorSelection-5.2.1.so
│   │   ├── libInteractorSelectionModifier-5.2.1.so
│   │   ├── libMouseLassoNodesSelector-5.2.1.so
│   │   ├── libMouseMagnifyingGlass-5.2.1.so
│   │   ├── libNeighborhoodHighlighter-5.2.1.so
│   │   └── libPathFinder-5.2.1.so
│   ├── libAcyclic-5.2.1.so
│   ├── libAdjacencyMatrixImport-5.2.1.so
│   ├── libAttractAndIntroduce-5.2.1.so
│   ├── libAutoSize-5.2.1.so
│   ├── libBetweennessCentrality-5.2.1.so
│   ├── libBibTeXImport-5.2.1.so
│   ├── libBiconnected-5.2.1.so
│   ├── libBiconnectedComponent-5.2.1.so
│   ├── libBollobas-5.2.1.so
│   ├── libBubblePack-5.2.1.so
│   ├── libBubbleTree-5.2.1.so
│   ├── libBuWangZhou-5.2.1.so
│   ├── libCantazaro-5.2.1.so
│   ├── libCircular-5.2.1.so
│   ├── libCliqueEnumeration-5.2.1.so
│   ├── libClusterMetric-5.2.1.so
│   ├── libColorMapping-5.2.1.so
│   ├── libCompleteGraph-5.2.1.so
│   ├── libCompleteTree-5.2.1.so
│   ├── libConeTreeExtended-5.2.1.so
│   ├── libConnected-5.2.1.so
│   ├── libConnectedComponent-5.2.1.so
│   ├── libConnectedComponentPacking-5.2.1.so
│   ├── libConvolutionClustering-5.2.1.so
│   ├── libCSVExport-5.2.1.so
│   ├── libCurveEdges-5.2.1.so
│   ├── libDagLevelMetric-5.2.1.so
│   ├── libDegreeMetric-5.2.1.so
│   ├── libDelaunay-5.2.1.so
│   ├── libDendrogram-5.2.1.so
│   ├── libDepthMetric-5.2.1.so
│   ├── libDotImport-5.2.1.so
│   ├── libEccentricity-5.2.1.so
│   ├── libEdgeBundling-5.2.1.so
│   ├── libEmptyGraph-5.2.1.so
│   ├── libEqualValueClustering-5.2.1.so
│   ├── libERImport-5.2.1.so
│   ├── libFastOverlapRemoval-5.2.1.so
│   ├── libFileSystem-5.2.1.so
│   ├── libFuliao-5.2.1.so
│   ├── libGemLayout-5.2.1.so
│   ├── libGEXFImport-5.2.1.so
│   ├── libGMLExport-5.2.1.so
│   ├── libGMLImport-5.2.1.so
│   ├── libGrid-5.2.1.so
│   ├── libGrip-5.2.1.so
│   ├── libGuillaumeLatapy-5.2.1.so
│   ├── libHierarchicalClustering-5.2.1.so
│   ├── libHierarchicalGraph-5.2.1.so
│   ├── libHolmeKim-5.2.1.so
│   ├── libIdMetric-5.2.1.so
│   ├── libImportPajek-5.2.1.so
│   ├── libImportUCINET-5.2.1.so
│   ├── libImprovedWalker-5.2.1.so
│   ├── libInducedSubGraphSelection-5.2.1.so
│   ├── libKCores-5.2.1.so
│   ├── libKlemmEguiluz-5.2.1.so
│   ├── libKruskal-5.2.1.so
│   ├── libLeafMetric-5.2.1.so
│   ├── libLinkCommunities-5.2.1.so
│   ├── libLinLog-5.2.1.so
│   ├── libLiuEtAl-5.2.1.so
│   ├── libLoopSelection-5.2.1.so
│   ├── libLouvainClustering-5.2.1.so
│   ├── libMakeGraph-5.2.1.so
│   ├── libMCLClustering-5.2.1.so
│   ├── libMetricSizeMapping-5.2.1.so
│   ├── libMixedModel-5.2.1.so
│   ├── libMultipleSelection-5.2.1.so
│   ├── libNodeMetric-5.2.1.so
│   ├── libOGDFBalloon-5.2.1.so
│   ├── libOGDFBertaultLayout-5.2.1.so
│   ├── libOGDFCircular-5.2.1.so
│   ├── libOGDFDavidsonHarel-5.2.1.so
│   ├── libOGDFDominance-5.2.1.so
│   ├── libOGDFFastMultipoleEmbedder-5.2.1.so
│   ├── libOGDFFastMultipoleMultilevelEmbedder-5.2.1.so
│   ├── libOGDFFm3-5.2.1.so
│   ├── libOGDFFrutchermanReingold-5.2.1.so
│   ├── libOGDFGemFrick-5.2.1.so
│   ├── libOGDFKamadaKawai-5.2.1.so
│   ├── libOGDFMMMExampleFastLayout-5.2.1.so
│   ├── libOGDFMMMExampleNiceLayout-5.2.1.so
│   ├── libOGDFMMMExampleNoTwistLayout-5.2.1.so
│   ├── libOGDFPivotMDS-5.2.1.so
│   ├── libOGDFPlanarizationGrid-5.2.1.so
│   ├── libOGDFPlanarizationLayout-5.2.1.so
│   ├── libOGDFStressMajorization-5.2.1.so
│   ├── libOGDFSugiyama-5.2.1.so
│   ├── libOGDFTileToRowsPacking-5.2.1.so
│   ├── libOGDFTree-5.2.1.so
│   ├── libOGDFUpwardPlanarization-5.2.1.so
│   ├── libOGDFVisibility-5.2.1.so
│   ├── libOrthoTree-5.2.1.so
│   ├── libOuterplanar-5.2.1.so
│   ├── libPageRank-5.2.1.so
│   ├── libPathLengthMetric-5.2.1.so
│   ├── libPerfectLayout-5.2.1.so
│   ├── libPlanarGraph-5.2.1.so
│   ├── libPlanarity-5.2.1.so
│   ├── libPolyominoPacking-5.2.1.so
│   ├── libQuotientClustering-5.2.1.so
│   ├── libRandom-5.2.1.so
│   ├── libRandomGraph-5.2.1.so
│   ├── libRandomMetric-5.2.1.so
│   ├── libRandomSimpleGraph-5.2.1.so
│   ├── libRandomTree-5.2.1.so
│   ├── libRandomTreeGeneral-5.2.1.so
│   ├── libReachableSubGraphSelection-5.2.1.so
│   ├── libReverseEdges-5.2.1.so
│   ├── libSimple-5.2.1.so
│   ├── libSmallWorldGraph-5.2.1.so
│   ├── libSpanningDagSelection-5.2.1.so
│   ├── libSpanningTreeSelection-5.2.1.so
│   ├── libSquarifiedTreeMap-5.2.1.so
│   ├── libStrahlerMetric-5.2.1.so
│   ├── libStrengthClustering-5.2.1.so
│   ├── libStrengthMetric-5.2.1.so
│   ├── libStrongComponent-5.2.1.so
│   ├── libSVGExport-5.2.1.so
│   ├── libToLabels-5.2.1.so
│   ├── libTree-5.2.1.so
│   ├── libTreeLeaf-5.2.1.so
│   ├── libTreeRadial-5.2.1.so
│   ├── libTreeReingoldAndTilforExtended-5.2.1.so
│   ├── libTriconnected-5.2.1.so
│   ├── libTutte-5.2.1.so
│   ├── libVoronoi-5.2.1.so
│   ├── libWangEtAl-5.2.1.so
│   ├── libWangRong-5.2.1.so
│   ├── libWattsStrotgatz-5.2.1.so
│   ├── libWebImport-5.2.1.so
│   ├── libWelshPowell-5.2.1.so
│   ├── perspective
│   │   └── libGraphPerspective-5.2.1.so
│   └── view
│   ├── libGeographicView-5.2.1.so
│   ├── libHistogramView-5.2.1.so
│   ├── libMatrixView-5.2.1.so
│   ├── libParallelCoordinatesView-5.2.1.so
│   ├── libPixelOrientedView-5.2.1.so
│   ├── libScatterPlot2DView-5.2.1.so
│   ├── libSOMView-5.2.1.so
│   └── libTableView-5.2.1.so
├── nix
│   └── store
│   └── hvsaj0mmr49jhs1p1xhbw65j70gapqxb-tulip-5.2.1
│   └── lib
│   └── tulip
│   └── python
│   ├── tulip
│   │   ├── __init__.py
│   │   ├── native
│   │   │   ├── __init__.py
│   │   │   ├── sip.so
│   │   │   ├── _stl.so
│   │   │   └── _tulip.so
│   │   └── plugins
│   │   ├── color
│   │   │   └── AlphaMapping.py
│   │   ├── general
│   │   │   └── SquarifiedTreeMapHelper.py
│   │   ├── import
│   │   │   ├── CMakeDependenciesGraphImport.py
│   │   │   ├── cmake.png
│   │   │   ├── GraphMLImport.py
│   │   │   ├── NpmPackageDependenciesGraphImport.py
│   │   │   └── npm.png
│   │   └── layout
│   │   ├── h3
│   │   │   ├── h3math.py
│   │   │   ├── __init__.py
│   │   │   ├── LICENSE
│   │   │   ├── node.py
│   │   │   └── tree.py
│   │   └── H3Layout.py
│   ├── tulipgui
│   │   ├── __init__.py
│   │   ├── native
│   │   │   └── _tulipgui.so
│   │   └── plugins
│   │   └── general
│   │   └── H3LayoutHelper.py
│   └── tulipplugins.py
└── share
├── applications
│   └── Tulip-5.2.1.desktop
├── icons
│   ├── application-x-tulip.png
│   └── tulip.png
├── mime
│   └── packages
│   ├── application-x-tulip-tlpbgz.xml
│   ├── application-x-tulip-tlpb.xml
│   ├── application-x-tulip-tlpbz.xml
│   ├── application-x-tulip-tlpgz.xml
│   ├── application-x-tulip-tlp.xml
│   ├── application-x-tulip-tlpx.xml
│   └── application-x-tulip-tlpz.xml
├── pixmaps
│   ├── application-x-tulip.png
│   └── tulip.png
└── tulip
├── apiFiles
│   ├── Python-2.4.api
│   ├── Python-2.5.api
│   ├── Python-2.6.api
│   ├── Python-2.7.api
│   ├── Python-3.1.api
│   ├── Python-3.2.api
│   ├── Python-3.3.api
│   ├── Python-3.4.api
│   ├── Python-3.5.api
│   ├── Python-3.6.api
│   ├── Python-3.7.api
│   ├── tulip.api
│   └── tulipgui.api
├── AUTHORS
├── bitmaps
│   ├── arrowSprite.png
│   ├── bottomShadowTexture.png
│   ├── candiSprite.png
│   ├── colorscales
│   │   ├── BiologicalHeatMap.png
│   │   ├── BlackPink.png
│   │   ├── BlackRedYellowWhite.png
│   │   ├── BlueGreenYellow.png
│   │   ├── Blue.png
│   │   ├── BrownCyan.png
│   │   ├── Brown.png
│   │   ├── CMYK.png
│   │   ├── ColorBrewer
│   │   │   ├── Accent_3.png
│   │   │   ├── Accent_4.png
│   │   │   ├── Accent_5.png
│   │   │   ├── Accent_6.png
│   │   │   ├── Accent_7.png
│   │   │   ├── Accent_8.png
│   │   │   ├── Blues_3.png
│   │   │   ├── Blues_4.png
│   │   │   ├── Blues_5.png
│   │   │   ├── Blues_6.png
│   │   │   ├── Blues_7.png
│   │   │   ├── Blues_8.png
│   │   │   ├── Blues_9.png
│   │   │   ├── BrBG_10.png
│   │   │   ├── BrBG_11.png
│   │   │   ├── BrBG_3.png
│   │   │   ├── BrBG_4.png
│   │   │   ├── BrBG_5.png
│   │   │   ├── BrBG_6.png
│   │   │   ├── BrBG_7.png
│   │   │   ├── BrBG_8.png
│   │   │   ├── BrBG_9.png
│   │   │   ├── BuGn_3.png
│   │   │   ├── BuGn_4.png
│   │   │   ├── BuGn_5.png
│   │   │   ├── BuGn_6.png
│   │   │   ├── BuGn_7.png
│   │   │   ├── BuGn_8.png
│   │   │   ├── BuGn_9.png
│   │   │   ├── BuPu_3.png
│   │   │   ├── BuPu_4.png
│   │   │   ├── BuPu_5.png
│   │   │   ├── BuPu_6.png
│   │   │   ├── BuPu_7.png
│   │   │   ├── BuPu_8.png
│   │   │   ├── BuPu_9.png
│   │   │   ├── Dark2_3.png
│   │   │   ├── Dark2_4.png
│   │   │   ├── Dark2_5.png
│   │   │   ├── Dark2_6.png
│   │   │   ├── Dark2_7.png
│   │   │   ├── Dark2_8.png
│   │   │   ├── GnBu_3.png
│   │   │   ├── GnBu_4.png
│   │   │   ├── GnBu_5.png
│   │   │   ├── GnBu_6.png
│   │   │   ├── GnBu_7.png
│   │   │   ├── GnBu_8.png
│   │   │   ├── GnBu_9.png
│   │   │   ├── Greens_3.png
│   │   │   ├── Greens_4.png
│   │   │   ├── Greens_5.png
│   │   │   ├── Greens_6.png
│   │   │   ├── Greens_7.png
│   │   │   ├── Greens_8.png
│   │   │   ├── Greens_9.png
│   │   │   ├── Greys_3.png
│   │   │   ├── Greys_4.png
│   │   │   ├── Greys_5.png
│   │   │   ├── Greys_6.png
│   │   │   ├── Greys_7.png
│   │   │   ├── Greys_8.png
│   │   │   ├── Greys_9.png
│   │   │   ├── LICENSE
│   │   │   ├── Oranges_3.png
│   │   │   ├── Oranges_4.png
│   │   │   ├── Oranges_5.png
│   │   │   ├── Oranges_6.png
│   │   │   ├── Oranges_7.png
│   │   │   ├── Oranges_8.png
│   │   │   ├── Oranges_9.png
│   │   │   ├── OrRd_3.png
│   │   │   ├── OrRd_4.png
│   │   │   ├── OrRd_5.png
│   │   │   ├── OrRd_6.png
│   │   │   ├── OrRd_7.png
│   │   │   ├── OrRd_8.png
│   │   │   ├── OrRd_9.png
│   │   │   ├── Paired_10.png
│   │   │   ├── Paired_11.png
│   │   │   ├── Paired_3.png
│   │   │   ├── Paired_4.png
│   │   │   ├── Paired_5.png
│   │   │   ├── Paired_6.png
│   │   │   ├── Paired_7.png
│   │   │   ├── Paired_8.png
│   │   │   ├── Paired_9.png
│   │   │   ├── Pastel1_3.png
│   │   │   ├── Pastel1_4.png
│   │   │   ├── Pastel1_5.png
│   │   │   ├── Pastel1_6.png
│   │   │   ├── Pastel1_7.png
│   │   │   ├── Pastel1_8.png
│   │   │   ├── Pastel1_9.png
│   │   │   ├── Pastel2_3.png
│   │   │   ├── Pastel2_4.png
│   │   │   ├── Pastel2_5.png
│   │   │   ├── Pastel2_6.png
│   │   │   ├── Pastel2_7.png
│   │   │   ├── Pastel2_8.png
│   │   │   ├── PiYG_10.png
│   │   │   ├── PiYG_11.png
│   │   │   ├── PiYG_3.png
│   │   │   ├── PiYG_4.png
│   │   │   ├── PiYG_5.png
│   │   │   ├── PiYG_6.png
│   │   │   ├── PiYG_7.png
│   │   │   ├── PiYG_8.png
│   │   │   ├── PiYG_9.png
│   │   │   ├── PRGn_10.png
│   │   │   ├── PRGn_11.png
│   │   │   ├── PRGn_3.png
│   │   │   ├── PRGn_4.png
│   │   │   ├── PRGn_5.png
│   │   │   ├── PRGn_6.png
│   │   │   ├── PRGn_7.png
│   │   │   ├── PRGn_8.png
│   │   │   ├── PRGn_9.png
│   │   │   ├── PuBu_3.png
│   │   │   ├── PuBu_4.png
│   │   │   ├── PuBu_5.png
│   │   │   ├── PuBu_6.png
│   │   │   ├── PuBu_7.png
│   │   │   ├── PuBu_8.png
│   │   │   ├── PuBu_9.png
│   │   │   ├── PuBuGn_3.png
│   │   │   ├── PuBuGn_4.png
│   │   │   ├── PuBuGn_5.png
│   │   │   ├── PuBuGn_6.png
│   │   │   ├── PuBuGn_7.png
│   │   │   ├── PuBuGn_8.png
│   │   │   ├── PuBuGn_9.png
│   │   │   ├── PuOr_10.png
│   │   │   ├── PuOr_11.png
│   │   │   ├── PuOr_3.png
│   │   │   ├── PuOr_4.png
│   │   │   ├── PuOr_5.png
│   │   │   ├── PuOr_6.png
│   │   │   ├── PuOr_7.png
│   │   │   ├── PuOr_8.png
│   │   │   ├── PuOr_9.png
│   │   │   ├── PuRd_3.png
│   │   │   ├── PuRd_4.png
│   │   │   ├── PuRd_5.png
│   │   │   ├── PuRd_6.png
│   │   │   ├── PuRd_7.png
│   │   │   ├── PuRd_8.png
│   │   │   ├── PuRd_9.png
│   │   │   ├── Purples_3.png
│   │   │   ├── Purples_4.png
│   │   │   ├── Purples_5.png
│   │   │   ├── Purples_6.png
│   │   │   ├── Purples_7.png
│   │   │   ├── Purples_8.png
│   │   │   ├── Purples_9.png
│   │   │   ├── RdBu_10.png
│   │   │   ├── RdBu_11.png
│   │   │   ├── RdBu_3.png
│   │   │   ├── RdBu_4.png
│   │   │   ├── RdBu_5.png
│   │   │   ├── RdBu_6.png
│   │   │   ├── RdBu_7.png
│   │   │   ├── RdBu_8.png
│   │   │   ├── RdBu_9.png
│   │   │   ├── RdGy_10.png
│   │   │   ├── RdGy_11.png
│   │   │   ├── RdGy_3.png
│   │   │   ├── RdGy_4.png
│   │   │   ├── RdGy_5.png
│   │   │   ├── RdGy_6.png
│   │   │   ├── RdGy_7.png
│   │   │   ├── RdGy_8.png
│   │   │   ├── RdGy_9.png
│   │   │   ├── RdPu_3.png
│   │   │   ├── RdPu_4.png
│   │   │   ├── RdPu_5.png
│   │   │   ├── RdPu_6.png
│   │   │   ├── RdPu_7.png
│   │   │   ├── RdPu_8.png
│   │   │   ├── RdPu_9.png
│   │   │   ├── RdYlBu_10.png
│   │   │   ├── RdYlBu_11.png
│   │   │   ├── RdYlBu_3.png
│   │   │   ├── RdYlBu_4.png
│   │   │   ├── RdYlBu_5.png
│   │   │   ├── RdYlBu_6.png
│   │   │   ├── RdYlBu_7.png
│   │   │   ├── RdYlBu_8.png
│   │   │   ├── RdYlBu_9.png
│   │   │   ├── RdYlGn_10.png
│   │   │   ├── RdYlGn_11.png
│   │   │   ├── RdYlGn_3.png
│   │   │   ├── RdYlGn_4.png
│   │   │   ├── RdYlGn_5.png
│   │   │   ├── RdYlGn_6.png
│   │   │   ├── RdYlGn_7.png
│   │   │   ├── RdYlGn_8.png
│   │   │   ├── RdYlGn_9.png
│   │   │   ├── Reds_3.png
│   │   │   ├── Reds_4.png
│   │   │   ├── Reds_5.png
│   │   │   ├── Reds_6.png
│   │   │   ├── Reds_7.png
│   │   │   ├── Reds_8.png
│   │   │   ├── Reds_9.png
│   │   │   ├── Set1_3.png
│   │   │   ├── Set1_4.png
│   │   │   ├── Set1_5.png
│   │   │   ├── Set1_6.png
│   │   │   ├── Set1_7.png
│   │   │   ├── Set1_8.png
│   │   │   ├── Set1_9.png
│   │   │   ├── Set2_3.png
│   │   │   ├── Set2_4.png
│   │   │   ├── Set2_5.png
│   │   │   ├── Set2_6.png
│   │   │   ├── Set2_7.png
│   │   │   ├── Set2_8.png
│   │   │   ├── Set3_10.png
│   │   │   ├── Set3_11.png
│   │   │   ├── Set3_12.png
│   │   │   ├── Set3_3.png
│   │   │   ├── Set3_4.png
│   │   │   ├── Set3_5.png
│   │   │   ├── Set3_6.png
│   │   │   ├── Set3_7.png
│   │   │   ├── Set3_8.png
│   │   │   ├── Set3_9.png
│   │   │   ├── Spectral_10.png
│   │   │   ├── Spectral_11.png
│   │   │   ├── Spectral_3.png
│   │   │   ├── Spectral_4.png
│   │   │   ├── Spectral_5.png
│   │   │   ├── Spectral_6.png
│   │   │   ├── Spectral_7.png
│   │   │   ├── Spectral_8.png
│   │   │   ├── Spectral_9.png
│   │   │   ├── YlGn_3.png
│   │   │   ├── YlGn_4.png
│   │   │   ├── YlGn_5.png
│   │   │   ├── YlGn_6.png
│   │   │   ├── YlGn_7.png
│   │   │   ├── YlGn_8.png
│   │   │   ├── YlGn_9.png
│   │   │   ├── YlGnBu_3.png
│   │   │   ├── YlGnBu_4.png
│   │   │   ├── YlGnBu_5.png
│   │   │   ├── YlGnBu_6.png
│   │   │   ├── YlGnBu_7.png
│   │   │   ├── YlGnBu_8.png
│   │   │   ├── YlGnBu_9.png
│   │   │   ├── YlOrBr_3.png
│   │   │   ├── YlOrBr_4.png
│   │   │   ├── YlOrBr_5.png
│   │   │   ├── YlOrBr_6.png
│   │   │   ├── YlOrBr_7.png
│   │   │   ├── YlOrBr_8.png
│   │   │   ├── YlOrBr_9.png
│   │   │   ├── YlOrRd_3.png
│   │   │   ├── YlOrRd_4.png
│   │   │   ├── YlOrRd_5.png
│   │   │   ├── YlOrRd_6.png
│   │   │   ├── YlOrRd_7.png
│   │   │   ├── YlOrRd_8.png
│   │   │   └── YlOrRd_9.png
│   │   ├── GreenRed.png
│   │   ├── MentheGrenadine.png
│   │   ├── OrangeBlue.png
│   │   ├── Pink.png
│   │   ├── Rainbow.png
│   │   ├── RedBlue.png
│   │   ├── Red.png
│   │   ├── RedYellow.png
│   │   └── Temperature.png
│   ├── cylinderTexture.png
│   ├── edgeBlomSprite.png
│   ├── edgeSpring.png
│   ├── fa-brands-400.ttf
│   ├── fa-brands-400.woff
│   ├── fa-brands-400.woff2
│   ├── fa-regular-400.ttf
│   ├── fa-regular-400.woff
│   ├── fa-regular-400.woff2
│   ├── fa-solid-900.ttf
│   ├── fa-solid-900.woff
│   ├── fa-solid-900.woff2
│   ├── fontb.ttf
│   ├── fonts
│   │   ├── DejaVuMono
│   │   │   ├── DejaVuMono_Bold_Italic.ttf
│   │   │   ├── DejaVuMono_Bold.ttf
│   │   │   ├── DejaVuMono_Italic.ttf
│   │   │   └── DejaVuMono.ttf
│   │   ├── DejaVuSans
│   │   │   ├── DejaVuSans_Bold_Italic.ttf
│   │   │   ├── DejaVuSans_Bold.ttf
│   │   │   ├── DejaVuSans_Italic.ttf
│   │   │   └── DejaVuSans.ttf
│   │   ├── DejaVuSerif
│   │   │   ├── DejaVuSerif_Bold_Italic.ttf
│   │   │   ├── DejaVuSerif_Bold.ttf
│   │   │   ├── DejaVuSerif_Italic.ttf
│   │   │   └── DejaVuSerif.ttf
│   │   ├── FreeMono
│   │   │   ├── FreeMono_Bold_Italic.ttf
│   │   │   ├── FreeMono_Bold.ttf
│   │   │   ├── FreeMono_Italic.ttf
│   │   │   └── FreeMono.ttf
│   │   ├── FreeSans
│   │   │   ├── FreeSans_Bold_Italic.ttf
│   │   │   ├── FreeSans_Bold.ttf
│   │   │   ├── FreeSans_Italic.ttf
│   │   │   └── FreeSans.ttf
│   │   ├── FreeSerif
│   │   │   ├── FreeSerif_Bold_Italic.ttf
│   │   │   ├── FreeSerif_Bold.ttf
│   │   │   ├── FreeSerif_Italic.ttf
│   │   │   └── FreeSerif.ttf
│   │   ├── Garuda
│   │   │   ├── Garuda_Bold_Italic.ttf
│   │   │   ├── Garuda_Bold.ttf
│   │   │   ├── Garuda_Italic.ttf
│   │   │   └── Garuda.ttf
│   │   ├── Kinnari
│   │   │   ├── Kinnari_Bold_Italic.ttf
│   │   │   ├── Kinnari_Bold.ttf
│   │   │   ├── Kinnari_Italic.ttf
│   │   │   └── Kinnari.ttf
│   │   ├── LiberationMono
│   │   │   ├── LiberationMono_Bold_Italic.ttf
│   │   │   ├── LiberationMono_Bold.ttf
│   │   │   ├── LiberationMono_Italic.ttf
│   │   │   └── LiberationMono.ttf
│   │   ├── LiberationSans
│   │   │   ├── LiberationSans_Bold_Italic.ttf
│   │   │   ├── LiberationSans_Bold.ttf
│   │   │   ├── LiberationSans_Italic.ttf
│   │   │   └── LiberationSans.ttf
│   │   ├── LiberationSerif
│   │   │   ├── LiberationSerif_Bold_Italic.ttf
│   │   │   ├── LiberationSerif_Bold.ttf
│   │   │   ├── LiberationSerif_Italic.ttf
│   │   │   └── LiberationSerif.ttf
│   │   ├── Loma
│   │   │   ├── Loma_Bold_Italic.ttf
│   │   │   ├── Loma_Bold.ttf
│   │   │   ├── Loma_Italic.ttf
│   │   │   └── Loma.ttf
│   │   ├── Norasi
│   │   │   ├── Norasi_Bold_Italic.ttf
│   │   │   ├── Norasi_Bold.ttf
│   │   │   ├── Norasi_Italic.ttf
│   │   │   └── Norasi.ttf
│   │   ├── Purisa
│   │   │   ├── Purisa_Bold_Italic.ttf
│   │   │   ├── Purisa_Bold.ttf
│   │   │   ├── Purisa_Italic.ttf
│   │   │   └── Purisa.ttf
│   │   ├── Sawasdee
│   │   │   ├── Sawasdee_Bold_Italic.ttf
│   │   │   ├── Sawasdee_Bold.ttf
│   │   │   ├── Sawasdee_Italic.ttf
│   │   │   └── Sawasdee.ttf
│   │   ├── TlwgMono
│   │   │   ├── TlwgMono_Bold_Italic.ttf
│   │   │   ├── TlwgMono_Bold.ttf
│   │   │   ├── TlwgMono_Italic.ttf
│   │   │   └── TlwgMono.ttf
│   │   ├── TlwgTypewriter
│   │   │   ├── TlwgTypewriter_Bold_Italic.ttf
│   │   │   ├── TlwgTypewriter_Bold.ttf
│   │   │   ├── TlwgTypewriter_Italic.ttf
│   │   │   └── TlwgTypewriter.ttf
│   │   ├── TlwgTypist
│   │   │   ├── TlwgTypist_Bold_Italic.ttf
│   │   │   ├── TlwgTypist_Bold.ttf
│   │   │   ├── TlwgTypist_Italic.ttf
│   │   │   └── TlwgTypist.ttf
│   │   ├── TlwgTypo
│   │   │   ├── TlwgTypo_Bold_Italic.ttf
│   │   │   ├── TlwgTypo_Bold.ttf
│   │   │   ├── TlwgTypo_Italic.ttf
│   │   │   └── TlwgTypo.ttf
│   │   ├── Ubuntu
│   │   │   ├── Ubuntu_Bold_Italic.ttf
│   │   │   ├── Ubuntu_Bold.ttf
│   │   │   ├── Ubuntu_Italic.ttf
│   │   │   └── Ubuntu.ttf
│   │   ├── Umpush
│   │   │   ├── Umpush_Bold_Italic.ttf
│   │   │   ├── Umpush_Bold.ttf
│   │   │   ├── Umpush_Italic.ttf
│   │   │   └── Umpush.ttf
│   │   └── Waree
│   │   ├── Waree_Bold_Italic.ttf
│   │   ├── Waree_Bold.ttf
│   │   ├── Waree_Italic.ttf
│   │   └── Waree.ttf
│   ├── font.ttf
│   ├── halfCylinderTexture.png
│   ├── leftBottomShadowTexture.png
│   ├── logo32x32.ico
│   ├── logo.bmp
│   ├── logolabri.jpg
│   ├── materialdesignicons-webfont.ttf
│   ├── materialdesignicons-webfont.woff
│   ├── materialdesignicons-webfont.woff2
│   ├── radialGradientTexture.png
│   ├── rightBottomShadowTexture.png
│   ├── roundTexture.png
│   ├── samplePictures
│   │   ├── 1221.png
│   │   ├── 1531.png
│   │   └── 1861.jpg
│   ├── titlebarGradient.png
│   ├── tulip-file-icon.ico
│   ├── tulip.ico
│   └── welcomelogo.bmp
└── COPYING.LESSER
66 directories, 964 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment