Revolutionary-Games / Thrive

The main repository for the development of the evolution game Thrive.
https://revolutionarygamesstudio.com/
Other
2.81k stars 500 forks source link

Add a helper for background thread message printing #4188

Open hhyyrylainen opened 1 year ago

hhyyrylainen commented 1 year ago

Could be an extension method on the GD object if possible. It could work by using Invoke to run the print on the main thread. This would be for extremely low volume printing as it would be expensive to do (auto-evo should do this instead: https://github.com/Revolutionary-Games/Thrive/issues/4187)

hhyyrylainen commented 4 months ago

Related to: https://github.com/Revolutionary-Games/Thrive/issues/3685