Devashish Lal

Results 28 comments of Devashish Lal

observed this without presets also by just passing ``` cmake.args = ["-G Ninja"] ``` I am using visual studio developer command shell, Ideally I want to use presets and compile...

> observed this without presets also by just passing > > ``` > cmake.args = ["-G Ninja"] > ``` > > I am using visual studio developer command shell, Ideally...

> Sorry for my late response. I did encounter this when trying to work on the presets, but I didn't look deeply. Thanks [@BLaZeKiLL](https://github.com/BLaZeKiLL) for checking the code. Just to...

> Does removing `CMAKE_GENERATOR_PLATFORM` part help? Maybe we can use `CMAKE_VS_PLATFORM_NAME_DEFAULT` instead? Yup removing `CMAKE_GENERATOR_PLATFORM` also helps

> > Does removing `CMAKE_GENERATOR_PLATFORM` part help? Maybe we can use `CMAKE_VS_PLATFORM_NAME_DEFAULT` instead? > > Yup removing `CMAKE_GENERATOR_PLATFORM` also helps Removing it does have other side-effects also, my logs look...

There are no plans for any other meshing algorithm at the moment. However, that being said, adding support for a new type of meshing algorithm would involve implementing a new...

I agree that the API needs some thought on how things should be exposed. Going down on the history of the project, there was a version with a lot of...

The proper way to fix this would be to add serialization support. Long ago, I had implemented binary serializers for the internal chunk data structure (I need to find that...