You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create something similar to gccx - CPX (JSX like syntax) support.
We can use C++ template engine - CXTPL and code generation to convert JSX into C++ (see https://github.com/blockspacer/CXXCTP )
With cobalt.foo html parser - create HTML parser with custom tags/JSX syntax.
With CXXCTP - create code generation rule - from JSX to HTMl/CSS.
With CXTPL - just combine C++ and HTML/CSS (and pass any complex C++ variables to HTML/CSS without binding!).
...
The text was updated successfully, but these errors were encountered:
General Information
Description
It may be useful: High-quality C++ HTML parser from cobalt.foo project. CMake port of it can be found at blockspacer/skia-opengl-emscripten#5 and https://github.com/blockspacer/skia-opengl-emscripten/blob/master/src/cobalt/cobalt_dom.cmake#L32
Some possible use cases:
We can use C++ template engine - CXTPL and code generation to convert JSX into C++ (see https://github.com/blockspacer/CXXCTP )
With cobalt.foo html parser - create HTML parser with custom tags/JSX syntax.
With CXXCTP - create code generation rule - from JSX to HTMl/CSS.
With CXTPL - just combine C++ and HTML/CSS (and pass any complex C++ variables to HTML/CSS without binding!).
The text was updated successfully, but these errors were encountered: