Guillaume Chereau

Results 267 comments of Guillaume Chereau

@shadowmint: also, could you tell me what kind of treatment you usually do with blender to clean up a voxel mesh? At the moment goxel doesn't do any merging of...

@theghostronaut : goxel doesn't have an obj + mtl export at the moment :(. I was hopping that the glTF export could be used all the time instead. I understand...

I would rather use a single Continuous Integration service. Currently goxel uses Travis, what would be the advantages of using CircleCI ? I like the idea of having some test...

Thanks for reminding me. I forgot to attach a linux build in the last release, I will do it now. No plan to drop Linux support, in fact I almost...

It isn't?

I guess I could yes... What is the best strategy to distribute platform independent binaries for linux these days? Would a simple compilation with all dependencies statically linked work?

I think appimage is a good choice, and probably easier for end users than an apk. On Wed, Oct 14, 2020 at 4:46 AM Miguel de Dios Matias < [email protected]>...

Is there any documentation on the format somewhere?

OK the format looks simple enough. Do you have some example of files I could try?

OK I got a basic import code working. All I need now is a mapping of all the minetest nodes id to a plain color. I am not familiar at...