How to build native C++ apps with HTML/CSS UI?

后端 未结 5 1753
没有蜡笔的小新
没有蜡笔的小新 2021-01-29 17:42

Is it possible to develop a C++ program while using HTML and CSS for the user interface? I know about programming with Javascript using a Webkit container, but I am really inter

5条回答
  •  独厮守ぢ
    2021-01-29 18:25

    You can use Chromium Embedded Framework to embed HTML5 content in your app. You'll get might and speed of Chromium and ability to build GUI apps the same way you develop web applications.

提交回复
热议问题