Skip to content
This repository has been archived by the owner on Aug 22, 2018. It is now read-only.

View in Room should be re-created in SceneKit #55

Open
orta opened this issue Sep 2, 2015 · 1 comment
Open

View in Room should be re-created in SceneKit #55

orta opened this issue Sep 2, 2015 · 1 comment

Comments

@orta
Copy link
Contributor

orta commented Sep 2, 2015

We currently have 2 separate versions of View In Room, with different features.

Now all our apps are iOS8+ we can use SceneKit to generate a view in room, room.

Outline

I made a quick prototype of this as a mac app in swift

screen shot 2015-09-02 at 9 42 37 am
download

But going from that, to

screen shot 2015-09-02 at 9 44 38 am

is a tricky job. It's a bit easier building it initially as a separate mac app because it's faster to iterate and we have more input devices to work with.

Background

Our VIR assets have always been done in 3d and then we've worked with the rendered outputs, so it might be possible to get some of the original assets. I'll ask @robertlenne.

screen shot 2015-09-02 at 9 48 24 am

Advantages

  • We can consolidate the code bases among two shipped apps, and makes it much easier for eidolon integration if wanted.
  • Experiment in a Pod View Controller
  • Finally get some consistency between iPad + iPhone versions ( Eigen, for example doesn't support VIR )
  • Improve the animation between an artwork and VIR
  • Removes the uncanny valley around our parallax implementation
  • It will save many megabytes of initial download time on our apps.
@orta
Copy link
Contributor Author

orta commented Sep 10, 2015

It can also work on tvOS

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants