When comparing Wave vs GameApi, the Slant community recommends Wave for most people. In the question“What are the best 3D game engines?” Wave is ranked 20th while GameApi is ranked 58th. The most important reason people chose Wave is:
In addition to online [API documentation](http://waveengine.net/Engine/Documentation), the Wave Engine team provides [tutorials](http://www.indiedb.com/engines/wave-engine/tutorials) via IndieDB, plus [sample projects](https://github.com/WaveEngine/Samples) and "[QuickStarters](https://github.com/WaveEngine/QuickStarters)" via GitHub.
Specs
Ranked in these QuestionsQuestion Ranking
Pros
Pro Extensive learning material
In addition to online API documentation, the Wave Engine team provides tutorials via IndieDB, plus sample projects and "QuickStarters" via GitHub.
Pro Supports coding in C#, F# and Visual Basic
Wave Engine explicitly supports all three core .Net Platform languages.
Pro Oculus Rift support
The Wave Engine team provides an official, open-source Oculus Rift extension via GitHub.
Pro Many components are open source
Several core components and official extensions of the Wave Engine are publicly hosted on GitHub.
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 Mandatory splash screen
Games and applications made with Wave Engine must display a splash screen advertising it. No splash-free license option is available.
Con Not many tutorials available
Con Outdated UI
The UI looks like it is from Windows XP days. A refresh is much needed.
Con In alpha
GameApi has just recently moved from pre-alpha to alpha status.