walterhiggins / ScriptCraft

Write Minecraft Plugins in JavaScript.
MIT License
1.84k stars 380 forks source link

[Request] Node.js #120

Closed tyduptyler13 closed 10 years ago

tyduptyler13 commented 10 years ago

I haven't really looked too deeply into your code but was wondering if it would be possible to substitute rhino with node.js or if it would even change anything. (I am a huge fan of V8 engine)

Sorry if this is actually a bad idea. Just wondering.

walterhiggins commented 10 years ago

Hi @tyduptyler13 Minecraft is written in Java as is CraftBukkit ( the API used by ScriptCraft ) . I would imagine it would be a large undertaking to create a CraftBukkit-to-NodeJS bridge. I'll have to close this as wont-fix.

tyduptyler13 commented 10 years ago

Fine with me. Just wondering.

lyle commented 10 years ago

@tyduptler13 make sure to take a look at http://voxeljs.com @walterhiggins I love ScriptCraft!