voxel / voxelmetaverse

playing with voxel.js
http://voxel.github.io/voxelmetaverse/
MIT License
84 stars 29 forks source link

nonexistent dependency (esprima-six unpublished) #60

Closed z3t0 closed 8 years ago

z3t0 commented 8 years ago

esprima-six no longer exists.

deathcap commented 8 years ago

voxel-shader https://github.com/voxel/voxel-shader/issues/10

deathcap commented 8 years ago

There are other esprima-six usages (besides voxel-shader). Found this possibly-useful package:

https://github.com/kurman/esprima-six-temp-copy

but I'm more inclined to update away from esprima-six (to esprima 2, or alternatives)

deathcap commented 8 years ago
z3t0 commented 8 years ago

Agreed, there are quite a few changes.. thinking this project was dead I made my own clones with the fixes...

However there are still some wierd glitches I havent been able to figure out, I think I'll take a break and learn some more indepth webgl before coming back to this, that way I know what I'm doing...

deathcap commented 8 years ago

@z3t0 if you want I could add you to the https://github.com/voxel organization so you could commit to and publish most of the voxel-* modules directly (a while back I moved a bunch of them from my own GitHub account to the shared voxel org for this purpose). Help to keep the project alive =). There are quite a few members but not many/any really that active anymore.

I just had some time and was intrigued by why voxelmetaverse.com was giving me errors, on all the systems I tried, even though I hadn't changed anything in months. Looks like browser vendors tightened up their WebGL implementation to spec (https://github.com/voxel/voxel-shader/issues/11). Then trying to clean-install this project to develop for investigating further, esprima-six disappeared, necessitating an update of glsl, and associated syntax changes. I think I got them all though, seems to work decently well now, back to normal. What glitches were you seeing, could you open new issues for the unexpected behavior?

z3t0 commented 8 years ago

@deathcap sure please add me to the voxel organization. I'll try and figure out what was going on but there quite a few errors and I didnt really get a chance to figure it out.

I just checked voxelmetaverse.com and everything seems fine there.

deathcap commented 8 years ago

@z3t0 invited you to https://github.com/voxel

z3t0 commented 8 years ago

@deathcap Thanks!