Comments

Log in with itch.io to leave a comment.

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.

does this make ascii games too/ looks interesting.

Sure, you’d have to use the relevant text drawing features. For example, Graphics.Text instead of Graphics.Image.

(+1)

thanks ill try to find reference examples if i use it :)

Deleted 2 years ago
Deleted 2 years ago
Deleted 2 years ago