C++ Graphics Library in Visual Studio and Eclipse

前端 未结 4 2024
春和景丽
春和景丽 2021-01-22 08:58

Is there any Graphics library available in VS or Eclipse for C++? I am creating a PacMan Game so Which graphics Library should i Try?

4条回答
  •  我在风中等你
    2021-01-22 09:32

    Although I would probably recommend SFML like greyfade, you might have a look at GDI too. It's not the simplest API out there, but for small projects it's quite nice. If everything is installed correctly, it should be included with Visual Studio. It completely depends on your target platform though.

提交回复
热议问题