Using the Google Chromium Views project as an application platform in C ++

I had contact with Google Chromium Code, and it's awesome for building apps. The problem now is that no one has tried to use it outside of the Google Chromium Project. I mean developing an open source project that can be used for this purpose. Basic goals:

  • Guaranteed Linux-Windows support for the same code.
  • Take advantage of all available resources, such as flow control, statistics, unit test ...
  • Clarify how to use Skia for graphic effects and settings.
  • Imagine a useful application that makes the most of it.
  • Integrate C ++ and JavaScript code using V8
  • Using Webkit to render html content

There is a chance that he will get out of paper. What do you think?

Claudio M. Souza Junior

The developer.

+3
source share
2 answers

see https://github.com/lianliuwei/chromium_base

I create it for the same reason as you.

- . . , . ui, noreason, , .cc .cpp. , ui, , rm ICU ( ) gurl ( ) gyp, gclient, grit-i18n, gtest, gmock... . . messageloop MFC ( :() Windows, Linux. (Google )

http://code.google.com/p/chromium/.

, litte. , .

+1

, QtWebkit , ?

, V8 QtWebkit , - Chromium "View project".

Qt , , (, , Chomium ).

0

Source: https://habr.com/ru/post/1794815/


All Articles