I didn't try figuring out a "wrong runpath" workaround today. Instead I got the editor interface to a near-final state. And, it does one thing: you can place entities! :twisted:

There's still a lot to do though:

-Add grids (that'll take more interface stuff for sizing/on/off)
-Add Load/Save to menubar
-Change add behavior to follow entity selection
-Add delete, move, change

Or basically all the functionality. The thing that slowed me up today was that I was trying to put the top stuff into a wxPanel. This was the wrong paradigm: there is a wxSizer for both the tools and the view(which I had right), but while the view is a wxPanel, the tools are in a second wxSizer, and then you have separate widgets within that. I had a lot of wrong behavior until I figured that out.

There is a bug I haven't looked at yet: the right side bottom status panel should show your x,y coordinates. In Windows it worked, in Linux not so. (Tests the wxLua scribble demo. Doesn't work in Linux there either) Probably something to do with my having inverted/high-contrast colors.

I have a headache.