#include "pixled.h"
#include "pixled/gif_output.h"
int main(int argc, char** argv) {
pixled::GifOutput out(256, pixled::FIT_WIDTH, 20, panel);
{
0,
0,
pixled::Cast<std::uint8_t>(122 + (
))
);
out.write(runtime, 20, "sawtooth_t.gif");
}
{
0,
0,
pixled::Cast<std::uint8_t>(122 + (
))
);
out.write(runtime, 20, "sawtooth_x.gif");
}
{
0,
0,
)))
);
out.write(runtime, 20, "sawtooth_x_t.gif");
}
{
0,
0,
) / 8.f
)))
);
out.write(runtime, 20, "sawtooth_radial_t.gif");
}
}
Definition: geometry.h:57
Definition: geometry.h:91
Definition: geometry.h:13
Definition: geometry.h:27
Definition: mapping.h:150
Definition: animation.cpp:3