Search found 206 matches
- Mon Jun 22, 2015 2:11 am
- Forum: Support and Development
- Topic: Applying multiple shaders to a effect?
- Replies: 11
- Views: 7967
Re: Applying multiple shaders to a effect?
I think I'll probably try to incorporate canvasas as the frame buffer, as I heard its more efficient? That will also mean I can implement my camera on it a lot more easialy, which would be nice :3 No it will most likely be slower because you are doing two draw calls to draw one thing (draw calls ar...
- Mon Jun 22, 2015 2:07 am
- Forum: Support and Development
- Topic: [Solved]LUBE and Windows 8
- Replies: 10
- Views: 7216
Re: [Solved]LUBE and Windows 8
So guys, I found the fix: Uninstall 0.9.2 0.9.1, 0.9, or even 0.8.0 work? If it exists for a specific version it will be much easier to track down that problem. But seriously, this seems like a firewall problem. Sorry, but we really don't have enough information. I want to help you but there is no ...
- Fri Jun 19, 2015 10:45 pm
- Forum: Support and Development
- Topic: Opinions - Methods for proper debugging and/or profiling lua
- Replies: 3
- Views: 4041
Re: Opinions - Methods for proper debugging and/or profiling
Yep he beat me to it. Exactly what he said. Zerobrane is just about the best lua ide one can find (and definitely the best open source one). It just works. It even already knows how to work with LOVE so there is no need to configure anything. :awesome: Features list here: http://studio.zerobrane.com...
- Fri Jun 19, 2015 10:41 pm
- Forum: Support and Development
- Topic: Applying multiple shaders to a effect?
- Replies: 11
- Views: 7967
Re: Applying multiple shaders to a effect?
* probably it depends on what you are doingbobbyjones wrote:Use this as an opportunity to learn all about canvases they will be needed eventually anyway.
- Fri Jun 19, 2015 4:33 pm
- Forum: Support and Development
- Topic: [Solved]LUBE and Windows 8
- Replies: 10
- Views: 7216
Re: LUBE and Windows 8
I agree. This sounds like some sort of firewall program or windows preventing the application from using the internet. Sorry I don't use windows (I am a die-hard arch linux user ) so I cannot be much help.bartbes wrote:Is it a firewall issue, maybe?
- Sat Jun 13, 2015 12:27 am
- Forum: General
- Topic: A few suggestions for Löve 0.10.0
- Replies: 11
- Views: 6869
Re: A few suggestions for Löve 0.10.0
both of these can be archieved with the ffi afaik. I'm not sure whether microphone input can be abstracted/simplified to a level that matches the rest of the LÖVE Api whilst keeping it variable enough to actually be useful. As a small counter-argument the entire (or at least most of it) LOVE API co...
- Sat Jun 13, 2015 12:25 am
- Forum: Games and Creations
- Topic: Director of Football
- Replies: 16
- Views: 10583
Re: Director of Football
That happens to me sometimes to.BOT-Brad wrote:Unfortunately, as I cross 1 new feature off my list, another 3 or 4 appear on it!
- Fri Jun 12, 2015 11:01 pm
- Forum: Games and Creations
- Topic: Director of Football
- Replies: 16
- Views: 10583
Re: Director of Football
Looking good! As the others said amazing GUI! It is really shaping out into something very neat.
- Thu Jun 11, 2015 7:17 am
- Forum: General
- Topic: Update to LuaJIT 2.0.4?
- Replies: 9
- Views: 6354
Re: Update to LuaJIT 2.0.4?
Indeed, you can replace the version of LuaJIT normally used by LÖVE with your own right now if you want – on all operating systems. What the hell, last time I tried switching .dlls up it resulted in crashes. It shouldn't if you do it right.... luajit was intended to be a drop-in replacement so that...
- Mon Jun 08, 2015 6:21 pm
- Forum: Support and Development
- Topic: Emscripten
- Replies: 41
- Views: 16893
Re: Emscripten
Thanks! (I wish you did it a little sooner. I already spent two hours compiling it on my comp from the AUR ) As an arch user this is awesome.