-
i tried doing daily sketch stuff in Rust for a hot second, but I found the 2D drawing support in Piston to not really be sufficient. but looking at github.com/bit101/bitlib-rs and cairo-rs it seems like i could get by well enough?
-
this is obviously a bad idea, because i've built up a decent amount of interoperable code in Typescript (drawing with node-canvas) now. but also it's a tempting one.
-
it seems like Rust is basically at the point where someone could pull together an OpenFrameworks equivalent for it..? (I guess Piston is kiiinda that? but it's got nowhere near the friendly face OF has)