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 install in the root directory
  • npm run bootstrap in the root directory to install dependencies in packages
  • npm link in the regl-worldview directory to symlink the package.
  • lerna run build to run a single build or lerna run watch --parallel to watch and build
  • npm run storybook in the root directory to run storybook

Flow

  • npm flow-mono to set up symlink for flow (reload the editor or recompile the component package if flow can not locate the module)
  • npm flow-mono-install to update local flow-typed cache and parallel install in all 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%