Hi folks
I have just found this engine and had a few generic questions which I hope you guys can help with:
- Tilemap support: I want to work on staggered isometric maps. is there support for importing Tiled maps?
- Debugging. What tools are there to do debugging and optimizations? Whats your opinion of the tools?
- Performance: Do we have any existing benchmarks for this engine? I’d love to see a simple animated bunnymark and a max actors benchmark for the engine.
- Why do we need an online component for compiling at all? can someone explain?
- How easy is it to use existing Lua libs in this engine? For example, I like Jumper for my pathfinding needs. Can I simply require it in my code and expect it to work without any issues?
thanks and regards.