LingDong- / Okb.js

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:HTML 56.7%Language:JavaScript 39.8%Language:CSS 3.5%Language:Shell 0.0%