├── README.md └── samples ├── clock ├── analog-clock.tis ├── icon.svg └── index.htm ├── hello-window ├── bin │ ├── hello-window.dat │ ├── hello-window.ico │ └── windows │ │ └── x32 │ │ └── hello-window.exe └── src │ ├── flat-theme-demo.htm │ ├── flat-theme-elements.htm │ ├── flat-theme.css │ ├── flat-theme.tis │ ├── icon.svg │ └── index.htm └── hello-world └── src ├── globe.svg └── index.htm /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sciter-sdk/quark/HEAD/README.md -------------------------------------------------------------------------------- /samples/clock/analog-clock.tis: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sciter-sdk/quark/HEAD/samples/clock/analog-clock.tis -------------------------------------------------------------------------------- /samples/clock/icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sciter-sdk/quark/HEAD/samples/clock/icon.svg -------------------------------------------------------------------------------- /samples/clock/index.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sciter-sdk/quark/HEAD/samples/clock/index.htm -------------------------------------------------------------------------------- /samples/hello-window/bin/hello-window.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sciter-sdk/quark/HEAD/samples/hello-window/bin/hello-window.dat -------------------------------------------------------------------------------- /samples/hello-window/bin/hello-window.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sciter-sdk/quark/HEAD/samples/hello-window/bin/hello-window.ico -------------------------------------------------------------------------------- /samples/hello-window/bin/windows/x32/hello-window.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sciter-sdk/quark/HEAD/samples/hello-window/bin/windows/x32/hello-window.exe -------------------------------------------------------------------------------- /samples/hello-window/src/flat-theme-demo.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sciter-sdk/quark/HEAD/samples/hello-window/src/flat-theme-demo.htm -------------------------------------------------------------------------------- /samples/hello-window/src/flat-theme-elements.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sciter-sdk/quark/HEAD/samples/hello-window/src/flat-theme-elements.htm -------------------------------------------------------------------------------- /samples/hello-window/src/flat-theme.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sciter-sdk/quark/HEAD/samples/hello-window/src/flat-theme.css -------------------------------------------------------------------------------- /samples/hello-window/src/flat-theme.tis: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sciter-sdk/quark/HEAD/samples/hello-window/src/flat-theme.tis -------------------------------------------------------------------------------- /samples/hello-window/src/icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sciter-sdk/quark/HEAD/samples/hello-window/src/icon.svg -------------------------------------------------------------------------------- /samples/hello-window/src/index.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sciter-sdk/quark/HEAD/samples/hello-window/src/index.htm -------------------------------------------------------------------------------- /samples/hello-world/src/globe.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sciter-sdk/quark/HEAD/samples/hello-world/src/globe.svg -------------------------------------------------------------------------------- /samples/hello-world/src/index.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sciter-sdk/quark/HEAD/samples/hello-world/src/index.htm --------------------------------------------------------------------------------