diff --git a/.gitignore b/.gitignore index 2f7896d..70bc06b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ target/ +animation/*.png \ No newline at end of file diff --git a/src/main.rs b/src/main.rs index 4a7fc94..d9efcde 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,7 +1,3 @@ -// TODO -// implament Color gradient with emums and match statement -// MandelbrottZoom constructor - // ffmpeg -framerate 30 -start_number 1 -i ./animation/%00d.png -pix_fmt yuv420p out.mp4 #![allow(dead_code)] @@ -214,6 +210,6 @@ fn main() { }; // frame.render_animation(); - frame.run_multithreaded_fast() + frame.render_animation() }