Search found 135 matches

by adrix89
Sun Jan 25, 2015 6:55 am
Forum: Support and Development
Topic: [HELP] Sublime 2 - "'love' is not recognized as..."
Replies: 7
Views: 7113

Re: [HELP] Sublime 2 - "'love' is not recognized as..."

The way i manage it is with this.

Code: Select all

{
	"shell_cmd": "love $project_path",
	"path":"C:/Program Files/LOVE/"
}
The project has to be the folder of your source(like you would drag to the love)
by adrix89
Wed Jan 21, 2015 8:16 am
Forum: Support and Development
Topic: In-game Menus - Images vs Code?
Replies: 9
Views: 4367

Re: In-game Menus - Images vs Code?

Jasoco wrote:There are plenty of GUI libraries
Not with any good graphic resizing support.
by adrix89
Tue Jan 20, 2015 9:48 pm
Forum: Support and Development
Topic: In-game Menus - Images vs Code?
Replies: 9
Views: 4367

Re: In-game Menus - Images vs Code?

Since the GUI options are limited currently you have to put with up with more basic options for now.

Have yo tried scaling?
by adrix89
Tue Jan 20, 2015 4:26 pm
Forum: Libraries and Tools
Topic: [Library] DOMy - A DOM-like GUI framework
Replies: 56
Views: 33030

Re: [Request] Input on design spec of new GUI library

Maybe this is kinda unrelated, but I was looking around for some UI APIs from various places to see if anything in particular got my attention, and I found this http://shoesrb.com/. It looks pretty cool and maybe you guys would wanna use some of its concepts too, I think it's really simple and seem...
by adrix89
Mon Jan 19, 2015 7:26 am
Forum: General
Topic: New subforum for libraries?
Replies: 21
Views: 11925

Re: New subforum for libraries?

As Subforum makes sense.
Easier to keep track.
by adrix89
Wed Jan 14, 2015 6:21 pm
Forum: Libraries and Tools
Topic: [Library] DOMy - A DOM-like GUI framework
Replies: 56
Views: 33030

Re: [Request] Input on design spec of new GUI library

I don't understand your issue. The markup I posted is just tables with the ability to use loops to write more dynamic markup. This is no different than writing dynamic html using some templating engine. Except the widget functionality and resources are in another file. { "widget", "m...
by adrix89
Wed Jan 14, 2015 8:36 am
Forum: Libraries and Tools
Topic: [Library] DOMy - A DOM-like GUI framework
Replies: 56
Views: 33030

Re: [Request] Input on design spec of new GUI library

I've tried my hand recreating the following image, at least in markup. I haven't written any styles or scripts for it but I think it's a good start to show how I would create a markup file. Code.. The example isn't good, I have no idea what is going on since there is large parts missing. Also the f...
by adrix89
Sun Jan 11, 2015 7:42 pm
Forum: Libraries and Tools
Topic: [Library] DOMy - A DOM-like GUI framework
Replies: 56
Views: 33030

Re: [Request] Input on design spec of new GUI library

What do you mean by one magnitude of complexity too high? If I have to write more then two lines to make a button and add functionality to it its probably too much. Well that is not really true,I would have to see examples where you handle a real interface. Which reminds me, how about having a roug...
by adrix89
Sun Jan 11, 2015 10:42 am
Forum: Libraries and Tools
Topic: [Library] DOMy - A DOM-like GUI framework
Replies: 56
Views: 33030

Re: [Request] Input on design spec of new GUI library

A HTML like GUI could work but I think its one magnitude of complexity too high for me. On the other hand people are used to HTML. I don't have much input on its design. I also am working on a GUI library, I don't have a spec but I have a workflowy insanity map (beware he who enters here!) . The ide...