Landon Manning

Results 151 comments of Landon Manning

In my particular application, I am executing a call to the default browser. ``` if love._os == "Windows" then os.execute("start https://google.com") end if love._os == "OS X" then os.execute("open https://google.com")...

Perhaps interpreting start, open, and xdg-open as a call for a new tab?

https://github.com/excessive/ludum-dare-38/blob/master/src/input.lua https://github.com/excessive/ludum-dare-44/blob/master/src/GameInput.hx We tend to already abstract our input into actions so if we just let lovr/openxr handle it, that seems like a win.

Why even bother with inferring? Lua tables can be keyed with any kind of string, so just make it 1:1. ```lua function lovr.conf(t) t.actions = { select = { type...

Also notable, it is important to allow actions to be defined without any keymappings or bindings so that games are able to allow users to customize their controls, at least...

not being able to bind mappings to actions after init is a complete failure of open xr, then. the localization makes sense but i don't think inference is the right...

If I spin up a brand new CentOS 7 server on some VPS service and fully update it via `yum upgrade` and then `yum install rkt`, will it actually install...

It would be nice to have a tool that spits out both .deb and .rpm files. I believe that coves a very large portion of the Linux userbase (the entire...

@popey how about appimage? :)

That's handy~ But it is not exposed to Lapis yet, is it? I couldn't see anything in the docs.