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

[Content] MVP: draw and create an object #24

Open
snowymo opened this issue May 12, 2021 · 1 comment · Fixed by #29
Open

[Content] MVP: draw and create an object #24

snowymo opened this issue May 12, 2021 · 1 comment · Fixed by #29
Assignees
Labels
enhancement New feature or request

Comments

@snowymo
Copy link
Owner

snowymo commented May 12, 2021

Is your feature request related to a problem? Please describe.
Shall we have a minimal sample that the user can use controller/mouse click to create an object?

Describe the solution you'd like

  1. Probably our final presentation will include content creation.
  2. Let's have a minimal sample for infrastructure to test. For example, the user can draw some paths, and metaroom reacts with displaying maybe shapes, maybe 3D objects.
  3. For easy debug, it'd be better to support mouse input and controller support together.

[4]. We want to test if other clients can see the same drawing, without syncing all the drawing information but the input events.

@snowymo snowymo added the enhancement New feature or request label May 12, 2021
@snowymo
Copy link
Owner Author

snowymo commented Jul 1, 2021

@kenperlin @keruwang
Since clay is way more complicated than drawing lines, we probably need to
either 1) integrate the latest version into this repo.
or 2) extract similar but simpler functionality that for me to experiment.

We have to have multiple clients see the same thing because the video we want to make includes two clients: a teacher in VR and a student on the screen. I guess a backup plan is that we record everything in advance.

@snowymo snowymo linked a pull request Jul 4, 2021 that will close this issue
@snowymo snowymo reopened this Jul 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants