Zernikalos
Quick Start

Generating Zernikalos Assets

How to generate compatible assets for the Zernikalos engine

This guide will walk you through the process of generating compatible assets for the Zernikalos engine.

Prerequisites

Before starting, ensure you have:

Step 1: Prepare Your 3D Model

Your 3D model should be in one of these supported formats:

  • glTF 2.0 (Recommended)
  • OBJ
  • COLLADA (.dae)
  • FBX

We recommend using glTF 2.0 as it provides the best compatibility and performance with Zernikalos engine.

Step 2: Import to Nest App

  1. Open Nest App
  2. Navigate to the import section
  3. Select your 3D model file
  4. Wait for the import process to complete
Nest App Import Screen

Import Screen

Imported data on editor

Imported data on editor

Scene Viewer

Scene Viewer

Step 3: Generate Bundle

  1. In Nest App, navigate to the main menu: Scene -> Bundle
  2. Select your desired output location
  3. Wait for the bundling process to complete

The bundled scene is the only format compatible to be used with Zernikalos engine.

Next Steps: Where to place the bundle?

Once you have your .zko file, place it in your project's appropriate directory:

Move the file to app/src/main/assets/.

Add the file to your Xcode project resources.

Place the file in your public/ folder.

Now you are ready to Integrate Zernikalos into your application.

On this page