Creating a 360-degree graphic monitor for viewing images?

I want to create a 360-degree turntable showing a lot of images (12, 24 or 36), controlling this rotation with touch events (for example, example, but encoded for the iOS application initially).

The simplest idea, depending on the position of the touch, is to download this particular device. What ideas are best suited for this? Is there a chance to create this image player using CoreAnimation faster? Any other hints on this? Any other projects where I can help?

Thanks for your time and tips in the right direction.

Here is another example for an ipad application from audi a8 ".

+3
source share
3 answers

In the first example, it becomes apparent that the objects were actually photographed for each rotation angle. This is a very difficult part. You will need a tripod and a camera with a remote control, and, if possible, also a rotary dish to maintain consistent angles.

The implementation is relatively simple. As you may have guessed, you simply track the position of the touch and, depending on the delta to the last position of the touch, show the corresponding image.

+2
source

well, you can just use the HTML / CSS / JS used in the same example ... just upload this to UIWebView in your application and upload your website as a resource ...

0
source

UIImageView, , Y . .:)

0

Source: https://habr.com/ru/post/1792341/


All Articles