artsy / mobile

Mobile Team TODO
http://www.objc.io/issues/22-scale/artsy/
84 stars 11 forks source link

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

Open orta opened 8 years ago

orta commented 8 years ago

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

orta commented 8 years ago

It can also work on tvOS