-
I don't quite like the current scripts because they don't pass the return value of `make` and always return 0, making it look like it succeeded when it actually didn't.
I've written a better, more …
-
The only change I made was within the CMakeList.txt file:
`106 find_package(VPI 2.0)`
to
`106 find_package(VPI 1.0)`
Below is my current system info:
![Screenshot from 2023-05-15 15-55-10](https:…
-
When building for the first time or from a clean build, you need to include _imgui_impl_opengl3.cpp_ into the project.
The way I currently fix this in Visual Studio is through the Solution Explore…
-
Dear Bullet developers,
I want to have collision checking for a concave mesh (a mug) in pybullet. Following a hint from the documentation, I created a convex decomposition using the tool v-hacd and…
-
### Information:
- Chainner version: [[main 4a6c99e](https://github.com/chaiNNer-org/chaiNNer/commit/4a6c99e819b47a40522e414e8bf26359a18f3b47)]
- OS: [macOS 13.5]
### Description
Currently, th…
-
I've fixed both the above issues locally, but this project seems dead.
Is it still alive, but just moving very slowly?
-
Some tools (ninja, make) have warning/errors when there are several rules for same target.
Where rules are identical, fix is simple, keep only one of it.
But with non-identical rules, generators h…
-
Transition from Zig to Premake. There is just to much incompatibilities between Zig version.
(Zig can still be used by setting CC.)
-
Hi, I want to build a VS project with `QTVulkan`. QT6 will find `VULKAN_SDK` automatically when I build project with CMake, like this
```
-- Building for: Visual Studio 17 2022 …
-
Hello,
We are currently in PG14 and migrating Table Inheritance to Native Partitioning. I am doing testing on a migrated (to native partitioning) table and noticed that pre-made child tables (whe…