Cinder icon indicating copy to clipboard operation
Cinder copied to clipboard

Cinder is a community-developed, free and open source library for professional-quality creative coding in C++.

Results 134 Cinder issues
Sort by recently updated
recently updated
newest added

**Description:** After the MSVC team implemented [P2468R2 The Equality Operator You Are Looking For](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2022/p2468r2.html), we got a compiler error with /std:c++latest like below, the error is due to the equality...

msw

This updates Dear ImGui sources to v1.89.8, docking branch. Also hoping to get a consensus on what branch people would like to see in the master repo. Personally, I think...

imgui

``` $ ninja [1/272] Building CXX object CMakeFiles/cinder.dir/src/cinder/BandedMatrix.cpp.obj [2/272] Building CXX object CMakeFiles/cinder.dir/src/cinder/Base64.cpp.obj [3/272] Building CXX object CMakeFiles/cinder.dir/src/cinder/Buffer.cpp.obj [4/272] Building CXX object CMakeFiles/cinder.dir/src/cinder/Area.cpp.obj [5/272] Building CXX object CMakeFiles/cinder.dir/src/cinder/BSplineFit.cpp.obj [6/272] Building...

This is just a nice-to-have, mainly to get rid of the annoying warnings that often show up under Windows (due to redefinition of `APIENTRY` when you need to include `windows.h`...

gl

Hello It appears the uncompressed DDS files don't parse correctly with the current DDS parser included with Cinder. The following test app loads DXT1, 3, 5 compressed DDS files but...

This pull request implements a collection of fixes that I've implemented for my own projects. Hopefully at least some of these are useful and, if not, can be adapted to...

I tried to compile project undep Ubuntu 22.04 ``` cmake -DCINDER_BUILD_TESTS=true .. make -j12 ``` I had an error message: ``` cd /home/storage/github/cinder/Cinder/build/test/unit/proj/cmake && /usr/bin/c++ -DCINDER_GL_CORE -DFT2_BUILD_LIBRARY -DFT_DEBUG_LEVEL_TRACE -D_GLFW_X11 -D_UNIX...

linux

When trying to find out which modifier keys were pressed during a `fileDrop()` event, I found it was necessary to "roll my own" custom solution. (see https://discourse.libcinder.org/t/getting-keyboard-modifiers-in-filedrop/2043) It would be...

Second attempt at resolving https://github.com/cinder/Cinder/issues/1176! I created getters for each geom::Object type based only on what setters were available.

The `geom::` namespace seems to have a pretty complete listing of GPU representations of shapes, but there's very few of the corresponding classes in the `ci::` namespace. There's `ci::Rect`, `ci::Sphere`,...