Kino
Kino
By removing the hard-coded `SHARED` flag in `ADD_LIBRARY` and setting the `ARCHIVE DESTINATION` to the library install path, you can choose which type of build you want by passing a...
Hi, I'm not sure if this block is still being maintained or not but I just wanted to point out a very strange behavior I faced when making a simple...
Added VS Code workspace files to Cinder and all of the samples. Updated Cmake guide to introduce VS Code as a free cross-platform IDE solution and how to use it...
Update ghc::filesystem to the latest version (v 1.3.3) This update and including `fs_std_fw.hpp` instead of `fs_fwd.hpp` in Filesystem.h, enables `wchar_t` for path(), making cmake building on windows feasible (using VS...
Hi, For a project I wanted to capture Logitech c922 via OpenCV inside libcinder. Adding the "videoio" headers I encountered many linking errors, it took me a while to realize...
Hi! Thanks for this amazing library! I was wondering if you've tried it on Apple WebKit and how the performance compares to Chrome? Also when you mention it currently supports...
Added a resizeCopy version for Channels. concerning Flip: Added flipHorizontal for channels and also added code for flipping surfaces and channels diagonally (both horizontally and vertically), it’s simply called flipDiagonal()...