Louis Pearson

Results 22 issues of Louis Pearson

## Problem Currently each game either uses text or custom graphics to spell out what the controls are, generally by mentioning the keyboard keys to press. This works as long...

I've gotten WASM4 running on the RG351M, but there is no way for me to play games that require mouse input. We should add a libretro option to emulate the...

enhancement

I was using the stopwatch app while to track the cure time of epoxy (I didn't use the timer because I was working on many items in quick succession). I...

Section 3.4 states that the game is running slowly due to unbatched draw calls, but the reality is that rust's debug mode is very slow. Compiling in release mode or...

Context: I am setting up mopidy-ytmusic on NixOS. There isn't access to mopidyctl for some reason, so I've had to manually fill out the `auth.json` I was having a strange...

question

Is this the right place to put this sort of thing? On HaxeUI.org, the links to the wiki return an error 404 code. This is not great as it can...

FLAC is a losslessly compressed audio format. There are two ways to get this supported: find a C library with no libc dependency and set up a build process for...

Audio DSP is very natural to program using a signal-flow graph, which in the context of audio we can just call an audio graph. Many audio APIs use it as...

feature-idea
proposal

I am attempting to build zero-graphics on NixOS, but I'm getting an error from llvm about fixed point multiplication. This is probably an issue with zig or clang. - zig...

bug