nw-sample-apps icon indicating copy to clipboard operation
nw-sample-apps copied to clipboard

update examples

Open futagoza opened this issue 9 years ago • 5 comments

can you update examples for support for both current release of node-webkit, and also add more samples/examples that show added functionality, this repo hasn't been updated in over a year after all

futagoza avatar Sep 02 '14 14:09 futagoza

Do you have suggestions for new examples?

Paxa avatar May 04 '15 13:05 Paxa

I would love to see a NW.js feature explorer, an application that shows examples of all that NW.js has to offer. It would make it easier for people like me who cant keep track of changes and hate reading documentation :D

futagoza avatar May 13 '15 13:05 futagoza

Nice idea. I already made notifications app, https://github.com/zcbenz/nw-sample-apps/pull/25

I think we can make it with code examples, for this APIs

  • Shell
  • Window
  • Clipboard
  • Notifications
  • Tray
  • Sound and video
  • Context menu and application menu
  • App
  • File dialogs
  • Screen
  • localStorage
  • drag & drop files

Anything else?

Paxa avatar May 18 '15 04:05 Paxa

  • web browser (using WebView maybe when nwjs#3027 is fixed)
  • simple webgl editor like the one shipped with three.js

I know I had a bunch of ideas when I posted this issue 9 months ago, but I cant remember what they are right now as I'm concentrating all my efforts into 2 other projects: creating a new programming language using a custom peg based parser generator based on pegjs, and an editor for it that is using NW.js, which is why I'm still tracking related projects.

futagoza avatar May 18 '15 10:05 futagoza

I think I will try to make a webbrowser, and maybe an app for listing nw sample apps gits... but seriously, we do need a list with that... and the rest of the items Paxa suggested...

sapioit avatar Nov 12 '15 14:11 sapioit