A few instructions on how to use would be an advantage. I realize this is an alpha version, but how do I use it? I presume the tick code runs once? - although "tick" generally means every frame. And the paint code runs every frame? Are there some API docs or what JS library is the tool based on? Thanks
Both tick and paint code run every frame. You can refer to the Sciter docs here. It’s mostly JavaScript (ES2020) but with a lot of Sciter-specific stuff, especially related to graphics.