-
I decided to stick logging into the ref counting and Object destruction. I also decided to put in a destructor for `ExampleApplication`. It properly hits a ref count of 0 and calls the destructor *if*…
-
Hi!
I spent some time getting Windows support.
https://github.com/omegaiota/DiffCloth/compare/main...fire:differentiable_cloth:drop_python
Maybe you have some use of this.
It's a bit messy…
-
I noticed that on the latest version of nanogui, the `Screen` object (and its inheriting example applications) are never destructed. Is this intentional?
Destroying an application manually leads to…
Tom94 updated
2 years ago
-
Hi everyone,
I tried to build source code on Windows. (specifically the code sample `slam_icp_simple_example`).
Step 1: Download source code
`git clone https://github.com/MRPT/mrpt.git --recursiv…
-
Is support for Vulkan planned?
-
Add a function call from each library which loads a file from a path or opens a file browser which can give path of a file.
-
std::unary_function is removed in C++17, therefore nanort.h does not compile. https://en.cppreference.com/w/cpp/utility/functional/unary_function
Tested in Visual Studio 2022.
-
Getting a `c++: error: unrecognized command line option ‘-fcoroutines’` at 87% progress when trying to execute `make -j7`.
The entire log:
```
Scanning dependencies of target Half
Scanning dep…
-
****
**Is your feature request related to a problem? Please describe.**
When building nanogui under Windows, the `glad` lib is needed for correct use.
as referenced here:
https://nanogui.readthe…
-
Hi Wenzel, I've started experiencing sporadic flickering when using the metal backend on my new M1 Max macbook; see the following video.
I've made the following observations:
- the behavior is ind…
Tom94 updated
2 years ago