July 2018
Beginner
202 pages
5h 42m
English
Urho 3D is a free, open source game engine available at https://urho3d.github.io.
Urho is written in C++, with bindings to Lua and LuaJIT. The Lua API provided by Urho exposes almost everything that the C++ API does. The engine is written with a focus on 3D games, but 2D games can easily be developed using Urho as well. A good way to learn Urho 3D's Lua API is by browsing the official samples at https://github.com/urho3d/Urho3D/tree/master/bin/Data/LuaScripts.