// quickstart
← Back to homeOllo SDK Docs | 11:54 AM

// Quickstart

The Ollo SDK follows one simple flow:

Diagram

Everything runs locally and requires no calibration.

/01

Install

  1. Create a developer account: Grants access to builds for Unity, Unreal, Godot and native C++.

  2. Download the SDK for your engine: Once you sign up, you'll get direct engine-specific download links in your dashboard. Each build includes headers, binaries and a tiny example scene.

  3. Grab your license key: Keys are engine-agnostic and work locally, offline and per-machine.

/02

Using Ollo in Your Game

  • Open the example project included in the SDK. Everything is already set up.
  • Ollo automatically detects supported cameras and loads the runtime
  • Blink and attention events stream directly into your game loop
  • Feed those signals into:
    • Animation graphs
    • AI state machines
    • Tension curves (e.g. horror pacing loops)
    • Atmosphere / pacing logic
    • "player presence" mechanics

All processing runs locally with minimal runtime overhead. Designed to fit naturally into real-time gameplay systems.