Virtual Reality Article Browser

  • Project date: 2023
  • I developed this using UE5.3, C++ and BP. The demo running as a Quest native application on Meta Quest3.

    Everything is dynamically done! When user selects a category a request is sent to query the IKEA realtime API which returns a list of the furniture in the selected category. Then the article models are fetched from the IKEA servers in real-time.

    The communication are done through http client and json files.