liquidfun-emscripten

1.1.4 • Public • Published

About

This is simply a repository to hold the emscripten releases of LiquidFun.

If you want to read about liquidfun.js and how to compile it from scratch view this README.

Installation

Can be installed with npm or bower.

npm

npm install liquidfun-emscripten

bower

bower install liquidfun-emscripten

Usage

Using this with node is the same as any other module, the web usage is slightly different than the one provided by Google.

Web

Add <script> tag to your page

<script src="/node_modules/liquidfun-emscripten/liquidfun.js"></script>

or (depending on package manager)

<script src="/bower_components/liquidfun-emscripten/liquidfun.js"></script>

Access the liquidfun variables from the liquidfun global.

var circle = new liquidfun.b2CircleShape;

nodejs

var liquidfun = require('liquidfun-emscripten');

var circle = new liquidfun.b2CircleShape;

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.4
    7
    • latest

Version History

Package Sidebar

Install

npm i liquidfun-emscripten

Weekly Downloads

11

Version

1.1.4

License

none

Unpacked Size

4.48 MB

Total Files

216

Last publish

Collaborators

  • evilzebra