Fædon

Results 10 issues of Fædon

#### Describe your issue This `type_traits` struct is heavily used (for example in `FastWindingNumberForSoups.h`) https://en.cppreference.com/w/cpp/types/is_pod Due to deprecation in C++20, this generates a long list of compiler warnings along these...

compilation

This PR adds support for Bazel, as an alternative to CMake (https://bazel.build/about/why) To build: `bazel build ...` To run all unit tests: `bazel test ...` Next steps (after this is...

To build and run binary: `bazel run src:main external/geometry_central/test/assets/fox.ply` Documented also in the README.

### Module location https://github.com/ocornut/imgui ### Link to bzlmod issue in the module's repository _No response_ ### Any other context to provide? For starters, here's the WORKSPACE rule I'm using: ```...

module wanted

### Module location https://github.com/glfw/glfw ### Link to bzlmod issue in the module's repository _No response_ ### Any other context to provide? For starters, here's a WORKSPACE rule I wrote to...

module wanted

### Module location https://github.com/pybind/pybind11_protobuf ### Link to bzlmod issue in the module's repository _No response_ ### Any other context to provide? _No response_ ### Fund our work - [ ]...

module wanted

Hi, Could you please add a complete set of instructions on how to include and use with Bazel? I added the following stanza to my WORKSPACE file: ``` git_repository( name...

Greetings, I'm in the process of adding support for ImGui and a few related libraries to the Bazel build platform's central registry ([BCR](https://registry.bazel.build/)) for easy access: **GLFW** [done]: https://registry.bazel.build/modules/glfw **ImGui**...

What's the recommended solution for running Bazel without an internet connection? I vendored all my external deps, opened my laptop on the airplane ready to do some work, and discovered...

type: support / not a bug (process)
awaiting-user-response