Page 1 of 1

Cross platform IDE for CEF1 and CEF3

PostPosted: Thu Apr 25, 2013 1:52 pm
by Oegma2
Hi

I was wondering if it would make sense to see if we can get CEF1 and CEF3 working in a cross platform C++ free ide like Codelight?

That way you compile the system once and it works in Window, Linux, Mac

The only problem I can see with this is - what window Lib do we use ...know wxWidgets is not a bad cross platform edition

So ya, not sure, but would rock if we can get one IDE + Window Framework for all distro from mac to windows and even linux :)
Will speed up new projects 2

Re: Cross platform IDE for CEF1 and CEF3

PostPosted: Thu Apr 25, 2013 2:04 pm
by magreenblatt
Ninja can be used to build CEF in the same way (via the command line) on all platforms. So then it's just a matter of what IDE people like to use for code view and editing. I think VS is the best on Windows. Options on other platforms aren't great in my opinion. Eclipse is one possibility but it can be slow with large code bases like Chromium.