JSGL is a JavaScript library for drawing, moving, and changing graphics objects dynamically.
What’s interesting is that JSGL offers a way of vector drawing in JavaScript, which is especially useful for projects like PathFinder where the distance is calculated with vectors.
JSGL also provides an easy-to-use API (well, at least if you’re familiar with vector concepts) and Java-like classes under an object-oriented programming model, which, altogether, makes a coherent and powerful library for graphics manipulation.
- Website: http://www.jsgl.org/doku.php














