Files
watcat/README.md

35 lines
729 B
Markdown

watcat
======
rust clone of https://github.com/adamanldo/Cosmo
why?
----
cosmo relies on [imagetext-py](https://github.com/nathanielfernandes/imagetext-py), which either does not have a freebsd wheel or else uv cannot find it
now it seems that magick-rust can't link on freebsd... guess I'll die
but your code sucks
-------------------
I'm trying, okay?
running
-------
populate .env with necessary values. a template .env.example is given
create the database ``sqlx database create``
(note: make sure you have sqlx installed first)
init the database ``sqlx migrate run``
TODO
----
+ ~~literally just add the text~~
+ add easter egg
+ make various parameters user-configurable
+ use tiny-skia instead of magick-rust?