Questions tagged [cinder]

Cinder is a peer-reviewed, free, open source C++ library for creative coding.

Cinder is a peer-reviewed, free, open source C++ library for creative coding.

Cinder provides a powerful, intuitive toolbox for programming graphics, audio, video, networking, image processing and computational geometry. Cinder is cross-platform, and in general the exact same code works under Mac OS X, Windows and a growing list of other platforms — most recently the iPhone and iPad.

Cinder is designed to take advantage of platforms’ native capabilities whenever it’s possible, and relies on a minimum of 3rd party libraries. This makes for much lighter, faster applications, and means Cinder apps get free performance, security and capability upgrades whenever the operating system does.

More info: Cinder

131 questions
1
vote
0 answers

Xcode 4 and C++ highlight compiler errors directly in the code

I started to play around with libcinder and do so using Xcode 4. When compiling, Xcode 4 puts compiler errors in the left bar. However, when I click them, Xcode does not highlight them in the code. Worse it doesn't even show the line number to…
Nils
  • 13,319
  • 19
  • 86
  • 108
1
vote
1 answer

Debugging poor I/O performance on OpenStack block device (OpenStack kolla:queen)

I have an OpenStack VM that is getting really poor performance on its root disk - less than 50MB/s writes. My setup is 10 GbE, OpenStack deployed using kolla, the Queen release, with storage on Ceph. I'm trying to follow the path through the…
1
vote
1 answer

What is the most reliable way to record a Kinect stream for later playback?

I have been working with Processing and Cinder to modify Kinect input on the fly. However, I would also like to record the full stream (depth+color+accelerometer values, and whatever else is in there). I'm recording so I can try out different…
AKA
  • 318
  • 3
  • 15
1
vote
0 answers

How to slow down generation of platform sprite/imageview in C++'s poScene CinderBlock

I'm trying implement a doodle jump video game. So far my program works well except the fact that platform are being generated rapidly rather than slowly being incremented as the player proceeds upwards. I'm using the cinder framework to implement it…
1
vote
1 answer

Wrong cinder quota usage calculation - BUG

I am facing the issue with cinder volume usage calculation, you can see from the below output that the 10GB volume is in reserved status and total usage is not included this 10Gb. Is there anyway to clear this or update In_use, out actual usage is…
sannu
  • 37
  • 5
1
vote
2 answers

Task config is invalid: Input task is invalid

now i have a problem with openstack banch mark with rally. i want to benchmark my cinder system. and i install openstack (Queens) / rally (0.11.0) and i already test openstack and rally is working properly. and i try bench mark with this…
MooDong
  • 11
  • 2
1
vote
0 answers

Cinder volume creation failing on openstack

The following is the output of heat-engine.log. It says that ResourceInError: resources.sdc_volume_data: Went to status error due to "Unknown" 2018-07-04 15:15:47.684 33906 INFO heat.engine.resource [req-c6dfeeec-ec2e-404b-a1c9-aadf516ab4e6 - admin…
surabhi gupta
  • 65
  • 1
  • 1
  • 9
1
vote
0 answers

Custom Authentication Middleware for Standalone Openstack Cinder Service

I am trying to build a standalone cinder service. I would like to build a custom authentication middleware and use that instead of Keystone. Does anyone know of any blog posts, articles, etc. that documents the process of building custom…
1
vote
0 answers

Why am I getting these linker errors with cinder and CodeBlocks?

I'm having a bit of trouble compiling a project of mine using Code::Blocks and llvm-clang on Windows 10. Here's some of the error msg as its waay too long to fit in fully, but all of what should be needed is in there. clang++.exe…
TMcSquared
  • 107
  • 14
1
vote
0 answers

Mirantis Fuel 9.2 "Failed tasks: Task[openstack-cinder/7], Task[openstack-cinder/6], Task[openstack-cinder/8]"

I have a problem deploying OpenStack environment on an HP server using Mirantis Fuel 9.2. Tried to redeploy the environment a couple of times with different configurations and I still get this error. What's interesting is that it deploys flawlessly…
NoName
  • 75
  • 8
1
vote
3 answers

Cinder vs OpenFrameWork which one is better for a C++ beginner?

I'm MFA visual design student who's looking for a visual solution for my current project, so i decided to use creative code to generate some sort of geometric visual effect. I wonder as a beginner, cinder or OF which one i should dive in first? and…
Zon
  • 41
  • 1
  • 2
1
vote
0 answers

OS X/C++ - Cinder creates window that passes through keyboard input

Cinder is a graphics library which acts similar to a wrapper for OpenGL and C++. Creating a basic application using the library's CINDER_APP function on macOS and compiling with XCode works as expected: Pressing keys does nothing, as the application…
D. Folder
  • 11
  • 1
1
vote
1 answer

Constructor for must explicity initialize the member which does not have a default constructor

I'm trying to fix this error, i am still learning cinder and c++. Can someone please help with this. Thank you in advance Error: "Constructor for 'SerialHandler' must explicity initialize the member 'serial' which does not have a default…
lmaw
  • 23
  • 4
1
vote
2 answers

Cinder Volume Create: No valid host No weighed hosts available

I am attempting to install and configure OpenStack Mitaka on a 4 node stack. 1 Controller, 1 Compute, 1 Block Storage, and 1 Object Storage. When attempting to create the Block storage node I am unable to create a volume via the dashboard. The base…
StevieSwift
  • 11
  • 1
  • 2
1
vote
1 answer

C++ (cinder): Can't update objects' properties in keyDown function

I have a vector of Shapes, Shape being a class I wrote. In the keyDown function, I iterate through this vector of Shapes and update the bool property, background, to true. However, it appears not to be persisting this change. Main…
Kat
  • 475
  • 1
  • 6
  • 21
1 2
3
8 9