Shiva debute
Ivan did it again! Another great article, this time focusing on his GUI toolkit. He tends to rename it quite often, but I think that is because of all the restructuring of his C++ class collection (first ShmanssyGUI, then OpenCC, now Shiva, which is only the GUI part of OpenClassCollection).
Here’s a little snippet from the article:
Just today, Shiva (cross-platform vector GLUT-based GUI toolkit) has got some new features, that make it more comfortable to use. Some of them, in fact, break the boundaries of standard C++ coding, however, not in a way to dispose the standards, but instead to provide a more comfortable alternative. I always try to retain “backward-compatibility” with well-accepted standards, but I don’t hesitate to import some new concepts, that I find to make the coding easier.