Search found 5 matches
- Wed Feb 28, 2018 11:12 pm
- Forum: Libraries and Tools
- Topic: Rectangle packer a.k.a. 2D bin packing library
- Replies: 3
- Views: 4924
Re: Rectangle packer a.k.a. 2D bin packing library
There are at least three libraries for Löve in the forums. All three depend on Löve, though, so it's nice to have one that doesn't. Why does it output as you insert? I expected it to wait until all rectangles were inserted. Oh... lmao. I didn't think of googling "texture packer", even tho...
- Wed Feb 28, 2018 3:52 pm
- Forum: Libraries and Tools
- Topic: Rectangle packer a.k.a. 2D bin packing library
- Replies: 3
- Views: 4924
Rectangle packer a.k.a. 2D bin packing library
Hi, I couldn't find a pure Lua bin packing library, so here's Mike Popoloski's MIT-licensed BinPacker.cs from SharpFont ported to Lua. What's a bin packer? This is an implementation of one algorithm (MAXRECTS) used to solve rectangle bin packing in 2D. Think of automatically creating an e.g. 2048x20...
- Sun Feb 28, 2016 3:33 pm
- Forum: Libraries and Tools
- Topic: LÖVE API for Eclipse LDT (preview)
- Replies: 9
- Views: 11210
Re: LÖVE API for Eclipse LDT (preview)
Thanks to @sirskunkalot, updated for LÖVE 0.10.1. I've been busy lately (new job.. woo!), and the project I'm spending all my free time on isn't LÖVE so I'm still currently absent from the project. Any ideas about keeping it maintained til I'm back are welcome. (I'll probably be back in a few months...
- Fri Apr 03, 2015 11:32 am
- Forum: Libraries and Tools
- Topic: LÖVE API for Eclipse LDT (preview)
- Replies: 9
- Views: 11210
LÖVE API for Eclipse LDT (preview)
Hi all, So https://eclipse.org/ldt/ (the new Eclipse LDT, successor to Koneki) seems to be pretty solid these days. I've started writing an Execution Environment (like IntelliJ's concept of an SDK) for LÖVE based on the previous Koneki work and a homegrown converter from the love-api table to LDT-fo...
- Fri Apr 03, 2015 11:08 am
- Forum: Libraries and Tools
- Topic: LÖVE-API Documentation (as a lua table)
- Replies: 33
- Views: 22029
Re: LÖVE-API Documentation (as a lua table)
rmcode, cheers for maintaining this. I've been using it to produce LuaDoc for the new Eclipse LDT and it's working out pretty well. There's a couple of types that are referenced in the table but not defined anywhere, and aren't Lua primitive types. I'll try to chuck in a couple of pull requests for ...