From 60fb681fdeccc6917421c589e1876df73f3ca41a Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Fri, 26 Mar 2021 13:47:36 +0000 Subject: [PATCH] update TODO.md --- TODO.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index b98e02a..66e9d80 100644 --- a/TODO.md +++ b/TODO.md @@ -1,3 +1,4 @@ ### Todo: - Auto create a mp4 from generate images - - Instead of using the command `ffmpeg -r 20 -i tmp/out_%d.png -vcodec libx264 -crf 25 test.mp4` maybe use a rust library to do the same (more research needed) \ No newline at end of file + - Instead of using the command `ffmpeg -r 20 -i tmp/out_%d.png -vcodec libx264 -crf 25 test.mp4` maybe use a rust library to do the same (more research needed) +- GPU compute via [ArrayFire-rust](https://github.com/arrayfire/arrayfire-rust) \ No newline at end of file