There is a NodeJs library that probably can be use for this , https://github.com/greenheartgames/greenworks , You probably will need to do few things 1. build html5 version 2. setup this project into node-webkit or Electron by yourself 3. install this package into your node-webkit/Electron 4. probably need to create a C2 Runtime plugin to be able to access to this API
There is a NodeJs library that probably can be use for this , https://github.com/greenheartgames/greenworks ,
You probably will need to do few things
1. build html5 version
2. setup this project into node-webkit or Electron by yourself
3. install this package into your node-webkit/Electron
4. probably need to create a C2 Runtime plugin to be able to access to this API
Take a look at this topic: experimental-greenworks-plugin_t117833
Develop games in your browser. Powerful, performant & highly capable.
Take a look at this topic:
yeah! thanks i will take a look!