What C ++ tools / libraries can be used to draw simple geometric shapes (straight lines, sets of points) and create simple interface applications (buttons, counters, etc.)?

Closed due to the fact that the issue is too common for participants insolor , Cheg , andreymal , ߊߚߤߘ , sanmai Sep 28 '17 at 9:03 .

Please correct the question so that it describes the specific problem with sufficient detail to determine the appropriate answer. Do not ask a few questions at once. See “How to ask a good question?” For clarification. If the question can be reformulated according to the rules set out in the certificate , edit it .

    2 answers 2

    Qt can use. There are buttons, timers and so on. And for Opengl geometric objects. Use this link qt + opengl.

      You can use Windows Forms. True, you will have to work with C ++ \ CLI. It has all the controls that you can see in standard Windows applications. You can draw with Graphics-> Draw'Something '(for example, DrawLine).

      You can also use SFML, but this library is mainly intended for game development.