Skip to content

See-Y/WebVR-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebVR-project

Personal project from high school.
My first attempt combining both VR and back-end development.

The goal was to let users create and manipulate 3D objects in VR through the web.
We used Django and MySQL to store user information and their VR objects (which was devastating).

Initial Installation

  1. You must install Django(of course python too) in your Desktop : $ pip install Django
  2. You must install Django-colorful for color object : $ pip install django-colorful
  3. You must install mysqlclient : $ pip install mysqlclient
  4. You must install django-crispy for template problem : $ pip install django-crispy
  5. You must install Pillow for Image Field : $ pip install Pillow
  6. You must install django-extra-views for create, update view : $ pip install django-extra-views

DataBase Settings

    In this project, I used a database called MySQL with Bitnami XAMP. So, for copping the settings.py, you have to install MySQL DataBase and Set your DataBase ID and PW in Settings.py. Or, you can change the settings for SQLite in Settings.py

    Running Django Server

    1. open cmd in your desktop
    2. go to the directory where your 'manage.py' located
    3. input 'python manage.py runserver'
    4. open your browser and browse "http://127.0.0.1:8000/"
    5. //if there is a error by the port, try to change your port like 'python manage.py runserver 8080'

About

a little experiment with WebVR and Django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published