A-Frame is an open-source framework for creating 3D and virtual reality experiences on the web.
scene : List (Html.Attribute msg) -> List (Html msg) -> Html msg
A scene is represented by the
main =
scene [] [ box [] [] ]
entity : List (Html.Attribute msg) -> List (Html msg) -> Html msg
An entity is represented by the
entity [ rotation 90 0 0 ] []