When comparing Torque3D vs GameApi, the Slant community recommends Torque3D for most people. In the question“What are the best 3D game engines?” Torque3D is ranked 25th while GameApi is ranked 58th. The most important reason people chose Torque3D is:
Torque3D is a free game engine licensed under MIT with source code available on [GitHub](https://github.com/GarageGames/Torque3D).
Specs
Ranked in these QuestionsQuestion Ranking
Pros
Pro Free and open source
Torque3D is a free game engine licensed under MIT with source code available on GitHub.
Pro Incredible Performance on low-end PCs
Even on low-end-PCs the Engine and its games run perfect.
Pro Many stock features for a FPS but flexible enough for other Genres
Pro Continually updated by a dedicated and skilled community
Pro Easy to implement 32 to 64 multi-player networking
Torque's approach to networking makes this one of the best performing and easiest to implement multiplayer game engines available.
Pro Redistributable tools
Pro All combinations of the features are working
In order to enable creation of 100 different kind of games, GameApi features are fully supporting all combinations of the existing features. This allows for huge amount of flexibility. The API carefully documents all dependencies between independent plugin-like modules and allows for combining their features in c++ code.
Pro Selection of 2d and 3d algorithms and techniques that construct opengl vertex arrays
The library is based on constructing opengl vertex arrays for 2d and 3d features including changing mesh colours, attaching textures, building larger worlds from smaller meshes, selection of predefined meshes like spheres, cubes and cones, Model loading from .obj files. Font support, gradient and other 2d bitmap operations, creation of 3d objects from bitmaps, Manipulation of points, lines, faces.
Cons
Con Aging
If you are planing on using some of the latest graphical options, pick another engine.
Con Weak AI
Movement AI is limited to moving in a straight line.
Con Limited platforms
Torque3D only publishes to desktop and mobile.
Con In alpha
GameApi has just recently moved from pre-alpha to alpha status.