Difference between revisions of "Three-math"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) |
Karl Jones (Talk | contribs) |
||
(One intermediate revision by the same user not shown) | |||
Line 5: | Line 5: | ||
From the website: | From the website: | ||
− | + | <blockquote>"The aim of the project is to create a lightweight 3D library with a very low level of complexity — in other words, for dummies. The library provides [[Canvas (HTML element)|canvas]], [[Svg (HTML element)|svg]], [[CSS3D]] and [[WebGL]] renderers." | |
+ | </blockquote> | ||
== See also == | == See also == | ||
Line 12: | Line 13: | ||
* [[JavaScript library]] | * [[JavaScript library]] | ||
− | == External links == | + | == External links == |
* [https://www.npmjs.com/package/three-math Home page] | * [https://www.npmjs.com/package/three-math Home page] | ||
− | |||
[[Category:JavaScript libraries]] | [[Category:JavaScript libraries]] |
Latest revision as of 10:31, 29 April 2016
Three-math is a JavaScript library for animation.
Description
From the website:
"The aim of the project is to create a lightweight 3D library with a very low level of complexity — in other words, for dummies. The library provides canvas, svg, CSS3D and WebGL renderers."