Hacker News new | ask | show | jobs
by n-gate 2742 days ago
It definitely is interesting. There is a huge pent up demand for a cross platform easy to use GUI lib which is manifesting in the form of people using electron despite I'd bring resource intensive.

I will say open source or not is not an issue for most. Few look at source and rare modify it. I just want an easy API.

1 comments

Sciter's API is already simple enough. It is about 10..20 pure C functions that you will use for creating window, loading UI resources and receiving callbacks from the UI.

Check minimal integration sample: https://github.com/c-smile/sciter-sdk/blob/master/demos/mini...