Deban 11 Report post Posted May 30, 2014 I was wondering if there was some way of making a distribution for windows and osx. Let's say I want to sell a game through Steam, it will be cool to have an executable file, and even cooler to don't have all the code laying around (for security reasons on multi-player). So far I have only found CocoonJS and Appcelerator, but both seams to be for mobile. So... What is commonly used? something you recommend? Thanks Quote Share this post Link to post Share on other sites
d13 105 Report post Posted May 31, 2014 You can use node-webkit: https://github.com/rogerwang/node-webkit The greenworks plugin let's you use it with Steam: https://github.com/greenheartgames/greenworks 1 Deban reacted to this Quote Share this post Link to post Share on other sites
Deban 11 Report post Posted May 31, 2014 Lovely. That was really easy. And almost full performance (63k vs 75k). Thank you. Quote Share this post Link to post Share on other sites