Open deathcap opened 8 years ago
kind of related : https://github.com/Minecheesecraft/Cheese-Bot
Interesting, if cheesebot was able to use mineflayer in nw.js, probably could just drop all the wsmc stuff for the nw port and use it natively, connecting to voxel.js.
Or this possible alternative? https://github.com/atom/electron
Yeah I hear electron is better. (no idea why, but people seem to prefer electron these days)
http://nwjs.io (fka node-webkit) allows writing desktop apps using Node.js and WebKit, might be interesting to port voxel-clientmc to run on it. Of course, the main goal of voxel-clientmc is to run in the browser, but having a desktop app could be useful, if only for debugging/testing (e.g. directly connect using TCP/IP to servers, no wsmc websocket proxy needed)