koradeh / sciter-sdk

Sciter is an embeddable HTML/CSS/scripting engine

Home Page:http://sciter.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sciter-sdk

Sciter is an embeddable HTML/CSS/scripting engine, Windows, Mac OSX and Linux.

log file

logfile.htm

Some screenshots of real life applications that use Sciter UI

WarThinder

Norton Internet Security

Avast

Cardio monitor

Hello World

  • "hellowest Hello World in the World" - this demo does not require any compilation.
  • hello C++ world - C++ integration demo that shows:
    • how to create HTML/CSS window from C++ code;
    • how to define native C++ function to be called from script;
    • how to use resources embedded as resource.cpp file - generated by bin/packfolder[.exe] utility that compresses folder with HTML/CSS/script files into a static byte array.

Information

Essential integration headers

  • include/sciter-x-dom.hpp - sciter::dom::element C++ class pretty much all you need to access DOM tree of the window. That is C++ wrapper of [include/sciter-x-dom.h](plain C DOM API)
  • include/sciter-x-window.hpp - sciter::window C++ class represents sciter window on all supported platforms. The window class:

Application demos

About

Sciter is an embeddable HTML/CSS/scripting engine

http://sciter.com

License:Other


Languages

Language:C++ 70.3%Language:C 24.4%Language:HTML 2.9%Language:CSS 0.8%Language:Objective-C 0.7%Language:Makefile 0.6%Language:CMake 0.1%Language:Lua 0.1%Language:Objective-C++ 0.0%Language:Roff 0.0%Language:Shell 0.0%Language:HLSL 0.0%Language:Rich Text Format 0.0%Language:Batchfile 0.0%