All Projects → c-smile → Sciter Sdk

c-smile / Sciter Sdk

Licence: other
Sciter is an embeddable HTML/CSS/scripting engine

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language
HTML
75241 projects
CSS
56736 projects
objective c
16641 projects - #2 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to Sciter Sdk

Flexy
Flexy is minimal CSS framework made with Flex
Stars: ✭ 114 (-93.25%)
Mutual labels:  html5, html-css
Creature webgl
2D Skeletal Animation WebGL Runtimes for Creature ( PixiJS, PhaserJS, ThreeJS, BabylonJS, Cocos Creator )
Stars: ✭ 140 (-91.72%)
Mutual labels:  engine, html5
One Html Page Challenge
Can you create something cool without modern tools?
Stars: ✭ 205 (-87.87%)
Mutual labels:  html5, html-css
The Matrix Effect
The incredible effect of rain of letters in the style of the Matrix trilogy.
Stars: ✭ 109 (-93.55%)
Mutual labels:  html5, html-css
Korge
KorGE Game Engine. Multiplatform Kotlin Game Engine
Stars: ✭ 780 (-53.85%)
Mutual labels:  engine, html5
Smart Webcomponents
Web Components & Custom Elements for Professional Web Applications
Stars: ✭ 110 (-93.49%)
Mutual labels:  material-ui, html5
Szl
A lightweight, embeddable scripting language
Stars: ✭ 134 (-92.07%)
Mutual labels:  engine, embeddable
Saltgui
A web interface for managing SaltStack based infrastructure.
Stars: ✭ 278 (-83.55%)
Mutual labels:  html5, html-css
Responsive Grid Of Hexagons
CSS responsive grid of hexagons
Stars: ✭ 481 (-71.54%)
Mutual labels:  html5, html-css
Lambdahack
Haskell game engine library for roguelike dungeon crawlers; please offer feedback, e.g., after trying out the sample game with the web frontend at
Stars: ✭ 439 (-74.02%)
Mutual labels:  engine, html5
Livecoding.tw
官網
Stars: ✭ 42 (-97.51%)
Mutual labels:  html5, html-css
Metro Ui Css
Impressive component library for expressive web development! Build responsive projects on the web with the first front-end component library in Metro Style. And now there are even more opportunities every day!
Stars: ✭ 6,843 (+304.91%)
Mutual labels:  html5, metro
Pure Css3 Animated Border
Pure CSS3 animated border for all html element.
Stars: ✭ 63 (-96.27%)
Mutual labels:  html5, html-css
Gbajs2
gbajs2 is a Game Boy Advance emulator written in Javascript from scratch using HTML5 technologies like Canvas and Web Audio. It is freely licensed and works in any modern browser without plugins.
Stars: ✭ 106 (-93.73%)
Mutual labels:  html5
Simple Console
Add an elegant command-line interface to any page
Stars: ✭ 107 (-93.67%)
Mutual labels:  html5
Voxelman
Plugin-based client-server voxel game engine written in D language
Stars: ✭ 105 (-93.79%)
Mutual labels:  engine
D3 Component
A lightweight component abstraction for D3.js.
Stars: ✭ 105 (-93.79%)
Mutual labels:  html5
Materialspinner
Implementation of a Material Spinner for Android with TextInputLayout functionalities
Stars: ✭ 107 (-93.67%)
Mutual labels:  material-ui
Corona
Solar2D Game Engine main repository (ex Corona SDK)
Stars: ✭ 1,679 (-0.65%)
Mutual labels:  engine
Mediapicker
Easy customizable picker for all your needs in Android application
Stars: ✭ 105 (-93.79%)
Mutual labels:  material-ui

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].