LingDong- / Okb.js

Procedural generation toolkit for Javascript - noises, randomness, curves, and more
MIT License
60 stars 7 forks source link
library math noise procedural-generation random

Okb.js

Procedural generation toolkit for Javascript - noises, randomness, curves, and more

Usage

Browser:

<script src="https://okb.glitch.me/Okb.js"></script>

or minified:

<script src="https://okb.glitch.me/Okb-min.js"></script>

Note: To reduce loading time, download the file and host it elsewhere. Since the project is still being developed, this also prevents breaking changes.

Node:

const Okb = require("./Okb");

Files

Source code managed on Glitch: https://glitch.com/edit/#!/okb