UDK vs Ebitengine
When comparing UDK vs Ebitengine, the Slant community recommends Ebitengine for most people. In the question“What are the best 2D game engines?” Ebitengine is ranked 59th while UDK is ranked 73rd. The most important reason people chose Ebitengine is:
One of the core focuses of Ebitengine is to be simple. The screen is just treated as another image that can be drawn to.
Specs
Ranked in these QuestionsQuestion Ranking
Pros
Pro Large toolset
UDK has an extremely large toolset that allows creating almost anything without having to use a 3rd party tool or plugin.
Pro Triple A track record
UDK is an engine used by many big name companies for popular games such as the Gears of War series.
Pro Simple
One of the core focuses of Ebitengine is to be simple. The screen is just treated as another image that can be drawn to.
Pro Cross platform
Many platforms are supported, including WebAssembly.
Cons
Con Superseded by Unreal Engine 4
Con DevKit only runs on Windows
Even though UDK can deploy games to run on multiple platforms, including Mac, it does not feature support for development on Mac.
Con Limits games to FPS
UDK was originally developed for the FPS, "Unreal Tournament", and it certainly shows. While UDK is a very powerful engine, it takes quite a bit of work to make it do something other than an FPS.
Con Bare-bones
For example, Ebitengine does not have a physics engine; instead games must rely on a separate implementation such as Chipmunk2D.