OpenRA / ra2

A Red Alert 2 mod for the OpenRA game engine
GNU General Public License v3.0
965 stars 158 forks source link

Does this engine support using Multi-core processor? #800

Closed Daiki9527 closed 1 year ago

Daiki9527 commented 1 year ago

EA's engine uses only single-core, which is out of date nowadays, especially when it comes to Mods.

abcdefg30 commented 1 year ago

There are some things that use threads (e.g. the threaded renderer), but it is not optimized to use as much cores as possible.