Skip to content

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

License

Notifications You must be signed in to change notification settings

LingDong-/Okb.js

Repository files navigation

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

  • okb/Okb.js library source code.
  • okb/examples.js usage examples, parsed by okb/builddoc.js and turned into interactive webpage.
  • update.sh shell script to generate okb/docs/examples and okb/docs/api and okb/Okb-min.js.
  • okb/docs mainly contains generated code; don't read; don't modify manually.

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages