Wine application 3x faster than native macos build

Questions about Wine on macOS.
Locked
wengwengweng
Newbie
Newbie
Posts: 4
Joined: Tue Nov 20, 2018 11:42 am

Wine application 3x faster than native macos build

Post by wengwengweng »

I built my game to windows and tried open it on macos with wine, ended up in 3x performance than my native macos build, any idea why that's happening?
wengwengweng
Newbie
Newbie
Posts: 4
Joined: Tue Nov 20, 2018 11:42 am

Re: Wine application 3x faster than native macos build

Post by wengwengweng »

additional information (didn't see any 'edit' button): using opengl2
Gcenx
Level 6
Level 6
Posts: 709
Joined: Mon Dec 25, 2017 12:11 pm

Re: Wine application 3x faster than native macos build

Post by Gcenx »

Sounds like it’s not optimized for macOS. Could be the engine that you used.

I also hope your game will be 64Bit or it’s going to stop working after Mojave, also don’t use OpenGL for the macOS version you should really use Metal.
Locked