Replies: 3 comments
-
这种要看打包的 xguipro 是否代 electron 相关的文件,如果带的话就是很臃肿。 |
Beta Was this translation helpful? Give feedback.
0 replies
-
我的理解是:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
如 @kenlsoft 所言,在 Linux 桌面上,可以将 xGUI Pro 及其依赖的 webkit-gtk 包作为独立的软件包安装,设定好依赖关系即可。但在其他操作系统上,如果是针对开发者的,也可以借助 Brew 或者 MSYS2 这样的软件包分发机制,但如果是针对最终用户的,将解释器、渲染器和应用本身的代码打包成单个可安装的可执行程序可能更好。 至于题主提到的“又如 Electron 般臃肿"的问题,有两点需要说明:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
像Electron那样将整个Webkit扩展内核xGUI Pro打包进应用程序吗?是否有可能会出现和Electron同样的问题:过于臃肿呢?
我能理解的是,Hybrid可以内置解析器和渲染器,并将HVML作为系统级接口。如此一来,在其中的应用程序可以只保留HVML代码本身,而共享相同的runtime库。
但如果在合璧系统之外的通用操作系统,有哪些方案呢?未来是否有考虑实现?
Beta Was this translation helpful? Give feedback.
All reactions