Search found 31 matches

by EntranceJew
Thu Feb 18, 2016 5:13 am
Forum: Support and Development
Topic: Building LÖVE using visual studio?
Replies: 6
Views: 4218

Re: Building LÖVE using visual studio?

If you're using a version of visual studio later than the one specified in the megasource page then things will break.
by EntranceJew
Mon Feb 15, 2016 9:21 pm
Forum: General
Topic: New Icons
Replies: 77
Views: 63295

Re: New Icons

I made a little splash animation: intro.love It still needs a löve text, an interesting background and I should use a shader instead of the stencil (non-antialiased edge because of this). This is pretty good! I had to rewatch it a couple times 'cause I was amazed at how nicely everything went toget...
by EntranceJew
Sun Jan 17, 2016 6:08 am
Forum: Ports
Topic: LövePotion - LÖVE on 3DS Homebrew
Replies: 46
Views: 114156

Re: LövePotion - LÖVE on 3DS Homebrew

YOU DID IT!
by EntranceJew
Sun Jan 10, 2016 8:40 pm
Forum: Libraries and Tools
Topic: Middleclass 4.x Object-Orientation for Lua
Replies: 21
Views: 21962

Re: [Lib] Middleclass 4.0.0. Object-Orientation for Lua

Amazing! I've been using middleclass for about as long as I knew it existed, as it was simple to use. Every time I ran into a design problem I found that it already had the feature set to solve the problem if I looked hard enough. It's also my recommended class library any time someone asks. :ultrah...
by EntranceJew
Wed Dec 23, 2015 5:21 pm
Forum: Libraries and Tools
Topic: [libs] EJew's library pile. New: replays & playlists
Replies: 7
Views: 9352

Re: [libraries] Too many to put in the title. New: placehold

Long time no update! Well, I haven't put out a lot of useful libraries recently, but maybe you might find the inner mechanisms of one of these babies inspiring: blackbox Record all love events and play them back. Have you ever had a user do something so outrageously difficult to reproduce that you j...
by EntranceJew
Tue Dec 22, 2015 3:42 pm
Forum: General
Topic: LÖVE 0.10.0 released
Replies: 86
Views: 79040

Re: LÖVE 0.10.0 released

glory be :awesome:
by EntranceJew
Thu Apr 23, 2015 11:15 pm
Forum: Libraries and Tools
Topic: [libs] EJew's library pile. New: replays & playlists
Replies: 7
Views: 9352

Re: [libraries] Too many to put in the title. New: placehold

I stealth updated the thread to add whatdoyouneed , a lib that monitors require statements and makes a tree map out of them. You could combine this with lurker to dynamically reload all the files in a chain during a preswap. But I also added placeholdme , long story short it makes images like these:...
by EntranceJew
Mon Apr 20, 2015 4:19 pm
Forum: Libraries and Tools
Topic: Löve Frames - A GUI Library
Replies: 406
Views: 352238

Re: Löve Frames - A GUI Library

Oh, the demo throws the same error. Can someone recommend a different GUI library? $ love . Error: libraries/loveframes/init.lua:317: bad argument #1 to 'insert' (table expected, got nil) stack traceback: [C]: in function 'insert' libraries/loveframes/init.lua:317: in function 'Create' libraries/de...
by EntranceJew
Wed Apr 15, 2015 12:45 am
Forum: Libraries and Tools
Topic: [libs] EJew's library pile. New: replays & playlists
Replies: 7
Views: 9352

Re: [libraries] Imgur, Palettes, Music Macros, Timer, Hooks

imgurlua just got updated to use luajit-request, and if you're needing an example on how to use it, set up luajit-request then go ahead and check out imgurlua-example and you'll be cool. (You'll need to register your own application on imgur in order to get started, nothing I can really do about th...