Skip to content

ArthurSonzogni/asm-dom-cmake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 .