Hey all, I don't write any Lua/LÖVE these days but I got around to publishing a new release of this tool: version 0.4.0. It includes proper support for 11.5 and 11.4 and some small bug fixes and improvements. Enjoy.
https://github.com/camchenry/boon/releases/tag/0.4.0
Search found 79 matches
- Sun Jan 07, 2024 4:50 am
- Forum: Libraries and Tools
- Topic: boon - A build tool for LÖVE
- Replies: 16
- Views: 198654
- Sun Aug 29, 2021 8:17 pm
- Forum: Libraries and Tools
- Topic: boon - A build tool for LÖVE
- Replies: 16
- Views: 198654
Re: boon - A build tool for LÖVE
Hello everyone, I just wanted to let you all know that I released version 0.3.0 of boon two weeks ago. There are minimal changes from the last version, other than updating the default download links. https://github.com/camchenry/boon/releases/tag/0.3.0 Changelog: [0.3.0] - 2021-08-13 Added boon love...
- Sat Apr 18, 2020 7:52 pm
- Forum: Libraries and Tools
- Topic: boon - A build tool for LÖVE
- Replies: 16
- Views: 198654
Re: boon - A build tool for LÖVE
I'm using a Makefile for make my builds (also TravisCI to test and build), so I don't get the point of a build tool. Anyway, it seems pretty nice, I'm going to install and start to use it :) I've tried to design so that it can be used in Makefiles or other build scripts, it's not a replacement for ...
- Wed Mar 18, 2020 1:20 am
- Forum: Libraries and Tools
- Topic: boon - A build tool for LÖVE
- Replies: 16
- Views: 198654
Re: boon - A build tool for LÖVE
Quick suggestion, Ikroth - update the OP here and the GitHub README.md to indicate that Linux is now supported. And Love 11.3 too. ;) I believe that the description is still accurate. boon supports Linux in the sense that there is a binary of boon itself that can run on 64 bit architectures, howeve...
- Mon Mar 16, 2020 12:23 am
- Forum: Libraries and Tools
- Topic: boon - A build tool for LÖVE
- Replies: 16
- Views: 198654
Re: boon - A build tool for LÖVE
Please pardon the double post, but I wanted to announce the next version of boon, 0.2.0, which can be found here: https://github.com/camchenry/boon/releases/tag/0.2.0. This was a primarily bug-fixing and clean-up release, but there are still some good changes. Here's what's changed: Added New build ...
- Fri Mar 06, 2020 6:08 pm
- Forum: Libraries and Tools
- Topic: boon - A build tool for LÖVE
- Replies: 16
- Views: 198654
Re: boon - A build tool for LÖVE
Doesn't work on OSX- even after you install love, it keeps saying "can't find windows version of love" And when you ls that directory it spits out, it shows the love files in the directory it mentions. Hi, thank you for the report. Would you mind opening an issue on GitHub so I can keep t...
- Tue Feb 11, 2020 5:27 am
- Forum: Libraries and Tools
- Topic: boon - A build tool for LÖVE
- Replies: 16
- Views: 198654
Re: boon - A build tool for LÖVE
Hello, just wanted to let you all know that I have updated the library to be compatible with version 11.3 of LOVE. I do not have much time to add new features at the moment, but I am maintaining the library. Please submit any issues on the GitHub repository, thank you.
- Sat Apr 20, 2019 7:23 pm
- Forum: Libraries and Tools
- Topic: boon - A build tool for LÖVE
- Replies: 16
- Views: 198654
boon - A build tool for LÖVE
Hello everyone! Packaging and distribution can be a big hassle for LÖVE, which is why great tools like love-release and other packagers exist. However, installing these can be tricky and error prone. I've experienced a number of dependency issues with love-release (libzip, luarocks, etc.) and it has...
- Mon Mar 25, 2019 5:57 pm
- Forum: Libraries and Tools
- Topic: ImGui LÖVE module
- Replies: 169
- Views: 260069
Re: ImGui LÖVE module
Hello everyone, I got an email notification a few days ago that my pull request to add automatic x64 build support has been merged. This means you should be able to find an "up to date" version of the DLL in the repository now. However, it's still only ImGui 1.53, but it means that future ...
- Sat Jun 23, 2018 3:22 pm
- Forum: Libraries and Tools
- Topic: ImGui LÖVE module
- Replies: 169
- Views: 260069
Re: ImGui LÖVE module
Are there any Love 11.1 binaries out there? For some reason, I'm unable to finish the build process. Cloning and CMake work fine but nmake can't find a makefile and opening the project in VS spits out a lot of errors when trying to compile. You're in luck! I just went through the whole process of g...