Hi everyone! I'm Andreas, and I'm currently working on a game that I plan to distribute commercially on Steam.
So far, everything's going well, but I started developing the game with Unity a few months ago. Unfortunately, Unity has recently made some changes to their pricing and licensing conditions. This led me to explore alternatives, and that's when I discovered Leadwerks. I really like the licensing model they offer. I can purchase the engine and use it without any restrictions.
Now, I have a few questions about Leadwerks. What kind of games can be created with it, and what are the advantages of the C++ SDK? Can I use C++ scripts instead of Lua with the SDK?
I do know Lua, so that's not a problem, but personally, I prefer the C syntax, and I'm quite proficient in C++.
Currently, I'm working on an open-world survival game. Another important question for me is regarding GUI and windows. Can I create GUI windows, like an inventory or crafting window?