Cinder
Cinder copied to clipboard
Cinder is a community-developed, free and open source library for professional-quality creative coding in C++.
Hello, I cannot compile the latest version of Cinder from git master on openSUSE Tumbleweed due to the fact that control reaches the end of a non-void function (as you...
When the window is resized or made full screen the following assertion is thrown: ``` Assertion failed: (g.WithinFrameScope), function Begin, file /cinder/src/imgui/imgui.cpp, line 5380. ``` It is reproducible with PickingFBO...
Moved over from #1481. Most are resources that need to be added to the sample projects. Need to test on both linux and Mac OS X. Samples needing to be...
I am using the UK extended keyboard layout. So, for example, typing ` then a writes à, typing AltGr+6 then a writes â. I am also using the compose key....
I believe this is our last dependency on boost for toolsets that contain `` and `` (almost all of them). Many of us have stopped using it already in favor...
Seeking in gstreamer is asynchronous. Knowing when the seek finished is very useful so that you don't do other actions while a seek is happening.
I tried to build all samples and it fails at: https://sid.ethz.ch/debian/libcinder/libcinder_0.9.2-1_amd64.build
Some changes to the CMake files to make it easer to work on Cinder from within generated Visual Studio projects - Added corresponding header files to existing source files -...