[vtkusers] Using vtk.js inside an angular project

Sebastien Jourdain sebastien.jourdain at kitware.com
Wed Jun 27 12:44:30 EDT 2018


You can load the vtk.js library itself since it is a UMD package.
That way you don't have to built it. The object you will get will be
similar to what we do here:
https://kitware.github.io/vtk-js/docs/intro_vtk_as_external_script.html

On Wed, Jun 27, 2018 at 5:39 AM marf <marvin.huber at basf.com> wrote:

> Thank you soso much, I had to do some more tweaking but you pointed me in
> the
> exactly right direction. Now everything is kind of working, but I'm
> wonderting wether there is any alternative to running it all through
> webpack? Since it takes a lot of time to compile for me and I would love to
> be a little more flexible.
> If there isn't I guess I can still make it work
>
> Marvin
>
>
>
> --
> Sent from: http://vtk.1045678.n5.nabble.com/VTK-Users-f1224199.html
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the VTK FAQ at:
> http://www.vtk.org/Wiki/VTK_FAQ
>
> Search the list archives at: http://markmail.org/search/?q=vtkusers
>
> Follow this link to subscribe/unsubscribe:
> https://public.kitware.com/mailman/listinfo/vtkusers
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://public.kitware.com/pipermail/vtkusers/attachments/20180627/4c29c3f5/attachment.html>


More information about the vtkusers mailing list