rune.noise.js

0.0.4 • Public • Published

Rune.Noise.js

A plugin to allow noise generation in Rune.js.

Using in the browser

First download the latest release. Then include the noise.js file after your rune.js file in your HTML file.

<head>
  <script src="rune.js"></script> 
  <script src="rune.noise.js"></script> 
</head>

Using in node

npm install rune.noise.js

Then require the rune.noise.js module in your code, along with your rune.js module (if needed).

var Rune = require('rune.js');
var Noise = require('rune.noise.js');

Examples

Look at the Randomization section in the Rune.js examples.

Readme

Keywords

Package Sidebar

Install

npm i rune.noise.js

Weekly Downloads

3

Version

0.0.4

License

MIT

Last publish

Collaborators

  • runemadsen