Kitware / react-vtk-js

Declarative library exposing vtk.js visualization pipeline as React components
https://kitware.github.io/react-vtk-js/
77 stars 24 forks source link

Is it possible to create the ElevationReader example with this Lib #118

Open rabbl opened 1 year ago

rabbl commented 1 year ago

Hi, Is it possible to create the Elevation Reader Example with the current state of this lib?

In the list of available Classes i have not found imports of the relevant classes to reproduce this example.

If it's not possible, what are the steps to go to contribute this functionality to this lib? Also I would love to contribute the Typescript types somehow.

Best regards, Ralf

jourdain commented 1 year ago

Actually, it is already there https://github.com/Kitware/react-vtk-js/blob/master/src/AvailableClasses.js#L31

For the typescript that would be great if you want to contribute. But will let @floryst comment on that.