sciter-sdk / pysciter

Python bindings for Sciter
https://sciter.com
MIT License
396 stars 40 forks source link

Does PySciter support sciter. Js? #50

Closed ylm-king closed 2 years ago

ylm-king commented 3 years ago

Question

Please reply to the question, thank you

pravic commented 3 years ago

It does, API is the same. Look at the Sciter.JS examples.

However, I probably need to create an example as well.

ylm-king commented 3 years ago

I know it's the sciter. dll problem

pravic commented 3 years ago

Simultaneously - of course, not. Either TiS or JS. Why do you need it?

ylm-king commented 3 years ago

I want to use some of the usual JS frameworks

pravic commented 3 years ago

Well, you have to use them with TypeScript or JavaScript. Or you have to port them to TIScript.

No other options.