C++\GLUT window menu bar

前端 未结 2 1125
耶瑟儿~
耶瑟儿~ 2021-01-22 18:00

I am writing a simple glut Application, and my teacher wants me to create a top menu bar, as in any windows app(you know, file\\edit etc, the ruler on the window\'s top).

<
2条回答
  •  醉梦人生
    2021-01-22 18:06

    Try Crazy Eddie's GUI System which supports Menu & Popup

    Crazy Eddie's GUI System is a free library providing windowing and widgets for graphics APIs / engines where such functionality is not natively available, or severely lacking. The library is object orientated, written in C++, and targeted at games developers who should be spending their time creating great games, not building GUI sub-systems!

提交回复
热议问题