From e2a417b9de8b37aac86e66bf4a4b2539a3bf86a4 Mon Sep 17 00:00:00 2001 From: Max Franz Date: Wed, 11 Jan 2023 14:59:14 -0500 Subject: [PATCH] Add cosmos-over-cytoscape to the list of extensions in the docs Ref: List extension : cosmos-over-cytoscape #3074 --- documentation/index.html | 2 ++ documentation/md/extensions.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/documentation/index.html b/documentation/index.html index 93b32975e3..a874cdc268 100644 --- a/documentation/index.html +++ b/documentation/index.html @@ -15654,6 +15654,8 @@

Layout extensions cose-bilkent : The CoSE layout by Bilkent with enhanced compound node placement. CoSE Bilkent is a physics simulation (force-directed) layout that gives near-perfect end results. However, it’s more expensive than both cose and fcose.
  • cosep : Compound Spring Embedder with Ports (CoSEP) is a force-directed layout algorithm based on the CoSE (Compound Spring Embedder) to support port constraints on compound graphs.
  • +
  • cosmos-over-cytoscape : +A physics simulation layout that makes use of parallelism on the GPU to support large graphs.
  • d3-force : The D3 force layout. It uses a basic physics simulation (force-directed) algorithm that generates good results for small, simple graphs.
  • dagre : The Dagre layout for DAGs and trees. It organises the graph in a hierarchy.
  • elk : ELK layout algorithm adapter for Cytoscape.js. It contains several layout algorithms.
  • diff --git a/documentation/md/extensions.md b/documentation/md/extensions.md index 9c291ac87b..53ced46241 100644 --- a/documentation/md/extensions.md +++ b/documentation/md/extensions.md @@ -63,6 +63,8 @@ The extensions below are a curated list. To add your extension, [please submit * [`cose-bilkent`](https://github.com/cytoscape/cytoscape.js-cose-bilkent) : The CoSE layout by Bilkent with enhanced compound node placement. CoSE Bilkent is a physics simulation (force-directed) layout that gives near-perfect end results. However, it's more expensive than both `cose` and `fcose`. * [`cosep`](https://github.com/iVis-at-Bilkent/cytoscape.js-cosep) : Compound Spring Embedder with Ports (CoSEP) is a force-directed layout algorithm based on the CoSE (Compound Spring Embedder) to support port constraints on compound graphs. + * [`cosmos-over-cytoscape`](https://github.com/simCecca/cosmosOverCytoscape) : +A physics simulation layout that makes use of parallelism on the GPU to support large graphs. * [`d3-force`](https://github.com/shichuanpo/cytoscape.js-d3-force) : The D3 force layout. It uses a basic physics simulation (force-directed) algorithm that generates good results for small, simple graphs. * [`dagre`](https://github.com/cytoscape/cytoscape.js-dagre) : The Dagre layout for DAGs and trees. It organises the graph in a hierarchy. * [`elk`](https://github.com/cytoscape/cytoscape.js-elk) : [ELK](https://github.com/OpenKieler/elkjs) layout algorithm adapter for Cytoscape.js. It contains several layout algorithms.