Archive 17/01/2023.

GameMonkey Script good mix between Angel & Lua

Hevedy

GameMonkey Script looks like good mix and simple between the Angel and Lua scripts and more simple than Angel is possible add this to Urho ?
gmscript.com/

OvermindDL1

It would be very nice to create external library mappings for all of Urho3D Scriptable functions, then dynamically load (or statically build in) different scripting engines that use those. That would allow every type of language from informed mappings like AngelScript, GameMonkey, Lua, and Python, to allowing languages like luajit to use their full FFI mappings at full speed. That would be the best thing to do overall. I would start with just a Urho3D CMake module like the current AS or LUA modules that handles dynamic and static scripting binding loading as well as an exposed C interface for them to use.

silverkorn

I guess you guys should follow this Github issue then: github.com/urho3d/Urho3D/issues/490