Graphical user interface Tutorial in C

前端 未结 3 700
既然无缘
既然无缘 2021-01-30 03:38

I have a project in C language and the teacher ordered to make a Gui of project. I can only use C or C++ for the GUI part.

Can anyone please suggest me Some easy open so

3条回答
  •  野性不改
    2021-01-30 03:59

    You can also have a look at FLTK (C++ and not plain C though)

    FLTK (pronounced "fulltick") is a cross-platform C++ GUI toolkit for UNIX®/Linux® (X11), Microsoft® Windows®, and MacOS® X. FLTK provides modern GUI functionality without the bloat and supports 3D graphics via OpenGL® and its built-in GLUT emulation.

    FLTK is designed to be small and modular enough to be statically linked, but works fine as a shared library. FLTK also includes an excellent UI builder called FLUID that can be used to create applications in minutes.

    Here are some quickstart screencasts

    [Happy New Year!]

提交回复
热议问题