I had this in my mind for some time, I didn’t feel like asking what could be a stupid question but I noticed that a lot of other forum users are asking this kind of questions and are getting answered without judgement, so I decided that it should be okay.
I don’t think that I understand how native are the “native” exports; when GDevelop was new to me, I thought that they were just electron apps with the same JS code as the web exports and that the c++ code was removed, because this is what someone somewhere else said.
Then I learned that the native games don’t always behave the exact same way as the web games (usually better), and I noticed on GitHub that most of the code is in c++.
We all know that electron apps can have native code under-the-hood, like balenaEtcher.
So now, I believe that both the GDJS games and the GDcpp games use PixiJS for graphics and that’s it. Am I right? Please tell me how native are the ‘native’ games, I want to know. Thanks in advance