Skip to content

tianqizhao-louis/A-Frame-echo3D-Knight-Adventure-Demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

A-Frame Web Game Demo

Example Unity project with a-frame and echo3D integrated.

The dragon is destroying the city! You are the most powerful knight in the city. Use your sword to kill the dragon!

Register

Don't have an API key? Make sure to register for FREE at echo3D.

Versions

Python version 3.7+

Setup

First, you need to have an .env file ready under src folder. You can take a look at .env.template file to have an idea about what needs to be included.

Open your terminal, and run the following commands:

cd src
python3 -m venv env
source env/bin/activate
pip install -r requirements.txt
flask run

From now on, just run:

cd src
source env/bin/activate
flask run

How to Play

Run and kill the evil dragon!

Screenshots



Learn More

Refer to our documentation to learn more about how to use FaceAR and echo3D.

Support

Feel free to reach out at [email protected] or join our support channel on Slack.

Reference

The background image comes from Wallpapersafari.

Brick wallpaper photo created by rawpixel.com - www.freepik.com.

Models come from clara.io and Sketchfab.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 79.1%
  • HTML 14.3%
  • Python 4.6%
  • CSS 1.9%
  • Shell 0.1%