Giter Club home page Giter Club logo

demo4nwjs's Introduction

a nwjs demo

nwjs nodejs canvas show an img generated by nodejs in a browser and package it to an windows desktop app using nw.js


  1. download nw.js sdk(v0.17.0) and configure the environment path
  2. npm install nw-builder -g
  3. do as node-canvas Installation windows says
  4. npm install
  5. npm install nw-gyp -g
  6. cd node_modules/canvas and run "nw-gyp rebuild --target=0.17.0 --arch=x64" when error, modify the file common.gypi in folder like "C:\Users\Administrator.nw-gyp\0.17.0" as below
line 36: ['OS=="win"', {
line 96: 'RuntimeLibrary': '<(win_debug_RuntimeLibrary)', # static debug
line 133: 'RuntimeLibrary': '<(win_release_RuntimeLibrary)', # static release

debug

in root path of demo, run "nw ."

release

in root path of demo, run "nwbuild -p win64 ."

note

press F12 to open chrome developer tools some code is copied from Master76/dostudy :)

license

MIT

demo4nwjs's People

Contributors

asherwang avatar

Watchers

 avatar  avatar

Forkers

main76

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.