Cinder in juce

Hi :slight_smile:
I’m trying to make a plugin that opens a window managed with cinder framework, is it possible? I know that is challenging considering the fact that each framework uses to work with their own event loops and rendering systems

This is a cool library. I plan on doing a deep-dive later this week. Will keep you updated.

Probably best to manage the Window with JUCE and use Cinder for what its good at. That would be my approach.

But i can also imagine there are more up to date libraries that do what Cinder does. Cinder been around for a while but i don’t think its actively being developed. So unless you really need to i would probably look around for another library.

Thank you, I’m currently using OpenGL but I was interested in using Cinder or in general another library to make graphics