I believe there are several compositors that are work in progress. Even very experimental stuff like that one that was even featured on phoronix a while ago: http://www.youtube.com/watch?v=_FjuPn7MXMs
Printable View
I believe there are several compositors that are work in progress. Even very experimental stuff like that one that was even featured on phoronix a while ago: http://www.youtube.com/watch?v=_FjuPn7MXMs
thank you for getting and belaboring my point... It's like Linux people are afflicted with some disease ... or maybe just afflicted with a lack of strong leadership. But when there's nothing to lose and everything's "free", why would anyone want to give up being right about their pet store implementation being 'the right/best' one....
God help the Linux movement!
It's kinda the same on Windows also. There are 400 million different applications that all do the same thing.
Granted there is usually one that is a cut above the rest... but a lot of times those are coming from a corporation.
the problem is that windows is like a petri dish for developers, while Linux distros are on of the worse platforms to develop for. there are no IDEs on par with Visual Studio or XCode and the base OS is fragmented between different glibc, gcc, kernel and x.org versions. the result is that it is more work to publish an app for Linux, than for Windows or OS X.
True, but the best solution there is to target a specific distro (and version). There really is nothing wrong with doing that, although many people will squeal.
I actually don't like Visual Studio at all; (never used XCode) I would take QtCreator any day. You really don't need to worry much about glibc, gcc, kernel, or x.org versions for 99% of software, as 99% of software doesn't use x calls, kernel calls (especially new ones) things that are specefic to a gcc version (are there such things?) and glibc is just a standard c library. I find that publishing for linux is dead simple.
keep thinking that.Quote:
I find that publishing for linux is dead simple.
I do have to wonder how many people who are complaining about the "Fragmentation" for development are actually developers... as I'm hearing a lot of lack of clue from that side here...