Waimea Developer Returns From Beyond 37
An anonymous reader writes "Waimea 0.5.0 was released after about a year from the developer disappearing. It turns out he was just working on getting the OpenGL backend for Cairo completed. Waimea is the first window manager that uses Cairo for rendering."
Dear editors (Score:1, Insightful)
"Waimea is the first window manager that uses Cairo for rendering."? To me, "Cairo" is Windows 95.
Re:Dear editors (Score:2, Funny)
Google time (Score:5, Informative)
Cairo provides a stateful user-level API with support for the PDF 1.4 imaging model. Cairo provides operations including stroking and filling Bézier cubic splines, transforming and compositing translucent images, and antialiased text rendering. The PostScript drawing model has been adapted for use within C applications. Extensions needed to support much of the PDF 1.4 imaging operations have been included. This integration of the familiar PostScript operational model within the native application language environment provides a simple and powerful new tool for graphics application development.
Re:Google time (Score:2)
Re:Google time (Score:2, Informative)
Like OpenGL (Score:4, Informative)
Although they're not a programming language, the command-line tools are a good example of statelessness...you call ls or dir and it performs its function, and then it's done.
wrong (Score:2)
Re:Google time (Score:2, Informative)
Re:Google time (Score:2)
Re:Dear editors (Score:1, Informative)
What Cairo is. (Score:5, Informative)
Cairo is linux's answer.
It's vector graphics that now uses an OpenGL backend. As soon as glitz is complete (another component of the NG linux desktop) Keith Packard (that guy that got kicked out of XFree86 and then utterly destroyed XF86) will be doing a quick OpenGL based X server.
At this point, The only driver that graphics card companies need to produce is an OpenGL one. That's really simple.
And the desktop is 3d accelerated. Mmmm....
Re:What Cairo is. (Score:2, Informative)
Re:What Cairo is. (Score:2)
postscript, and 15 years late.
Re:What Cairo is. (Score:4, Informative)
Once these technologies mature a bit, it will give Microsoft a run for their money. Xorg should have compositing by the summer(so I read), Xfixes and Xdamage are already part of it. Good bye David Dawes and your old XFree86.
Re:What Cairo is. (Score:3, Informative)
I've since lost the link, but I once saw a video demonstrating some of the capabilities of Avalon. It's a fully vector-based graphics rendering system. The video started with simple things like rotating buttons and text at angles.
Then it went onto doing th
Keith's X server (Score:2)
Are they competing? What are the differences of each?
Re:Keith's X server (Score:5, Informative)
hope this answers your question
Re:Keith's X server (Score:2, Interesting)
IMO I wouldn't be so positive about Berlin/Fresco. It won't be finished near to Avalon's date, and it's no where near usable now. I've been on the mailing list for years and it's going nowhere. I'm sorry if that sounds harsh but it really isn't.
See this recent message from Graydon (a dev) about some of the architectural problems in Fresco/Berlin [google.com]
Re:Keith's X server (Score:2)
Yea, so.. (Score:2)
Sorry for my ignorance..
Re:Yea, so.. (Score:5, Informative)
Cairo: Vector graphics rendering library that can take advantage of XRender and other such extensions, especially those supplied by:
Keith's X Server: A redesign of X Servers, focussing on "Modern" design and features used by modern X Software. (Client side fonts, composing offscreen.)
Wiemea: X Window manager that uses Ciaro for output and rendering.
The theory is that Ciaro will become the standard way of drawing graphics, and since everything is vector based, it becomes resoultion independent. (Increasing the resolution doesn't make things smaller unless you want it to - it simply makes things smoother.)
Re:Yea, so.. (Score:1)
Slashdot redefines minimalism (Score:3, Interesting)
A link would have been helpful to the source of the info. (Unless the developer whispered it in the submitter's ear).
Re:Slashdot redefines minimalism (Score:1)
FYI -- it sucks (Score:4, Informative)
Re:FYI -- it sucks (Score:2, Interesting)
Mine is smooth and fast
Actually its faster cos dragging windows around doesn't bump up the cpu load to 100%.
And Im not using any third party drivers, just the old xfree driver(nv instead of nvidia)
Re:FYI -- it sucks (Score:2)
I was wrong (Score:3, Informative)
Cairo+glitz = Quartz, but... (Score:1)
These guys should just do an open source implementation of the OS X Quartz API's, would be much more useful to developers...than...constantly....re....inventing
SIGH.