Files
bad-apple-embedded-rs/README.org
2022-04-17 19:13:00 +02:00

12 lines
432 B
Org Mode

#+TITLE: bad-apple-embedded-rs
* Features
* Dependencies
The video-to-ascii conversion script uses [[https://github.com/ivanl-exe/image-to-ascii/][image-to-ascii]] for the conversion in the background.
It is assumed to be located on the same height as this project and that it is build in release-mode (due to performance).
* TODO
- [ ] Add README Stuff
- [ ] Rewrite ascii conversion in Rust (with an own impl of ascii-to-text)