Search found 104 matches

by OttoRobba
Sat May 03, 2014 10:34 pm
Forum: General
Topic: ZeroBrane Studio Lua IDE v0.50 is out
Replies: 95
Views: 51071

Re: ZeroBrane Studio Lua IDE v0.50 is out

paulclinger wrote:Thank you for all the feedback and support!
Thanks for the great tool!

Be sure to add a few screenshots with the new ui changes on the github/homepage, it looks way better than before :D
by OttoRobba
Thu May 01, 2014 3:31 pm
Forum: General
Topic: ZeroBrane Studio Lua IDE v0.50 is out
Replies: 95
Views: 51071

Re: ZeroBrane Studio Lua IDE v0.50 is out

I thought the value was 100,100,100, my bad.
Yeah, maybe no change is needed - it looks fine on Windows but weirdly light on Ubuntu.

The dropdown does seem to work out fine. :)
by OttoRobba
Thu May 01, 2014 3:24 pm
Forum: General
Topic: Love2D is the BEST thing in my life!
Replies: 5
Views: 1869

Re: Love2D is the BEST thing in my life!

When I made my first picture moves around other picture, You get really excited!...c'mon you know you were really excited when you made your first working thing. [...] Lua is cool I too get excited as hell when I see that I can get things working and when I solve a problem - feels a bit magical and...
by OttoRobba
Wed Apr 30, 2014 6:16 pm
Forum: General
Topic: ZeroBrane Studio Lua IDE v0.50 is out
Replies: 95
Views: 51071

Re: ZeroBrane Studio Lua IDE v0.50 is out

Maybe we need something opposite to what we discussed? How about a hotkey that opens a popup menu for the current file in the filetree to make all this functionality available from the keyboard? If the current file is not in the filetree, then open it for the project itself... This could be nice bu...
by OttoRobba
Wed Apr 30, 2014 5:04 am
Forum: General
Topic: ZeroBrane Studio Lua IDE v0.50 is out
Replies: 95
Views: 51071

Re: ZeroBrane Studio Lua IDE v0.50 is out

I think I understand what you mean but leaving that for an icon might be too cryptic. And yes, we might be overthinking it. As you point out, the current right-click functionality is plenty, it is really easy to change projects and work with files and folders. What I suggest is this: https://love2d....
by OttoRobba
Wed Apr 30, 2014 2:31 am
Forum: General
Topic: ZeroBrane Studio Lua IDE v0.50 is out
Replies: 95
Views: 51071

Re: ZeroBrane Studio Lua IDE v0.50 is out

Understandable. I know nothing of wxWidgets so I might just be talking out of my ass but wouldn't it be possible to create a button that is dynamically assigned a label according to the open project folder? Then just display that button and show the file tree below it. Similar to what is currently d...
by OttoRobba
Tue Apr 29, 2014 10:54 pm
Forum: General
Topic: ZeroBrane Studio Lua IDE v0.50 is out
Replies: 95
Views: 51071

Re: ZeroBrane Studio Lua IDE v0.50 is out

RGB(100,100,100) or #676767 basically. RGB(80,80,80) should work fine too, if you want it a bit darker. The removed dropdown annoys me a little - not because I'm constantly change projects (I'm not) but rather because I don't think it is the right solution for the user experience. The ideal thing wo...
by OttoRobba
Tue Apr 29, 2014 7:06 pm
Forum: General
Topic: Lua Mobile Game Development
Replies: 3
Views: 5130

Re: Lua Mobile Game Development

Least legal hassle? Out of the ones you listed, I'd say MOAI. All they ask is a mention in the credits or a splash screen art. And it is open source as well. Might not be the easiest one to develop with though, given that it makes less assumptions and requires you to input more information. Cocos 2D...
by OttoRobba
Tue Apr 29, 2014 6:44 pm
Forum: General
Topic: ZeroBrane Studio Lua IDE v0.50 is out
Replies: 95
Views: 51071

Re: ZeroBrane Studio Lua IDE v0.50 is out

New theme is pretty nice, seems easier on the eyes and is a big improvement on the default :) One thing though: I would make the default text grey quite a bit darker - right now it is too close to the comments grey and on low density screens (80dpi) it looks a bit blurry. I made a quick mockup on th...
by OttoRobba
Fri Apr 25, 2014 5:55 am
Forum: General
Topic: maybe im just nit picking...
Replies: 12
Views: 4854

Re: maybe im just nit picking...

Inny wrote:I'd go one step further and ask why the callbacks aren't subscriptions

Code: Select all

love.on_update(function(dt)
    inny.writes.too.much:javascript()
end)
Image