Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implements a unity sample app which can be controlled using webbrowser client #552

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Jul 16, 2019

  1. fix compiling bug of CookieException

    Dimitri Podborski committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    64f549d View commit details
    Browse the repository at this point in the history
  2. add unity gitignore

    Dimitri Podborski committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    09a5ed0 View commit details
    Browse the repository at this point in the history
  3. add unity example stub

    Dimitri Podborski committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    19acb2c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0fca1f8 View commit details
    Browse the repository at this point in the history
  5. send message to unity WSServer and get response based on it

    Dimitri Podborski committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    8e7a321 View commit details
    Browse the repository at this point in the history
  6. add three.js stuff.

    Dimitri Podborski committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    cf5c1ba View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2019

  1. init js websocket and send data to server as json

    Dimitri Podborski committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    446a1b6 View commit details
    Browse the repository at this point in the history
  2. add bootstrap and set up input group for websocket address stuff

    Dimitri Podborski committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    f24de1d View commit details
    Browse the repository at this point in the history
  3. implement unity side parsing and controlling of the object over

    websocket, implements rotation and scaling
    Dimitri Podborski committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    76fbd9b View commit details
    Browse the repository at this point in the history