0.0.4 • Published 7 years ago

rune.noise.js v0.0.4

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

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.

0.0.4

7 years ago

0.0.3

8 years ago

0.0.2

8 years ago