Major changes:
SDK will include versions of Sciter with Skia graphics backend.
On Windows sciter is compiled as different DLLs having the same name sciter.dll locating in following folders:
- bin/32/sciter.dll \
- bin/64/sciter.dll – Direct2D and GDI+ backends as before
- bin/skia32/sciter.dll \
- bin/skia64/sciter.dll – Direct2D and Skia/OpenGL backends.
On MacOS sciter will include as CoreGraphics as Skia/OpenGL backends switchable by SciterSetOption() function.
On Linux I will have separate sciter.so that will not use GTK at all . Instead it will expose SciterProcX function similar to SciterProcND. Basic purpose: to use Sciter with SDL, GLFW and the like environments.

Build RSS channel
Sciter Twitter channel