chinedufn / percy

Build frontend browser apps with Rust + WebAssembly. Supports server side rendering.
https://chinedufn.github.io/percy/
Apache License 2.0
2.26k stars 84 forks source link

Using Percy with Sciter #112

Open ngirard opened 5 years ago

ngirard commented 5 years ago

Is it possible to use Percy to develop applications with Sciter for front-end ?

chinedufn commented 5 years ago

From a quick look at the README it looks like Sciter has a DOM implementation so it should be.

Have you tried to? If so - did you run into any issues?

Cheers!