Lua made Layout IDE
Posted: Wed Jul 06, 2005 18:14
I'm working on an IDE in CEGUI to create CEGUI interfaces. This is primarily for my next project but I think others will find it useful too.
The current layout is similar to a Visual Basic IDE. The toolbox is created by an array of Widget names with custom icons. The components on the "forms" (FrameWindow's) are live but dragable on a grid.
I'm currently fighting with a method of dragging to resize. I was thinking a widget could appear when you select a control but I'm not sure yet.
I'm struggling with a properties box as well. This isn't as easy as I thought originally.
Eventually, I may expand it to have a Lua script editor for events making the save format a Lua script file instead of xml.
I'm just curious to everyone's thoughts. I will share it once it is fully functional or if I get contributions.
The current layout is similar to a Visual Basic IDE. The toolbox is created by an array of Widget names with custom icons. The components on the "forms" (FrameWindow's) are live but dragable on a grid.
I'm currently fighting with a method of dragging to resize. I was thinking a widget could appear when you select a control but I'm not sure yet.
I'm struggling with a properties box as well. This isn't as easy as I thought originally.
Eventually, I may expand it to have a Lua script editor for events making the save format a Lua script file instead of xml.
I'm just curious to everyone's thoughts. I will share it once it is fully functional or if I get contributions.