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

darlingjs-live-on-animation-frame

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

darlingjs-live-on-animation-frame

update world pipeline on animation frame

  • 1.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

darlingjs-live-on-animation-frame

update pipeline on animation frame

Change Log

Installation

npm i --save darlingjs-live-on-animation-frame

Usage

var darling = require('darlingjs');
var box2d = require('darlingjs-box2d');
var pixijs = require('darlingjs-pixijs');
var onAnimationFrame = require('darlingjs-live-on-animation-frame');

/**
 * Create world with pipeline:
 * - pysics: box2d
 * - and visualization: pixijs
 *
 * and make it lives on per frame of animation
 *
 */

darling
  .world('brand new world')
  .pipe(box2d())
  .pipe(pixijs())
  .live(onAnimationFrame({
    autostart: true
  }));
  

Keywords

FAQs

Package last updated on 13 Jul 2015

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