Dominic Koepke

Results 18 issues of Dominic Koepke

A ``sf::Sprite`` drawn via Image function doesn't respect the transformaiton. That's what I wanted to fix. This pull request is rather WIP, but this way its easier to talk about...

As the title indicates, regex is as of this version a header only lib. Due to removed source files, the cmake generation will fail with missing sources failure. What would...

**Describe the bug** I've compiled a minimal example. https://godbolt.org/z/MGnzaxEf7 There you can see, that the default argument of ``bad_testable`` let clang (and on my local machine clangCl too) fail to...

I recently tried adding Eigen from the latest gitlab release. That's working fine, but I had a hard time making it work with a package lock and in the end...

We already had the discussion here: https://discourse.bsframework.io/t/why-does-it-take-so-long-to-open-the-window/65/8 I had some time to dig a little bit deeper into the code and as I already mentioned, there are some inefficient code...

type: performance

As discussed on discord, I would like to see the context variables get destructed after the component pools. This comes in handy, when a component tears down itself from a...

enhancement

Hey, I'm currently trying to add Open3D's pre-built packages into my project. They come as several individual packages (differ mainly in platform and build type). Each of these come with...

**Bug category** - [ ] *bug - compilation error* - [ ] *bug - compilation warning* - [ ] *bug - runtime error* - [ ] *bug - runtime warning*...

As already discussed on discord, the current workflow of locking and unlocking rng seems quite dirty. My solution is wrapping the rng in a simple polymorphic adapter class, which let's...

Enhancement
Awaiting Rebase

Hey there, I've recently started using xtensor in one of my personal projects and was a bit surprised that I was not able to find a linear interpolation function. There...

Enhancement
Help wanted
C++20