joshmarinacci / voxeljs-next

The next generation of Voxel JS
https://vr.josh.earth/voxeljs-next/examples/ecsy.html
BSD 3-Clause "New" or "Revised" License
147 stars 20 forks source link

NPM Module #34

Open rbrandonc opened 4 years ago

rbrandonc commented 4 years ago

I got really excited when I saw someone was updating voxeljs, because I have been working on a from scratch equivalent as the base of a new game, but, unless I'm crazy, there's no good way to consume this awesome library, other than cloning the files into my own repo.

Could we spool up an npm package to make this easier to use in other projects? Happy to do the work, and looking forward to tackling the LOD and AO issues once I get this up and running in my own project.

joshmarinacci commented 4 years ago

Yeah, it really needs an npm module and possibly a compile/rollup stage. I've just been too busy to do it. I would love some help.

rbrandonc commented 4 years ago

Any preference in tooling?

joshmarinacci commented 4 years ago

no. what are your thoughts?

rbrandonc commented 4 years ago

Parcel?

Rizzist commented 4 years ago

Any updates on an NPM Module? Looking forward to using voxeljs-next in my own project.

joshmarinacci commented 4 years ago

I haven't yet, but I was just laid off so I should have more time in the coming weeks. I'll add it to my list.

Rizzist commented 4 years ago

Nice! If you do finish this by August 31st, I would love to have a look at examples, I am planning on using with socket.io to make a genuine multiplayer game. In the meantime I am going to try this: https://threejsfundamentals.org/threejs/lessons/threejs-voxel-geometry.html