voxel-engine-stackgl
voxel-engine-stackgl copied to clipboard
3D HTML5 voxel game engine using stackgl
``` play-voxeljs on master [?] via ⬢ v16.16.0 ➜ yarn add voxel-engine-stackgl yarn add v1.22.19 info No lockfile found. warning package-lock.json found. Your project contains lock files generated by...
Hello :wave: This is the first automated pull requests to help reach the goal of up to date and stable software. It updates all of the dependencies in the `package.json`...
I think it would be more convenient to store all of these npm packages in a [Lerna monorepo](https://github.com/lerna/lerna). That way, downloading the source for development or forking the project would...
I want to build a multiplayer voxel game and how to show different players in one scene?
Thank you for your great work on voxel technology @deathcap! How about embedding core plugins like voxel-registry or voxel-stitch into this engine? I agree that managing plugins in dedicated packages...
Hello :wave: :warning::warning::warning: [voxel-registry](https://www.npmjs.com/package/voxel-registry) just published its new version 0.8.3, which **is covered by your current version range**. **No automated tests** are configured for this project. This means it’s now...
If `generateChunks` is true (and it is by default), then the engine will generate chunks itself, synchronously, through `opts.generate` The alternative asynchronous chunk generation technique is to listen for `missingChunk`...
ref https://github.com/deathcap/voxelmetaverse/issues/56
Hello, with the voxel-player, voxel-engine & voxel packages (Wich are from voxel.js) the textures shows bad like this:  Or this:  How can avoid that error? Thanks anyway.