Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@yeti-cgi/ape

Package Overview
Dependencies
Maintainers
3
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@yeti-cgi/ape

A web engine for creating 3d web experiences. Built on top of three.js, APE includes: time tracking, gameobject and decorator system, scene and rendering management, resource management, input polling, audio playback, webxr integration, and more.

  • 0.5.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
3
Created
Source

APE - Ambient Packaging Engine

APE is a web engine for creating ambient packaging experiences and any other type of 3d web experiences.

In general, APE is a loose set of tools built on top of three.js that provide a more game engine like experience. This includes built-in time tracking, gameobject and decorator system, scene and rendering management, resource management, input polling, audio playback, webxr integration, etc.

Installation

npm install @yeti-cgi/ape

Usage

Setup

import { APEngine, APEngineEvents } from '@yeti-cgi/ape';

// Initialize APEngine.
APEngine.init({
    antialias: true,
    alpha: false,
    powerPreference: 'high-performance',
    // Any desired three.js WebGLRenderer options...
});

APEngineEvents.onUpdate.addListener(onEngineUpdate);

function onEngineUpdate(): void {
    // Do update loop stuff...
}

Scene Management

...TODO

Time

...TODO

GameObjects & Decorators

...TODO

Input

...TODO

Resource Management

...TODO

WebXR

...TODO

Device Camera

...TODO

Packages

ape

This is the core package of the the Ambient Packaging Engine. If all you want is to use APE as a starting framework this is the only package you need to get started with no string attached.

ape-webxr-qa

This package is an example/demo project that uses both APE and the APE React Components to setup a barebones interactive WebGL scene that supports WebXR. This project is a good starting point to see how you can setup and use the different built-in tools of APE.

[DEPRECATED] ape-reactcomponents

This package contains a number of React JS components that can be used to get up and running easily with APE in a React environment.

FAQs

Package last updated on 08 Apr 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc