Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
@yeti-cgi/ape
Advanced tools
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.
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.
npm install @yeti-cgi/ape
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...
}
...TODO
...TODO
...TODO
...TODO
...TODO
...TODO
...TODO
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.
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.
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
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.
We found that @yeti-cgi/ape demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
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.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.