Hello List! Well, to make this a little bit on topic, I want to do this with mingw-w64 c++.
Let's say I have somehow constructed an image on the surface of a sphere (or cylinder, or egg-shape, etc.). I would like to be able to rotate this sphere (together with its surface image), and then generate a two-dimensional image of the rotated sphere. I would like to be able to do it in my c++ code, but generating such images in a free-standing app and then loading them into my program could also be acceptable. I am looking for a quick-and-dirty solution (and am happy to write quick-and-dirty code), so installing a large, complicated image-processing tool (and learning how to use it) or building a large, complicated image-processing library (and learning how to use it) would have undesirable overhead. I don't need or want to do anything fancy, so I don't need the power of a sophisticated tool -- I just want to be able to do my (relatively) simple task quickly. I do already use Qt (version 4), so I would not consider a Qt-based solution to entail installing / building "a large, complicated library". Any suggestions would be welcome. Again, I have a strong preference for being able to do this in my own (mingw-w64-compatible) code. Thanks in advance for any ideas. K. Frank ------------------------------------------------------------------------------ _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
