Marzac / le3d

A straightforward and easy to use 3D software renderer for real-time retro graphics.
https://marzac.github.io/le3d/
MIT License
60 stars 6 forks source link

Cmake #3

Closed m0ppers closed 6 years ago

m0ppers commented 6 years ago

Ok...next try...I installed mingw on windows and was able to compile and run it now. I have 60fps constantly so I don't see performance regressions. I can't check on linux but it should work as it worked on the mac as well.

From my point of view this should be "as good as what was formerly in place" :) So I think this is mergable. From there we could integrate the "new" things. like slow Mac support and MSVC.

What do you think?

Marzac commented 6 years ago

It looks like it should be working as good as before. I am totally for integrating and releasing a version compatible with MacOS, even if the rendering is quite slow on this platform right now. To provide full support, I need to:

I merge this pull request with the project and make a test on my machine.