deepin 2014.2 有没有桌面开发的api?
Tofloor
poster avatar
tearlight
deepin
2015-01-27 21:04
Author
deepin 2014.2 有没有桌面开发的api?想用html5和js来做
Reply Favorite View the author
All Replies
Bluek404
deepin
2015-01-27 21:08
#1
目前都是QML的
不过LZ可以看一下nwjs
就是nodewebkit
Reply View the author
tearlight
deepin
2015-01-28 06:03
#2
目前都是QML的
不过LZ可以看一下nwjs
就是nodewebkit
我用过node-webkit现在叫nw.js ,但是怎么在deepin上开发?有没有详细一点的
Reply View the author
Bluek404
deepin
2015-01-29 08:55
#3
[quote]目前都是QML的
不过LZ可以看一下nwjs
就是nodewebkit
我用过node-webkit现在叫nw.js ,但是怎么在deepin上开发?有没有详细一点的[/quote]
nwjs很容易开发吧
直接写个html+js然后再写个package.json
就行了
具体可以看官网
http://nwjs.io/
-----------------------
我正在给go写一个用nwjs做ui的package
https://github.com/go-nwui/nwui
目前还在框架阶段,完成后可以一行html和js也不用写
直接使用控件
有兴趣可以看看
Reply View the author
tearlight
deepin
2015-01-29 12:15
#4
[quote][quote]目前都是QML的
不过LZ可以看一下nwjs
就是nodewebkit
我用过node-webkit现在叫nw.js ,但是怎么在deepin上开发?有没有详细一点的[/quote]
nwjs很容易开发吧
直接写个html+js然后再写个package.json
就行了
具体可以看官网
http://nwjs.io/
-----------------------
我正在给go写一个用nwjs做ui的package
https://github.com/go-nwui/nwui
目前还在框架阶段,完成后可以一行html和js也不用写
直接使用控件
有兴趣可以看看[/quote]
html+js正是我擅长的,我是想知道怎么开发一个deepin桌面插件?难道是我表达不清楚?
Reply View the author
Bluek404
deepin
2015-01-29 22:59
#5
html+js正是我擅长的,我是想知道怎么开发一个deepin桌面插件?难道是我表达不清楚?
得看你怎么定义插件了(话说你前面也没提到过插件啊)
API听说过一阵可能会有
等吧
------------------
QML的话倒是有
https://gitcafe.com/Deepin/deepin-qml-widgets
也可以用js当逻辑语言
Reply View the author
tearlight
deepin
2015-01-30 02:54
#6
[quote]
html+js正是我擅长的,我是想知道怎么开发一个deepin桌面插件?难道是我表达不清楚?
得看你怎么定义插件了(话说你前面也没提到过插件啊)
API听说过一阵可能会有
等吧
------------------
QML的话倒是有
https://gitcafe.com/Deepin/deepin-qml-widgets
也可以用js当逻辑语言[/quote]
嗯  好的   非常感谢。我前面表达不清楚
Reply View the author