Skip to content

runemadsen/rune.noise.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A plugin to allow noise generation in Rune.js

Resources

License

Stars

Watchers

Forks

Packages

No packages published