09-02-2017, 11:39 PM
I haven't tried LUA, but I think it's in the same abstraction level than python. Yes, I strongly recommend python for prototyping: dynamic typing, no source clutter with superfluous container classes, clean syntax, execute directly from source code (no separate compile/run steps as in C, C# or Java)... The tilengine python wrapper is fully object-oriented and has all the docstrings, so any smart python editor will assist you with auto-completion and inline help as you type.
In the main website there is a very basic sample in C and its equivalent in python, side by side, so you can check what I mean.
In the main website there is a very basic sample in C and its equivalent in python, side by side, so you can check what I mean.