Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't work because dependency is deprecated #2

Closed
z3t0 opened this issue Apr 10, 2015 · 3 comments
Closed

Doesn't work because dependency is deprecated #2

z3t0 opened this issue Apr 10, 2015 · 3 comments

Comments

@z3t0
Copy link

z3t0 commented Apr 10, 2015

Uncaught Error: voxel-wireframe requires game-shell-voxel
@deathcap
Copy link
Member

The error message in https://github.com/deathcap/voxel-wireframe/blob/622d69cfabeacff25699b358d0807a09621ef6c1/wire.js#L21 is wrong, https://github.com/deathcap/game-shell-voxel was the old side branch, it should say https://github.com/maxogden/voxel-engine/tree/ndarray (which corresponds to max-mapper/voxel-engine#103). But eventually I plan to release something like "voxel-engine-stackgl" from that branch so it can be more easily referenced.

@z3t0
Copy link
Author

z3t0 commented Apr 10, 2015

Okay that makes sense. As for releasing 'voxel-engine-stackgl' would be a great idea because I am also kind of confused at the moment of which one to use and how to use the *-stackgl version. Could you please explain some of the core differences? Aside from the three.js/stackgl. Also, does that mean your projects are based on the stackgl branch? Because I am currently using the older three.js and would like to follow what you are doing and eventually contribute. Thanks!

@deathcap
Copy link
Member

@z3t0 yea I'm using only stackgl no three.js, new module is: https://github.com/voxel/voxel-engine-stackgl (derived from https://github.com/maxogden/voxel-engine but built on http://stack.gl/ instead of http://threejs.org/). The different graphics library is the fundamental difference, but there are many other changes that flow out of this major change (for example, rendering now uses https://github.com/voxel/voxel-mesher and https://github.com/voxel/voxel-shader). There's also an integrated plugin system https://github.com/voxel/voxel-plugins and some other enhancements to better support https://github.com/deathcap/voxelmetaverse

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants