Search found 16 matches

by billiam
Wed Dec 16, 2015 8:18 pm
Forum: General
Topic: LÖVE Executor - make .exes from .loves with a simple web app
Replies: 18
Views: 14536

Re: LÖVE Executor - make .exes from .loves with a simple web

So cool. Thanks unek! I like the save-build feature.
by billiam
Thu Jul 16, 2015 5:01 pm
Forum: Libraries and Tools
Topic: [Non-game] Wheeler - OBS overlay (also notes and tips!)
Replies: 4
Views: 3636

Re: [Non-game] Wheeler - OBS overlay (also notes and tips!)

qubodup wrote:I didn't try Open Broadcaster, I was just running the app using love 9.2 and the background was rendered black
Ahh ok, that's working as expected then. It's actually Open Broadcaster which is responsible for doing the transparent composition. The actual love window will always be opaque.
by billiam
Thu Jul 16, 2015 4:17 pm
Forum: Libraries and Tools
Topic: [Non-game] Wheeler - OBS overlay (also notes and tips!)
Replies: 4
Views: 3636

Re: [Non-game] Wheeler - OBS overlay (also notes and tips!)

qubodup wrote:it doesn't work on linux with ATI Catalyst drivers.
I don't have an amd gpu for testing. What issues are you running into? Are they specific to this utility, or to Open Broadcaster?
by billiam
Thu Jul 16, 2015 3:58 am
Forum: Libraries and Tools
Topic: [Non-game] Wheeler - OBS overlay (also notes and tips!)
Replies: 4
Views: 3636

[Non-game] Wheeler - OBS overlay (also notes and tips!)

I've wrapped up and released Wheeler, an Open Broadcaster overlay designed to show racing wheel joystick input. Download, setup instructions, images, and video are here: http://billiam.itch.io/wheeler Source code is here: https://github.com/billiam/wheeler While this may not be directly useful to y'...
by billiam
Wed Jul 15, 2015 4:41 am
Forum: Libraries and Tools
Topic: [Library] Draggable.lua : Tiny window dragging lib
Replies: 2
Views: 2505

[Library] Draggable.lua : Tiny window dragging lib

I wanted to be able to move borderless windows with the mouse and threw this together. I'm releasing it mostly for documentation/example purposes (since there's so little to it), but maybe it's useful as is. Windows can't be dragged offscreen, and it plays nicely with multiple monitors. Basic usage ...
by billiam
Sat Jun 13, 2015 4:32 am
Forum: Support and Development
Topic: Library API feedback: Game autoupdating, launching.
Replies: 10
Views: 3651

Re: Library API feedback: Game autoupdating, launching.

Updated the api a bit, switching callbacks out for a promise implementation , which has some tradeoffs (particularly if you're not already familiar with them). Additionally, it no longer makes assumptions about what it's downloading, or what that destination ought to be, so could be used to fetch mu...
by billiam
Tue Jun 09, 2015 3:23 pm
Forum: Libraries and Tools
Topic: [Library] love-rollbar (Rollbar stacktrace/error reporting)
Replies: 6
Views: 3298

Re: [Library] love-rollbar (Rollbar stacktrace/error reporti

Wow, this is really usefull. Is it possible to host the backend service on own hardware? Yes, but it has the word Enterprise in the title, and I suspect pricing would be a problem. https://rollbar.com/enterprise/ Sentry (http://getsentry.com) is similar service, with a self hosting option though. I...
by billiam
Mon Jun 08, 2015 5:22 pm
Forum: Libraries and Tools
Topic: [Library] love-rollbar (Rollbar stacktrace/error reporting)
Replies: 6
Views: 3298

Re: [Library] love-rollbar (Rollbar stacktrace/error reporti

Rollbar kindly updated a couple of things on their end. Stack traces now appear in most-recent-first order for Lua, with exceptions at the top. Collapsing out-of-project code in stack traces now works as expected I've added support for severity level reporting, and added some convenience methods (Ro...
by billiam
Sun Jun 07, 2015 2:07 am
Forum: Libraries and Tools
Topic: [Library] love-rollbar (Rollbar stacktrace/error reporting)
Replies: 6
Views: 3298

Re: [Library] love-rollbar (Rollbar stacktrace/error reporti

bobbyjones wrote:You really are pushing the use of luajit-request quite a bit lol.
I get a commission every time I mention luajit-request. Luajit-request.
by billiam
Sun Jun 07, 2015 12:10 am
Forum: Libraries and Tools
Topic: [Library] love-rollbar (Rollbar stacktrace/error reporting)
Replies: 6
Views: 3298

[Library] love-rollbar (Rollbar stacktrace/error reporting)

This library reports errors in your games to Rollbar, and is intended for use with games you distribute. Rollbar is non-free, but allows 5,000 events per month at their free tier (and then just stops reporting). URL: https://github.com/Billiam/love-rollbar Current version: 0.1.0 Changelog : [0.1.0] ...