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

openstack services not showing up

Openstack(devstack) just installed on ubuntu 20.04.3 (4cpu, 8Gb), with local.conf by stack.sh [[local|localrc]]…
chart41
  • 11
  • 1
0
votes
0 answers

(C++) Error compiling project using Cinder

I downloaded this project about making procedural tilemaps from github: https://github.com/Tenjix/Sethex https://www.youtube.com/watch?v=dQQqRKGbNKY Im using Visual Studio Community 2015 This project uses Cinder for the GUI, I think I've referenced…
blacksmith
  • 25
  • 1
  • 5
0
votes
1 answer

Can only reset cinder volume state as the admin user

Issue Unable to reset cinder volume state as non-admin user. What needs to be done so that users can reset volume states The following is an example the error seen when only the admin user is allowed to reset volume state: $ cinder reset-state…
Pet_cpp
  • 3
  • 2
0
votes
1 answer

How do I link to libcinder.a for iOS in version 0.9.1+?

Cross-posted from here in case I can get more eyeballs. I’m getting back onto an old iOS app of mine developed in the pre-0.9 era, and I made some progress updating everything to use Cinder 0.9.2 and C++14 (baby steps…). Now, I hit a pretty massive…
Morpheu5
  • 2,610
  • 6
  • 39
  • 72
0
votes
1 answer

how to write a playbook to delete OpenStack volume snapshot of older than 10 days using os_volume_snapshot module

--- - name: Creating a volume snapshot hosts: Test-ctrl gather_facts: True tasks: - name: Creating snapshot of Test os_volume_snapshot: auth: auth_url: http://20.10.X.X:5000/v3/ username: XXXXXXX password:…
Ck_7
  • 469
  • 7
  • 12
0
votes
0 answers

Allowing Microphone Access for Cinder CMake Project

I am creating a game which requires microphone input using the Cinder library. I am using CLion with CMake as my build system, but I am pretty new to CMake. The app is unable to access the microphone input; there are no errors. auto ctx =…
0
votes
1 answer

What diff between `cinder-manage db sync` and `cinder-manage db online_data_migrations` command?

I am trying to upgrade database's schema of cinder from Newton to Ocata version. I found two command to do that is cinder-manage db sync and cinder-manage db online_data_migrations but can anyone explain for me what exactly those command do? Thanks!
lamth
  • 149
  • 9
0
votes
0 answers

Drawing custom 3d shapes

I am attempting to create a custom object using Cinder C++ on windows with Visual Studio. I am hoping to find a solution that allows you to point to a object with BatchRef object, and which can be used in the same way as any other BatchRef. I have…
Ethan
  • 49
  • 2
  • 11
0
votes
1 answer

How to use libcinder with c#?

I recently came across libcinder which seems to be promising for creative coding. It's for c++ but I'm more familiar with c#. Is there a way to use libcinder with c#? Or maybe in c# world, there is some other collection of libraries / framework…
user10838321
0
votes
1 answer

Openstack Cinder version not supported

I am trying to create a cinder storage with a size of 5Gb and I get the following error. # cinder create 5 --display-name FileStorage ERROR: Version 3.52 is not supported by the API. Minimum is 3.0 and maximum is 3.50. (HTTP 406) (Request-ID:…
newbieCoder
  • 11
  • 1
  • 7
0
votes
1 answer

kubernetes create cinder pvc on Openstack Failed with error message: Invalid request due to incorrect syntax or missing required parameters

[root@vm-10-75-145-71 ~]# kubectl describe pvc datadir-belk-efkc-belk-elasticsearch-data-1 -nheema Name: datadir-belk-efkc-belk-elasticsearch-data-1 Namespace: heema StorageClass: cinder-az-nova Status: Pending Volume: Labels: …
kevinal
  • 1
  • 2
0
votes
1 answer

Unable to create ephemeral instances after enabling Ceph

Openstack Rocky running on three nodes, ssds as root disks, jbod's for Ceph. Ceph is running on the same nodes as OpenStack. Before configuring Ceph, all the instances created were ephemeral (as expected ) and I was able to see the disk in…
0
votes
0 answers

OpenStack Cinder replication with Ceph

I set up two clusters ceph (version 12.2.9 luminous). The first cluster has the name of the "primary", the second "secondary". Two-way replication is configured between the two clusters using an RBD mirror. Images are created and replicated…
0
votes
0 answers

Trying to add each element of vector to parameter window on mouse event

I have a vector of names. Each time the user does a mouse interaction, I want to add an element to my vector and have the user name it. Using the cinder framework parameters as the GUI. Here's the code: #include "cinder/app/App.h" #include…
Kat
  • 475
  • 1
  • 6
  • 21
0
votes
1 answer

Low opacity background/fills on Cinder cause the screen to flash red

When I try to draw a low opacity background over my content in Cinder, my screen flashes in red in the beginning then keeps flickering while the content is drawn. I'm trying to replicate an effect I used in Processing/p5.js where the background…
yamadapc
  • 273
  • 1
  • 3
  • 8
1 2 3
8 9