1.0.2 • Published 9 years ago

circle-layout v1.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

circle-layout

Parameterized circle layout for CraftML

Usage

<craft>
    <craft name="circle-layout" module="circle-layout"/>
    <circle-layout></circle-layout>
</craft>

Parameters

  • radius: adjusts radius of item arrangement
  • degrees: adjusts location of item arrangement

Example

<craft>
    <craft name="circle-layout" module="circle-layout"/>
    
    <circle-layout radius="25">
        <repeat n="10">
            <cube></cube>
        </repeat>
    </circle-layout>

</craft>

example

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago