What is CraftML?
CraftML is a markup language for developing 3D printable models using familiar web technologies including HTML, CSS, SVG, Javascript, JQuery, and templates.
Below is a simple Hello Cube program written in CraftML to generate a 3D word "Hello" followed by a 3D cube.
{% craftml %}
Hello
{% endcraftml %}
Try adding a word World after the word Hello. Press shift+return and you
will see the effect of this change. The 3D text should now read ''Hello World''.
Next, try replacing <cube></cube> with <sphere></sphere>. Press shift+return
and you will see that the 3D cube is now replaced by a 3D sphere.
Check out the tutorials to learn more about CraftML.