Paul Houx
Paul Houx
Thanks Colin, I'll have a look. Not sure if "shift" is the best name for it, though. "Offset" would sound more appropriate, but perhaps we should allow to set the...
Confirmed, I see them too on downloaded video's.
I know it's been a while since this PR was opened, but I was looking into the same problem today and came across this discussion. @MikeGitb : regarding the choice...
As you can see, I have also made a Pull Request (#2133) which addresses a few more issues with building Cinder as a shared library using CMake.
I am thinking of renaming `filter` and `filterInPlace` to `removeAnyOf` and `removeAnyOfInPlace`. Furthermore, it should be possible to rewrite `findReplace` in such a way that it becomes UTF8 compatible. I...
Thanks @mi01 , adding `set(Boost_USE_STATIC_LIBS ON)` solved the problem for me as well. Using VC2019.
@ofTheo : sorry, I didn't notice your mention of Mar25, Theo. I'm currently not in a position to help out with this, since I am fully booked for the next...
The samples require you to build Cinder first. Head over to https://libcinder.org/docs/branch/master/guides/mac-setup/index.html for some help, although it may be a bit outdated. Once you have compiled Cinder (both the Debug...
Those are good suggestions. Will make changes as soon as time permits.
Actually, while the suggestions are good, they are not straightforward to implement. I based this implementation upon the `CameraUi`, which also doesn't support custom mouse/keyboard mappings. If I am going...