GliQiTi

Project GLiQiTi

The idea of this project is to be able to completely replace qt widgets with new widgets which are drawn using openGL. But the qt api for widgets is to be respected as closely as possible.

Where to start from

More than just recompiling existing qt applications for the exact same use, we can imagine using them inside of 3d worlds, games for example, or futuristic user interfaces. Currently there are quite a few differences to be aware of to write a gliqiti compatible application.

-- Main.BenoitCasoetto - 25 Jul 2004

You can checkout the sourcecode at https://gliqiti.helian.org/svn/ using a regular subversion client

Two screenshots to show you what it looks like : http://www.purebasic.com/gliqiti/gliqitiscrollview.png http://www.purebasic.com/gliqiti/gliqitiscrollview2.png

Current work in progress includes GLQStyle and GLQPainter On my way to getting textures to work properly. Here is how it now looks like Note that the sides aren't textured yet, but they will ! http://www.purebasic.com/gliqiti/gliqitiscrollview5.jpg

Outdated tarballs too : http://www.purebasic.com/gliqiti/demoscrollview.tar.gz http://www.purebasic.com/gliqiti/gliqiti.tar.gz

-- Main.BenoitCasoetto - 01 Oct 2004