Rafi Khan
Rafi Khan
I could get on to this if I am added as a contributor since I could just modify the generated page
Thanks for the heads up, I'll be sure to commit to my fork and then create PRs, I just can't access the Settings page without being a contributor is all....
I am very interested in helping out on this. Just need a pointer in the right direction. Is the solution just to write to stdout?
What would a fix for this look like? I can put in the time to implement and submit a patch, just need a little guidance.
I am also having the same issue. I would love to help debug or provide more info.
Take a look here. https://github.com/voxel/voxel-mine/blob/master/mine.js#L84 I think the plugins which provide the blocks eg. voxel-decals set the defaults
WebGl would be great, take a look at pixi.js I built a similar game with that.
thanks i will @SwiTool
Also if you plan on adding multiplayer take a look [here](https://github.com/z3t0/gamejam_2017) It uses pixi.js for rendering and another library for networking.
Still worth checking out the networking library I'm using in that project as it does a lot heavy lifting including interpolation and prediction.