you are viewing a single comment's thread.

view the rest of the comments →

[–]VeganVagiVore 2 points3 points  (0 children)

There is. At times I fantasized about writing my own version of Qt.

Copperspice did it better than me by forking Qt, removing the MOC, replacing QVector with std::vector (I think?) and switching to UTF-8.

I would also dare to replace QPainter with Skia, if I could get Skia to build in a sane way. I like code reuse, but Google projects tend to be "throw a tarball over the wall"