asm-dom-cmake
asm-dom-cmake copied to clipboard
Virtual dom for C++ using asm-dom and cmake
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++ :heart:)
- Self contained (cmake will download things for you)
How to build?
- Make sure cmake, emscripten and npm are installed.
mkdir build
cd build
emcmake cmake ..
make
- Create a local server and navigate http://localhost:8000
python -m SimpleHTTPServer 8000