Virtual house with prerendered videos ala Myst using html5?

Discussion in 'HTML & Website Design' started by elvisish, Jun 11, 2016.

  1. #1
    I want to make a 90's style Myst looking site where you can click on the edge of the screen when the cursor changes and show prerendered videos of the camera moving around a house and stopping at different rooms. When it stops, I want to be able to click on interactive elements that obviously change from scene to scene. What's the best tool to use to develop this easily and can it be done using html5?

    Or even something that looks like this:
     
    elvisish, Jun 11, 2016 IP
  2. PoPSiCLe

    PoPSiCLe Illustrious Member

    Messages:
    4,623
    Likes Received:
    725
    Best Answers:
    152
    Trophy Points:
    470
    #2
    PoPSiCLe, Jun 12, 2016 IP
  3. elvisish

    elvisish Peon

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    1
    #3
    Thanks! So you would suggest using canvas for doing this, rather than any inline html5? I'm not thinking of rendering in 3d live, but just doing some simple overlays.
     
    elvisish, Jun 12, 2016 IP
  4. PoPSiCLe

    PoPSiCLe Illustrious Member

    Messages:
    4,623
    Likes Received:
    725
    Best Answers:
    152
    Trophy Points:
    470
    #4
    Not necessarily, but if you want to have the ability to animate/easily change what can be added and how things move, I would suggest you look into using something like canvas. If all you want is set backgrounds with shown/hidden pieces on them, then it can be achieved using mostly HTML and CSS.
     
    PoPSiCLe, Jun 12, 2016 IP