This project was bootstrapped with Create React App.
echo3D demo using React. A fun short quiz game that uses the echo3D API to show fun, interactive results.
- Clone this github repository using the command
git clone https://github.com/david44868/echo3D-Demo.git
- Install Node and NPM if you haven't already
- Run
npm install
to install all relevant packages and dependencies. - Create a .env file in the root directory of the project and add the following lines:
REACT_APP_ECHO3D_API_KEY="insert-your-api-key-here"
REACT_APP_ECHO3D_SECURITY_KEY="insert-your-security-key-here"
- Download and add the 3D models to your echo3D console
- In QuestionList.js, replace the ids with your asset ids that are assigned to the 3D models you added to the echo3D console
- To start the project, then run
npm start
Don't have an API key? Make sure to register for FREE at echo3D.
3D Models
- Dolphin by Quaternius (https://poly.pizza/m/3LzFgI3GLO)
- Jupiter by Poly by Google [CC-BY] (https://creativecommons.org/licenses/by/3.0/) via Poly Pizza (https://poly.pizza/m/e_2JJbbD6fU)
- Saturn by Zoe XR [CC-BY] (https://creativecommons.org/licenses/by/3.0/) via Poly Pizza (https://poly.pizza/m/2isCiJxCqG4)
- Earth by Zoe XR [CC-BY] (https://creativecommons.org/licenses/by/3.0/) via Poly Pizza (https://poly.pizza/m/3U-XAIY031u)
- Pluto by Jarlan Perez [CC-BY] (https://creativecommons.org/licenses/by/3.0/) via Poly Pizza (https://poly.pizza/m/16vlji8Av_2)
- Spider by Quaternius (https://poly.pizza/m/yRYJiAJyiM)
- Mars by Poly by Google [CC-BY] (https://creativecommons.org/licenses/by/3.0/) via Poly Pizza (https://poly.pizza/m/7JzVJ36_nXh)
- Cow by Poly by Google [CC-BY] (https://creativecommons.org/licenses/by/3.0/) via Poly Pizza (https://poly.pizza/m/0OToIgkcVM7)
- Elephant by Poly by Google [CC-BY] (https://creativecommons.org/licenses/by/3.0/) via Poly Pizza (https://poly.pizza/m/a27MA0rXyyj)
- Lion by Poly by Google [CC-BY] (https://creativecommons.org/licenses/by/3.0/) via Poly Pizza (https://poly.pizza/m/3XAJojWxSWz)
Music composed by Bert Cole (bitbybitsound.com)
- Journey Across The Blue
- Merch City
Refer to echo3D's documentation to learn more about how to use react with echo3D.
Feel free to reach out at support@echo3D.co or join echo3D's support channel on Slack.