Hi
Although I found the AppGameKit very powerful, covering a lot of areas, there will be always something that it can't do, sometimes just because TGC don't have time to do so.
Because of that I was wondering if it will be possible to create Basic extensions, using C/C++ using some other native language. For example, today there is no HTTP support, and creating something like that would be very simple.
I understand that using Tier 2, you can basically do whatever you want, for the platform you want, but I have the impression Basic will still be the language that will be used the most.
Of course, the multiplatform nature makes everything harder, but maybe a plugin mechanism with a "platform supported/unsupported" type of entry point could at least make the extension well behaved on platforms that are not supported.
I'm new here, but it seems TGC has a strong community, so I bet there would be several open source projects trying to filling the gaps.
Cheers