codenamecpp / carnage3d

Reimplementation of Grand Theft Auto 1 [GTA1]
MIT License
470 stars 38 forks source link

Add macOS support #70

Closed marmichalski closed 2 years ago

marmichalski commented 2 years ago

Part of #52.

No DPI awareness (yet?).

This also fixes an issue with compiler matrix being set wrong and a missing glm require in cmake. 😞

codenamecpp commented 2 years ago

Nice! Thanks for contributing, @marmichalski

marmichalski commented 2 years ago

No problem. Just a one year delay 🥳

I'll be doing some cmake documentation soon and then I'll try to resolve the scaling issue (dpi? hidpi?) 😊