Skip to content

Latest commit

 

History

History

README.md

Try live | GitHub repo | Open in StackBlitz

Netlify Status

SQLRooms Graph example showing network visualization

An example demonstrating integration with the Cosmos GPU-accelerated graph visualization library. Features include:

  • WebGL-based force-directed layout computation
  • High-performance rendering of large networks
  • Real-time interaction and filtering capabilities
  • Customizable visual attributes and physics parameters
  • Event handling for node/edge interactions

To create a new project from the cosmos example run this:

npx giget gh:sqlrooms/examples/cosmos my-new-app/

Running locally

npm install
npm dev