2 releases
0.1.1 | Mar 4, 2021 |
---|---|
0.1.0 | Mar 2, 2021 |
#962 in Graphics APIs
16KB
431 lines
clever-graphics
A wrapper around the core_graphics
crate with support for exporting its task to a thread pool. Mostly exists as a utility crate for itaos
, but is its own just in case we need to use Core Graphics in another context.
License
MIT/Apache2 License
lib.rs
:
Equivalent to core_graphics::CGContext
but with the ability to push its work onto a thread pool.
Dependencies
~0.6–1.2MB
~24K SLoC