|
Anatomy
of an Artlandia Program
|
|
The Zigzags pattern is constructed by embellishing a few wavy lines with
zigzags overlapped with intermittent dots.
|
| |
Launch Artlandia
easily and fast from
the binary files
created specifically
for your machine.
|
|
<<Artlandia`
colors = {Banana, GeraniumLake, LightSalmon, Gold};
background = Raspberry;
ColorBar[Flatten[{background, colors}]];
|
|
Use simple-to-
understand
commands proven
to be useful for
practical design. |
Instantly adjust the design
to your liking with an easy
change in parametersand
amass an impressive
portfolio.
Save time. Let Artlandia
suggest natural
combinations of colors,
shapes, forms and
parameters.
|
|
lines = 20; points = 50;
traces = Map[
Crown[
SmoothArray[points, {1, 1.4} + #/2],
{{0, 0}, {0, lines*0.75}}
]&,
Range[lines]
];
thickness = NaturalArray[lines, {1, 1.5}];
|
|
Take advantage of
proprietary visualization
tools. Create unique
fractal effects.
Build arbitrary shapes
along an arbitrary path,
with a single command. |
Access a library of ready-
made embellishing
functions. |
|
Show[Graphics[
MapThread[
{
{RandomElement[colors], AbsoluteThickness[#],
Zigzag[Length[#2], {0.5, 0.75}#, #2]},
{RandomElement[colors], AbsolutePointSize[2#],
Point /@ #2}
}& ,
{thickness, traces}
]
]]
This is a 2 x 2 tiling made from the above graphics.
|
|
Boost imagination by
using random arrays and
numbers. |
Easily fill the plane with a
motif of your choice.
|
|
Show[Tiling[%, p4g, {2, 2}, Boundary->True,
Background->background]];
|
|
That's it. The design is ready to go. |
| |
|
Artlandiais
a professional tool,
honed by years of
design work for
major
manufacturing
companies,
internationally.
|