An object-oriented wrapper for P5

Hi @SanzSeraph,

In principle there is nothing against doing this and implementing another abstraction layer.
I personally wouldn’t use it, because if my model already contains its own abstraction layers and I want to represent/display it on an atomic level, the direct way is fine for me and I don’t need additional classes representing for example geometric primitives.
But this is purely a matter of taste. Certainly there are also cases which it would be usefull and I bet there are people which will use it.
But even if you are doing it for your own entertainment it will be fun for sure… and reminds me a bit when I developed some basic libraries and a GUI Framework on my own years ago … Just for fun! :slight_smile:

Cheers
— mnse