rust-sfml
rust-sfml copied to clipboard
Figure out what types are safe to implement `Send` for
trafficstars
Image might be one such type, so you could load images on a separate thread, and send them to the main thread.
#177 relates to this, Window doesn't implement Send.