When comparing ShiVa3D vs Esenthel, the Slant community recommends ShiVa3D for most people. In the question“What are the best 3D game engines for Android?” ShiVa3D is ranked 5th while Esenthel is ranked 6th.
Specs
Ranked in these QuestionsQuestion Ranking
Pros
Pro Streamlined API
Pro Great performance on mobile
Smaller platform specific executables, native code export, good FPS even for complex scenes. ShiVa has great advanced optimization features, including PVS and LOD, decreasing number of drawcalls even in complex level. Platform specific profiles allow developers to customize size and compression level for textures and test those settings directly in editor. Other engine features, like lightning baking, mesh combining and GPU skinning will boost performance too.
Pro Straightforward pricing with capable free option
The free ShiVa Web version is limited to web publication, but otherwise has the same capabilities as the $200 ShiVa Basic. Upgrading to the $1000 ShiVa Advanced brings tools geared toward team development and professional releases, such as integrated SVN support and profiling tools. All versions are royalty-free.
Pro Lua can be used for fast coding and C++ for optimization
All game logic can be scripted in Lua. ShiVa also provides a cross-compiler from Lua to C++, allowing Lua scripts to be further optimized and compiled to native code for performance.
Pro C++ plugin development options
Pro Native C++ export
Pro Robust
Pro Competent GUI system
Pro Great support
In addition to the help forum, Basic and Advanced licensees have chat and direct email access to the developers.
Pro Quicker development by using the integrated code editor
Esenthel has a built-in code editor which drastically simplifies the programming process.
Programming with Esenthel is based on C++, however, when using the code editor there's no need to make separate .cpp or .h files. Code can be written once and the editor will be separating definitions and declarations automatically in the background allowing for quicker development.
Pro Can be easily extended
Built in pure C++ so it is easy to use and extend however needed.
Pro Available on Steam
Pro Can be used for collaborative development
Esenthel comes with tools allowing for multiple developers to work on one project at the same time in collaborative mode. Every change made is instantly visible by other team members.
Pro Engine issues are resolved quickly
The author is very device minded and able to handle any problem quickly and effectively and he has a good track record of listening to requests.
Pro Access to full source code
Having easy access to the full source makes it possible for any skilled developer to add features that a project requires.
Pro Attractive licensing
Free to try, with license as cheap as 9.50$/month (with yearly subscription), 11.40$/month (monthly subscription) or full source code license 228$/year.
Pro Incredibly stable
The engine is rock solid and stable which, considering its extensive feature set, is a huge plus for game developers
Pro Helpful and responsive forum
Pro Good support for Android and iOS
Android and iOS support is pretty stable and easy to develop on. It's possible to, for example, develop the entire game on Windows or Mac and then easily compile for Android and iOS.
Pro Can import a wide variety of formats
- 3D - FBX, DAE, OBJ, 3DS, B3D, MS3D, BVH, ASE, PSK/PSA
- 2D - BMP, PNG, JPG, TGA, DDS, TIF, WEBP, PSD, ICO
- Videos - VP9, Theora
- Sounds - OGG, WAV, MP3 (once decoding patents expire)
Pro Constant development and progress
New features or update to features are provided monthly.
Pro Supports in-app purchases
IAP support for both mobile and desktop devices.
Pro Supports multiple compression libraries
LZMA, LZHAM, LZ4, ZLIB, Snappy, RLE
Pro Oculus Rift native support
Oculus Rift API integrated into the engine platform.
Pro Supports modern graphics and sound APIs
- Graphics - DirectX 9/10/11, OpenGL, OpenGL ES, WebGL
- Sound - DirectSound, OpenAL, OpenSL
Pro Rock solid
Cons
Con Outdated
The current version 1.9.2 of ShiVa was released in December 2013. While there is active development on version 2.0, its beta is available only to paid licensees of the current version.
Con ShiVa 2.0 has been worked on for nearly 4 years!
After 4 years of development and promises ShiVa 2.0 has JUST gotten into beta access.
Con High Cost
Costs $200 for the basic version alone, which allows you to publish to any format other than web. The Team/Pro version costs $1000
Con Lack of in-depth tutorials
There are plenty of beginner coding tutorials which serve as a basic introduction for a new user to get up to speed, but once having passed that stage there is a real lack of free more advanced tutorials/examples/code snippets demonstrating the finer details of the vast and varied API functions.
Con One-man developer
Although the complete engine is maintained by a single, highly-skilled individual, he can be limited to what he is able to see or perceive, and sometimes he doesn't recognize broken or incomplete features until he sees it firsthand and sometimes doesn't recognize valid reports from his users. But when he does recognize the gap in the engine's feature-set, he is quick to make adjustments and updates.
Con Slow roadmap implementation
Bugs are fixed promptly, but the developer maintains a growing 'roadmap' of features with no indication to users of time frame and priority of feature implementation.
Con Lack of editing tools
Con Web support practically non-existing
Web support exists only on paper. The way it works is that Emscripten is used to convert an entire project to unreadable Javascript. That practically only works for very simple demos, no real-world projects.