Y
Hacker News
new
|
ask
|
show
|
jobs
by
c-smile
2742 days ago
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...