Search results

  1. miniME89

    Future GUI

    yea also thought about this, i would say position should be from upper-left corner. I don't like the idea of setting a position to 0/0 and the element will be out of its window. Also think about the child/parent behaviour. A child should be at the top left corner of its parent at 0/0, for me...
  2. miniME89

    Future GUI

    Of course we shouldn't implement CSS in detail. But i like the idea of Adeon to seperate the style. Also it could look like this: [ { "id" : "some-button", "type" : "UIButton", "label" : "MyButtonLabel", "style-class" : "MyStyleClass"...
  3. miniME89

    Future GUI

    x3ro and me just finised our IRC session with some presence of Cervator and the result was a layout for the json style file, along with some discussion about implementing the parser for the json file in groovy. json style file. an example of the available attributes and the layout. {...
  4. miniME89

    Future GUI

    yea, i wouldn't rush it, i know there are a lot of things to consider. I just wrote down the basic plan. I would be up for some discussions in the IRC chat. I also have some ideas to the points you wrote down. I will be in IRC chat from ~4 pm (UTC+2).
  5. miniME89

    Future GUI

    ok, x3ro has now convinced everybody to use our current UI. Yesterday I also checked out the changes which should be made if we implement an external library. It isn't that easy. But it would be possible and the result would be a highly customizable GUI. On the other hand if we use our...
  6. miniME89

    Future GUI

    I havn't had any problems with the applet. I took a deeper look at TWL and in my opinion its a good solution if we can integrate this. First I run the simple example in the wiki. No problem with that. Then i tried to integrate it just by adding it in TerasologyEngine class. And thats the...
  7. miniME89

    Future GUI

    Just checked out the TWL and nifty library. First of all we should use one of those two libraries. Our current UI system and the widgets (UI components) is not suitable for writing our own parser (at least thats my opinion). It would work somehow, but would it be nice code? No. Secondly it...
  8. miniME89

    Future GUI

    1. Check out the available libraries. See if its possible to use the widgets out these, without much effort, otherwise we will use our own widgets which are currently there. Also those widgets needs to be easy extandable. I would appreciate it if you could take a look at them today. I will take...
  9. miniME89

    Future GUI

    So, i read the thread and need to say that i also thought about something similar, seperate design from code, but not in this detail. I am glad that some has the same oppinon. But my secend thought was that it would take alot of time and effort. But i am up for it to implement this, because...
Top