Vladimír Vondruš

Results 549 comments of Vladimír Vondruš

Box2D would be awesome :) I also don't see Bullet matching to 2D very well. The use case is probably a bit different, so I don't mind having a completely...

Just for the record, a very simple [Box2D example](http://doc.magnum.graphics/magnum/examples-box2d.html) is now in the examples repository. This was done directly, without creating any integration library. Potential integration lib could be based...

Another Inkscape user here. Any progress on this? Would love to have such option :)

Hi @swistakm! Yes, we were discussing this before opening this issue. Some background -- because I'm not sure how pybind11 (which Magnum is using) and plain cpython bindings would interoperate,...

Hi! I encountered a similar case and here's what I discovered -- hopefully it'll be of some use for you (if not, then sorry for the noise). In [Magnum](https://magnum.graphics) I...

What about using the [_Pragma()](https://en.cppreference.com/w/c/preprocessor/impl) C99 / C++11 preprocessor command for this? For example, lcov could support detectings things like ```cpp #pragma LCOV EXCL_START ``` in addition to comments. Unlike...

@amitkummer do you still have that patch somewhere? :) I'm currently stuck on a fork of 2.6.1 with #1303 applied to get C++11 UDLs (such as `123.0_foo`) highlighted. It would...

Thank you, especially the tests are very appreciated. Though it looks like I'd still need to revive parts of #1303 for full UDL support. I'll hopefuly find some time in...

Ah lol once again Google's "buildsystem" that doesn't care about platform differences and uses a `lib` prefix everywhere. Thanks! Annoying request: since you say there's a prebuilt library, could you...