How do I…
I was seeing this:
GDevelop/Core/GDevelop-Architecture-Overview.md at master · 4ian/GDevelop · GitHub at the point of speak about code generator.
You suppose that I want create a GDevelop code generator to C89, how can I translate a event like struct to other language than JS? (ignore the fact of the GD/Core is written in C++)
So, anyone can explain me how to generate code to other languages without to rewrite the entire engine?
Or, just writing the events and other pieces of code?
Do you know some example?
Thanks!