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
0
votes
1 answer

Is it possible to not use libcinder's default app class?

I am helping to start a new oss project, and want more flexibility than libcinder's default app class gives me, is there a way that I could use Cinder, but not use the default app class?
TMcSquared
  • 107
  • 14
0
votes
0 answers

OpenStack heat stack template to create instance to boot from cinder volume

I am trying to create an instance to boot from cinder volume as root-disk (vda). Flavor is created/defined with 0 on root-disk. Below heat template, it is clearly mentioned that boot_index = 0 is device_name: specifies the name of the device.…
AndrewS
  • 177
  • 5
  • 21
0
votes
0 answers

Openstack-Ocata dashboard Error: Unable to update default quotas for Cinder

when I updated the default quotas,some errors on dashboard. Error: Unable to update default quotas for Cinder.
cherrish
  • 1
  • 1
0
votes
1 answer

Nested namespace can't be found in spite of including header file

I have two projects, one is a sample (which compiles without error) and looks like this (first few lines shown only): Working Example #include "cinder/app/App.h" #include "cinder/app/RendererGl.h" #include "cinder/Surface.h" #include…
Anselan
  • 396
  • 3
  • 13
0
votes
1 answer

Linker error when using cinder and poco

I'm trying to use libcinder to make some visualizations. In integrating in my existing codebase, I've run into some linker errors that I can't figure out. I've boiled the problem down to a minimal example, with the following results: cd /build/src…
voxelite
  • 11
  • 2
0
votes
1 answer

boost/signals2.hpp file not found in Syphon Cinder blcok

I'm using the Cinder block https://github.com/rezaali/Cinder-Syphon to get Syphon working with Cinder. I'm on the master branch of Cinder and pulled today to get the most up to date version. However, I'm having issues with the most up to date…
Kat
  • 475
  • 1
  • 6
  • 21
0
votes
1 answer

A plethora of unresolved externals when compiling sample Cinder projects

This is the directory structure for Cinder externals that concerns the question. I don't have any issues with includes, I don't know why I have so many problem with the externals. +---lib | | +---msw | | +---x86 | | | +---debug | | …
0
votes
1 answer

Ceph set default stripe-count stripe-unit

Currently i have an OpenStack environment with Ceph as a backend storage driver for Cinder. I have looked into cinder documentation and code and i could not find any values or options to set the default stripe_unit or stripe_count for rbd…
AmOs
  • 129
  • 1
  • 13
0
votes
1 answer

openstack cinder : volume:create: No valid host was found. No weighed hosts available

I am trying to get a working openstack liberty in one of our dev servers that has minimal configuration and has ubuntu 14:04. All the components looks good and I was able to create instance and view the dashboard too. Now, I am trying to create a…
Sbal
  • 343
  • 7
  • 20
0
votes
1 answer

Serial Communication in Cinder on Mac

I'm using Cinder 0.8.6 on mac OSX 10.10. I am pulling in serial data via usb from an Arduino. The data is showing up fine in Arduino's serial monitor, but the Cinder SerialCommunication example is giving me: Device: cu.usbmodem1451 Device:…
marie
  • 103
  • 2
0
votes
1 answer

Is there anyway for OpenStack to attach a physical disk directly?

I have a 2TB HDD, and I need to attach it to an instance directly. However, I don't know how to operate. PS: I am not seeking for a method to add this HDD into "cinder-volumes".
user3024431
  • 461
  • 4
  • 8
0
votes
1 answer

Can you send and receive OSC data in the same Cinder file?

I have a cpp file that is sending data to a python script. In turn this script is sending data back to Cinder and I'm wondering if I can set up a receiver as well. I'm using the OSC block that comes with Cinder, and I'm a little confused because in…
Kat
  • 475
  • 1
  • 6
  • 21
0
votes
0 answers

Is it possible to call a static function in a virtual function ? ( I got LNK2019 ERR )

I'm trying to write a basic static class to Trigonometry utility in c++ for Cinder. This is my main file: #include "cinder/app/App.h" #include "cinder/app/RendererGl.h" #include "cinder/gl/gl.h" //#include "MyStaticClass.h" //this simple include…
sachaamm
  • 139
  • 2
  • 13
0
votes
3 answers

How to create an interactive wall?

I am a graphics/web designer with basic JS/php coding knowledge and I am interested in learning to make interactive walls. I would like to know from anyone experienced at this. What tools, languages do you use? Unity, Flash, Cinder....etc. which…
gman
  • 3
  • 2
0
votes
1 answer

Launch an instance from a non-glance image in OpenStack

I have VM images stored locally on my system. Is there any way I could launch the instances without uploading them to glance or using them as Cinder volumes ?
Manoj Hirway
  • 131
  • 1
  • 7
1 2 3
8 9