sciter-sdk/pysciter

Does PySciter support sciter. Js?

ylm-king opened this issue · 5 comments

Question

  • If so, what should I do
  • If not, will you support it in the future
  • If not, is there an alternative

Please reply to the question, thank you

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

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

I know it's the sciter. dll problem

  • Using sciter. DLL in sciter. Js disables tiscript
  • Using the sciter. DLL in the sciter- JDK, the script is invalid

Is there a way to run both scripts simultaneously

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

I want to use some of the usual JS frameworks

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

No other options.