Vision-Week-Virtual-Exploration

Vision Week

Play Live 🚀

Logo

Contributors Issues Forks Stars License

Overview

Vision Week is an innovative web and mobile application offering a unique virtual zoo experience through VR headsets. Explore various paths with curated video content at each point of interest, available through a monthly subscription.

Vision Week est une application web et mobile innovante offrant une expérience de zoo virtuel unique avec des casques VR. Explorez divers chemins avec du contenu vidéo à chaque point d’intérêt, accessible via un abonnement mensuel.

Presentation

About the Project

Vision Week ran from March 1, 2024, to July 1, 2024. It seamlessly combines virtual exploration with real-world interactions, drawing inspiration from Apple Vision Pro and Meta.

Vision Week s’est déroulé du 1er mars 2024 au 1er juillet 2024, combinant une exploration virtuelle avec des interactions réelles, inspiré par Apple Vision Pro et Meta.

Table of Contents

Features

Technologies

Prototype

Installation

Installation Process

Prerequisites

Steps

  1. Clone the repository:
    git clone https://github.com/Kvnbbg/Vision-Week-Virtual-Exploration.git
    cd Vision-Week-Virtual-Exploration
    
  2. Run the Application:
    • Alternative:
       chmod +x start_app.py
       ./start_app.py
      
    • Web:
      flutter build web
      flutter run -d web
      
    • Web Mobile:
      flutter run -d chrome
      
    • Android/iOS:
      flutter build apk
      flutter build ios
      
    • Desktop:
      flutter build windows
      flutter build macos
      flutter build linux
      

Running the Backend

  1. Install PHP:
    • Download and install from php.net.
  2. Configure Database:
    • Create a new database and user on your MySQL server.
    • Update the credentials in backend/db_config.php.
  3. Start the Server:
    • Navigate to the backend directory.
    • Start the server with:
      php -S localhost:8000
      

Contributing

We welcome contributions to improve this project! Feel free to fork the repository and submit pull requests with your enhancements.

Refer to our CONTRIBUTING guide for more details.

Future Development

Your sponsorship helps cover hosting, domain registration, and development tools.

Read more on SPONSORING Vision Week.

Thank you for your support!

Acknowledgements

This project was created by Kevin MARVILLE for STUDI. Many thanks to STUDI for their support.

Learn More

For more information, visit kvnbbg.fr.

Contributors

GitHub contributors

We appreciate all contributors who have helped improve this project.

Side Project for Fun

Check out my side project, TurboZoo:

Deployment

Note: The application is deployed using either Back4App or Netlify for now. The final decision is pending. For production deployment, further instructions will be provided.

Deploying the Application:

Alternative Deployment Options: