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

I'm using the `geom` API a lot and was wondering if it would make sense to add accessor methods to the different primitive classes. I understand the idea for classes...

math

Hey, I've been struggling with adding mouse events while using CameraUi since they overwrite the mouse events apparent in the class. My solution was forking the CameraUi script and making...

Quick simple fix for the window move callback to work in Linux.

When trying to build an app with cinder (including the "BasicApp" example) I encountered the following error at linking: ``` /usr/bin/ld: /home/george/Cinder/lib/linux/x86_64//libboost_system.a(error_code.o): relocation R_X86_64_32 against `.rodata.str1 .1' can not be...

I'm following installation notes from https://libcinder.org/docs/branch/master/guides/linux-notes/ubuntu.html on Ubuntu 18.04.5, which has numerous optional packages installed, e.g. ROS, Python, Ignition, etc.. Here is what I'm getting trying to install required Cinder...

loadResource() does not use external path defined in Resources.h `../../data/environment_maps/`. Fix requires creating a `resources` directory inside the CameraPersp app directory and copying `humus_sf.jpg` into it. Error logged as: ```...

This fixes the iOS build when compiling with `-DCINDER_GL_ES_2` on Xcode 13.3. Some of these were already defined in `RendererImplGlCocoaTouch.mm`. I've moved those definitions to `platform.h` since some are needed...

When we cloned Cinder repo today and found the following error: **`F:\>git clone --recursive https://github.com/cinder/Cinder.git F:\gitP\cinder\Cinder`** `Cloning into 'F:\gitP\cinder\Cinder'...` `remote: Enumerating objects: 114460, done.` `remote: Counting objects: 100% (185/185), done.`...

this is all on a fresh install of Raspberry Pi OS version 5.4 (with recommended software) on a Pi4 4GB. I am following the guide and using clang. following the...