SceneComponent?

Hi Everyone,

I’m trying to follow this tutorial here:
https://docs.juce.com/master/tutorial_component_parents_children.html

But SceneComponent causes an error.
Has it been deprecated?
If so, what should I use instead?

Hi,

Are you trying to write the project from scratch using this tutorial? FYI Juce tutorials are already made projects that you open and compile out of the box using the Projucer. The link you sent is just the explanation of the existing code so you understand what is going on.
If you read further: SceneComponent is a custom class defined in “The Scene” subsection of this tutorial. This class itself uses other custom classes explained later, etc.

So, indeed, SceneComponent is not part of the Juce framework.

Ah, thank you :slight_smile: