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.

How to implement my v3dApp to my website

Home Forums General Questions How to implement my v3dApp to my website

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #78620
    mohammadreza
    Participant

    After setting up the scene and adding functionalities with puzzles, can I embed the resulting v3dApp into a canvas element within my own webpage? The page will also contain other HTML elements.
    If yes, what is the best workflow to do so?

    Thanks in advance for your replies.

    • This topic was modified 1 day, 7 hours ago by mohammadreza.
    #78630
    visualizer
    Customer

    Yes very much you can use simple ways like iframe to embed the 3d content in you website.

    #78631
    mohammadreza
    Participant

    Thanks for you reply!
    Is there any tutorial for that?

    #78635
    visualizer
    Customer

    Its not very difficult. I will check but perhaps someone here can also reply to you with quick code on it.

    Here is a screenshot of a website we made for out client with header page itself with complete robot system playing in loop infinitely. Shor clip is attached fyr

    Attachments:
    You must be logged in to view attached files.
    #78640
    mohammadreza
    Participant

    Thank you; I figured out how to integrate my V3D app using an iframe. However, there’s an issue. When using an iframe, you need a server to host the V3D app files—this could be a server like v3d.net, GitHub, or any other. The downside is that loading the files from the server takes time, as the client first loads the main website, which then has to make another request to load the iframe content.
    I’m trying to find a way to combine my code with the code generated by the v3dApp manager to create a website that the client only needs to load once.

    #78695
    visualizer
    Customer

    Exactly this issue is to be addressed by using ReactJS based website building method.
    I was about to mention this yesterday in my reply but thought you would confuse so avoided.
    By using ReactJS we achieved the results well recently.
    Experienced people here can tell you more on this but at gross level what I understand is, ReactJS allows to load the only specific section of a page which is browsed instead of whole page content in one go.

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