Skip to content

Instantly share code, notes, and snippets.

@doubleshow
Last active September 27, 2015 22:11
Show Gist options
  • Save doubleshow/ee29901401842921587c to your computer and use it in GitHub Desktop.
Save doubleshow/ee29901401842921587c to your computer and use it in GitHub Desktop.
craftml
<craft>
<info>
<title>Heart of hearts</title>
</info>
<craft name="grid-repeat" module="4ko7G"/>
<craft name="heart" module="4yS59"/>
<craft name="fractal" module="4JZTc"/>
<style>
* {
color: crimson;
}
</style>
<part name="hearts">
<grid-repeat rows="8" cols="8" colSpacing="-1" rowSpacing="-2">
<heart></heart>
</grid-repeat>
</part>
<stack>
<fractal t="sizeX(80) sizeY(80)"/>
<g l="centerXY() intersect(#inside)" t="sizeZ(2)">
<hearts t="size(80 80 10)"></hearts>
<heart t="size(80 80 10)" id="inside"></heart>
</g>
</stack>
</craft>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment