Intelligent 3D imaging

Add the Fyuse viewer to your Android or iOS application, or your website, with only a few lines of code. It’s quick, easy, and FREE. Get started today.

Log In Now

Quickstart

Get up and running with the following code examples

iOS

With a few lines of code, easily integrate Fyuses into your iOS app.

A Fyuse panoramic example
              
#include <FyuseViewerKit/FYFyuseView.h>
...
FYFyuseView *fyuseView = [[FYFyuseView alloc] init];
fyuseView.priority = FyusePriorityVisible;
fyuseView.placeholderFadeDuration = 0.15;
fyuseView.delegate = self;

[[FYFyuseManager sharedManager]
  requestFyuseWithUID:@"2apo8o4wbk" // fyuse ID
            onSuccess:^(FYFyuse *fyuse) {
                fyuseView.fyuse = fyuse;
            } onFailure: nil];
[self.view addSubview:fyuseView];
              
            

Android

The Fyuse Viewer SDK is supporting all devices running Android version 19+

A Fyuse person mode example
              
import com.fyusion.sdk.common.FyuseSDK;
...
FyuseViewer.with(this)
  .load("btnv2am5z1") // fyuse ID
  .highRes(true)
  .into(fyuseView);
              
            
Fyuse 360º car mode
            
<script src="https://fyu.se/embed?v=3.0"></script>
<div id="fyu_bcwbdqcotb" class="fyu_container fyu_horizontal"></div>
<script> FYU.add("bcwbdqcotb", "fyu_bcwbdqcotb"); </script>
            
          

360º Web viewer

The viewer consists of typical html5 mini application components, html, css, and js.

2013 Lamborghini Gallardo LP 560-4

Why Fyuse?

Ultra Fast

(streamable, multiple LOD)

Configurable

(camera modes, resolutions, effects)

Platform Agnostic

(mobile, web, AR/VR)

Cloud Powered

(AWS CDN worldwide)

Powering businesses globally

How can we help?

Contact us for any technical questions.

Contact Us