Skip to content

vehicularkech/webviz

Repository files navigation

webviz is a collection of packages for visualizing 2D and 3D views on the web.

  • regl-worldview: a react library for rendering 2D and 3D views using regl.

Documentation

Developing

  • npm run bootstrap in the root directory to install dependencies
  • npm run build to run a single build or npm run watch to watch and build
  • npm run storybook in the root directory to run storybook
  • npm run docs to run the docs app

Flow

  • npm run flow to run Flow.
  • npm run flow-typed-rebuild to update the flow-typed definitions (any time when changing packages).

Testing

  • npm test in the root directory which will trigger jest to run in each package

Publishing

  • lerna run publish in the root directory

Contributing

PRs and bug reports are welcome!

About

web-based visualization libraries

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 95.7%
  • CSS 3.7%
  • Other 0.6%