ArthurSonzogni / asm-dom-cmake

Virtual dom for C++ using asm-dom and cmake

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

asm-dom-cmake

Simple starter project: A web interface entirely built using C++ and cmake.

This is possible thanks to asm-dom and gccx (JSX like syntax for C++).

  • Demo page
  • Use only CMake (no crazy Javascript tool, only C++ ❤️)
  • Self contained (cmake will download things for you)

How to build?

asciicast

  • Make sure cmake, emscripten and npm are installed.
mkdir build
cd build
emcmake cmake ..
make
emrun .

About

Virtual dom for C++ using asm-dom and cmake

License:MIT License


Languages

Language:CMake 48.8%Language:C++ 27.2%Language:CSS 16.7%Language:HTML 7.3%