NERvGear / NERvSDK

Nerve Gear SDK - The Plug-in Development Kits for SAO Utils
http://www.gpbeta.com/post/develop/sao-utils/
302 stars 59 forks source link

Possibility of UI in SDK for now #11

Open Roshiago opened 4 years ago

Roshiago commented 4 years ago

Can i creating widgets with ui with current sdk ? For example, how do i link external sdk(non winapi) for ui to plugin ?

GPBeta commented 4 years ago

It's not possible currently, there's no public GUI API in this SDK. We'll introduce QML script APIs for UI in next version, but you can still make HTML widgets both now and in the future.

Roshiago commented 4 years ago

So, on current version of sdk can I create gui based on html? Or it still not available for now?

GPBeta commented 4 years ago

It's available since the "Web Browser Engine" plugin released 5 years ago, you can drag&drop any HTML files on the "Web Widget"

Roshiago commented 4 years ago

Sounds good, thanks!