update TODO

This commit is contained in:
Simon Gardling
2021-04-05 13:12:27 -04:00
parent bff0f8faf1
commit a529fa7235
2 changed files with 1 additions and 722 deletions

View File

@@ -8,6 +8,7 @@
- Tried [ArrayFire-rust](https://github.com/arrayfire/arrayfire-rust) didn't work well, looking for another library
- Try using [emu](https://github.com/calebwin/emu) (seems to be a very good option)
- Another option: [wgpu-rs](https://github.com/gfx-rs/wgpu-rs)
- Look at [this](https://github.com/nicoptere/physarum) for inspiration
5. Auto create a video from generated images
- Instead of using the command `ffmpeg -r 20 -i tmp/out_%d.png -vcodec libx265 -crf 25 -s 512x512 test.mp4` maybe use a rust library to do the same (more research needed)
6. Live output