voxel-engine-stackgl icon indicating copy to clipboard operation
voxel-engine-stackgl copied to clipboard

3D HTML5 voxel game engine using stackgl

Results 9 voxel-engine-stackgl issues
Sort by recently updated
recently updated
newest added

``` 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`...

Hello, with the voxel-player, voxel-engine & voxel packages (Wich are from voxel.js) the textures shows bad like this: ![image](https://github.com/voxel/voxel-engine-stackgl/assets/157644009/195c7219-2dd7-497d-9d0c-b344468450ce) Or this: ![image](https://github.com/voxel/voxel-engine-stackgl/assets/157644009/7b2a9373-788f-4fce-9dc4-7a93e1fe2d39) How can avoid that error? Thanks anyway.