Sciter v.4.4.4.8 has got native support of <lottie>s (on the picture). Lottie is a compact representation of Adobe After Effects files exported as JSON by using Bodymovin plugin. “Compact” here means that the format contains minimal information needed to render animation. While adding lottie support to Sciter I have realized that lottie actually marks the…
Month: September 2020
UI friendly JavaScript. Part I.
Let’s agree that JS is used mostly on the Web (in browser or node/deno) – most of the time JS code works in context of HTML and CSS. But for now JavaScript is a general purpose scripting language that does not take specifics of HTML and CSS into consideration – many HTML/CSS concepts and data…
Open Sourcing the Sciter
Crowdfunding campaign to Open Source the Sciter is in effect at Kickstarter. The goal is to gather funds for the following three tasks: 1. Sciter. Making it Open Source: change code structure, add inline documentation, etc. to comply Open Source standards. It is going to be either GPL or BSD clause 4 license with separate…