Search found 38 matches

by evölbug
Sat Jan 07, 2017 10:21 pm
Forum: Libraries and Tools
Topic: Guilty - yet another GUI library
Replies: 10
Views: 7793

Re: Guilty - yet another GUI library

More teasing! See main post
by evölbug
Fri Jan 06, 2017 8:40 pm
Forum: Libraries and Tools
Topic: Guilty - yet another GUI library
Replies: 10
Views: 7793

Re: Guilty - yet another GUI library

New iteration of Guilty. I feel pretty confident with its structure now, so it won't be long before I release the first version. Example code (moonscript) gui = require "guilty" lg = love.graphics love.load = -> love.window.setMode 800,600, resizable: true export window = gui.Container 10,...
by evölbug
Wed Jan 04, 2017 11:57 am
Forum: Libraries and Tools
Topic: Guilty - yet another GUI library
Replies: 10
Views: 7793

Re: Guilty - yet another GUI library

Also if your writing in moonscript no one will use your lib without documentation. I am indeed writing it in Moonscript, and don't worry, I will write a documentation for it. I had to make a sacrifice between being pure-Lua, or having cleaner syntax with a bit more abstractions to work with and thu...
by evölbug
Tue Jan 03, 2017 6:05 pm
Forum: Libraries and Tools
Topic: Guilty - yet another GUI library
Replies: 10
Views: 7793

Guilty - yet another GUI library

So, here's the freshman trying to bring a bit of löve to the world... I have just recently found Lua and Löve, along with Moonscript, and I thought to myself - what's the best way to learn a couple languages and a framework at once! By builting a GUI library! Right??? Probably the worst idea I have ...
by evölbug
Thu Dec 22, 2016 4:50 pm
Forum: Support and Development
Topic: Can't draw image at body coordinates, gets nil error (solved)
Replies: 5
Views: 3687

Re: Can't draw image at body coordinates, gets nil error

should do, assuming 'orange.png' is in the same folder as the main script. then you have the other line

Code: Select all

love.graphics.draw("orange", x, y)
you can't pass a string to it.
by evölbug
Thu Dec 22, 2016 4:19 pm
Forum: Support and Development
Topic: Can't draw image at body coordinates, gets nil error (solved)
Replies: 5
Views: 3687

Re: Can't draw image at body coordinates, gets nil error

it looks like you are overwriting 'orange' with this line; you made it and overwrote it immediately after

Code: Select all

orange = love.graphics.newImage("orange.png")
by evölbug
Wed Dec 21, 2016 10:21 pm
Forum: General
Topic: Tips to start Game programming - Beginners
Replies: 10
Views: 7849

Re: Tips to start Game programming - Beginners

i could do some art if needed. i do a bit of vector and pixelart
by evölbug
Wed Dec 21, 2016 1:04 pm
Forum: General
Topic: Avatars: OBEY!
Replies: 763
Views: 1004333

Re: Avatars: OBEY!

so here i join the ranks, maybe not explicitly `obey`, but i think it turned out great :D
love.png
love.png (90.13 KiB) Viewed 34634 times