Search found 6 matches
- Mon Nov 08, 2021 7:50 am
- Forum: Libraries and Tools
- Topic: Created 2 new libraries for easy async & async http
- Replies: 0
- Views: 16136
Created 2 new libraries for easy async & async http
I made a couple libraries that people might find useful in love. - lovehandles is a nice & simple way to wrap synchronous things in a thread and use a function-handle instead of callbacks or a thread-channel. - loverest is an async wrapper around luajit-request (and libcurl) It provides a nice &...
- Sat Feb 13, 2021 2:07 am
- Forum: Libraries and Tools
- Topic: Tool: simple love2d image fonts
- Replies: 0
- Views: 10246
Tool: simple love2d image fonts
I made a simple little html tool for assembling image-fonts, as I need extended characters quickly. You can use it online, or locally (with attached file). The main thing that is different from other tools is you need those lines to tell love how spacing works. https://lovefont.surge.sh/ * open the ...
- Wed Dec 23, 2020 8:18 am
- Forum: General
- Topic: [Test]HTTPS support for Windows (NO libraries required)
- Replies: 8
- Views: 17489
Re: [Test]HTTPS support for Windows (NO libraries required)
Here is a quick hack that adds support for mac/linux via curl (cli tool.) It could use detection of wget/curl as well as better parsing of options and return value so they both match, but it has the rough idea. local https = {} -- hacky OS detection local ostype = package.config:sub(1,1) == "\\...
- Wed Aug 19, 2020 6:18 pm
- Forum: Libraries and Tools
- Topic: [Library] OpenMPT (fine-grained mod-music playing)
- Replies: 3
- Views: 7505
Re: [Library] OpenMPT (fine-grained mod-music playing)
Here is a (badly captured on computer-mic) screen-recording, if anyone wants to see the demo without installing anything:
https://youtu.be/4R6dyj9J1F4
The VUs are broken down by mod-track, so you can see what each track is playing.
https://youtu.be/4R6dyj9J1F4
The VUs are broken down by mod-track, so you can see what each track is playing.
- Wed Aug 19, 2020 6:06 pm
- Forum: Libraries and Tools
- Topic: [Library] OpenMPT (fine-grained mod-music playing)
- Replies: 3
- Views: 7505
Re: [Library] OpenMPT (fine-grained mod-music playing)
I haven't tested on Windows (only OSX and Linux, which I include instructions for installing libopenmpt, in the README.) I think you are probably right, though. It seems like with other FFI things, the DLL can be in a global path, in the love-file, or in the save-folder. I'm happy to share a windows...
- Tue Aug 18, 2020 8:38 pm
- Forum: Libraries and Tools
- Topic: [Library] OpenMPT (fine-grained mod-music playing)
- Replies: 3
- Views: 7505
[Library] OpenMPT (fine-grained mod-music playing)
I wanted more control over mod playing (like VU, song info, etc) so I made this. You will need libopenmpt installed on your system (README has instructions for mac & linux.)