We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.

Implementing Verge3D with Angular

Home Forums General Questions Implementing Verge3D with Angular

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #23470
    jstubb
    Customer

    Hello,

    I am currently attempting to build a web application that implements visual components with the use of Verge3D and allows for interaction with the visual model via Angular. My goal is to link puzzles functionality with this framework but I am having trouble finding a method of properly installing Verge3D since most libraries for this framework are installed using npm. I’ve imported it using:

    import * as v3d from '"path"';

    But because it does not have any associated Typescript definition file I am unsure this is working as intended at the moment.

    Is there a known way to better go about this process? Any feedback would be appreciated.

    #23504

    Sorry we haven’t tried integrating Verge3d with Angular yet :unsure: May be someone from the community can share their experience?

    Chief 3D Verger | LinkedIn | Twitter

    #23515
    jstubb
    Customer

    The javascript files for a Verge3d application (as well as any other custom javascript files) can be imported by following this guide:

    Using external JS files in Angular

    However I have yet to fully test this application so some functionality may be limited. I will update this post at a later date.

    #23524

    Great! Let us know how it goes!

    Chief 3D Verger | LinkedIn | Twitter

    #61254

    Starting from 4.3 you can import Verge3D directly by using NPM.

    Soft8Soft Tech Chief
    X | FB | LinkedIn

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.