Archive 17/01/2023.

Quick expriments on Editor

WangKai

editor

There are many doubts and arguments about Urho’s editor. I think everyone can modify the editor and make it suitable for small game development. The only problem to meet that is some time and energy invested. It makes sense for the core dev team to save them for the engine code base. Though lacking of a script debugger it’s really a pain in the neck and you will find yourself waving a wood in the stone age :joy:

WangKai

Also color picker needs some more work.

editor_test_screenshot2

WangKai

Very time consuming without script debugger

ss

WangKai

Is there a way to extend C++ object in script? Here I need to extend the widgets and add more function to them. Otherwise I have to hack here and there.

Edit: I found the scripting is very slow to develop to me. It seems that the AngelScript is not efficient enough to work with in real world.

George1

It would be nice to have a script debugger.

Compile and load/reload and append script code at run time.

WangKai

I tried to implement a debugger for AS by extending Visual Studio Code, but it turns out there is still a lot of work.