An Introduction to Zdog - A 3D JavaScript engine for <canvas> and SVG
Described as a 3D JavaScript engine for <canvas>
and SVG, Zdog gives you ability to design and render simple 3D models on the Web. As mentioned in the Zdog website, it is a pseudo-3D engine. Its geometries exist in 3D space, but are rendered as flat shapes.
Zdog was created by David DeSandro, who is also the developer behind awesome Masonry and Isotope.
To install and use Zdog, follow the link below:
Also follow these links to download Zdog Javascript files (minified and un-minified), link directly to Zdog JS on unpkg or install via package managers like npm and Bower:
Below are some of the Zdog demo on CodePen
1. Hello Word Demo
See the Pen Zdog - hello world canvas by Dave DeSandro (@desandro) on CodePen.
2. Super Mario Demo
See the Pen Zdog - Super Mario by Dave DeSandro (@desandro) on CodePen.
3. Cone Mace Demo
See the Pen Zdog - Cone mace by Dave DeSandro (@desandro) on CodePen.
4. Little Forest Demo
See the Pen Zdog - Little forest by Dave DeSandro (@desandro) on CodePen.
Comments