Libraries

Das_Noise

Das_Noise was a project I started for procedural generation of noise through a native JavaScript library. It includes most standard noises and there are version floating around that I did with some odd ones as well. This should be the stable version on my github, if not then I will be fixing that momentary because …

0 comments

Vector2.js – Vector Library

Just include this js file. Call an new vector with: new vec2(x,y); All Methods are chainable. copy(vec) – Copy Values from one vec2 to other. vec => vec2 return => vec clone() – Make new vec2 from a vec2 return => new vec2 perp() – Get the Perpendicular angle; return => vec2 rotate(angle) – Rotate …

0 comments