#include #include #include int main() { std::cout << "chisel toolkit demo" << std::endl; chisel::GLWindow(); return 0; }