sciter-sdk / go-sciter

Golang bindings of Sciter: the Embeddable HTML/CSS/script engine for modern UI development
https://sciter.com
2.58k stars 268 forks source link

how to use go-sciter with glfw or opengl or sdl2 together ? #189

Open sinol opened 5 years ago

sinol commented 5 years ago

how to use go-sciter with glfw or opengl or sdl2 together ? is it possible? can anybody show me an example?

pravic commented 5 years ago

It can be done in the same way as in here: https://github.com/c-smile/sciter-sdk/tree/master/demos.GLFW

sinol commented 5 years ago

well, it's a little confused to me. Could you plz show me a short demo in golang?

dock-lab commented 4 years ago

Link is down I face the same challenge. Is there already a progress @sinol ?

pravic commented 4 years ago

https://github.com/c-smile/sciter-sdk/tree/master/demos.lite/sciter-glfw-opengl for windowless Sciter,