Merlyn Morgan-Graham

Results 37 issues of Merlyn Morgan-Graham

Any interest in seeing examples of use with other audio libraries/frameworks? A few random suggestions: - OpenAL - MiniAL - Using system DirectSound/CoreAudio/ALSA directly - ? I found several bigger/high...

Is there currently a way with Butler to share common data between different platform builds, so we can just upload the shared game data once, even when supporting 3 OSs?...

I found this out while trying to run the Nuklear Oryol sample app. Repro: 1. Fetch oryol-samples and build them with fips 2. `fips run NuklearUIAdvanced` Expected: Runs just fine...

I see that [Tup is supposed to be able to deal with spaces in input filenames](https://github.com/gittup/tup/blob/master/test/t4175-space-filename.sh), but when I use a space in an _output directory name_ it seems to...

For some third-party libraries (right now I'm just thinking about Nuklear) it would be useful to have a callback that is called before the event queue gets processed for the...

sokol-app

### Zig Version 0.12.0-dev.3403+b5cef9e8b ### Steps to Reproduce and Observed Behavior 1. `zig init` 2. `git clone https://github.com/mackron/miniaudio` 3. edit `build.zig`, and add these lines just after the `const exe...

bug
translate-c

Repro steps: 1. Create project that relies on non-default include paths 2. Install plugin 3. Edit project file, and add your non-default include path to `cc_include_options`. Save your changes 4....

I can open `C:\windows\system32\notepad.exe` on `\\localhost`, but I cannot open `C:\Program Files (x86)\Vim\Vim72\vim.exe`, even though the file exists. I believe this is because it can't handle spaces in the filename....

We should both be more flexible, and allow less inconsistent/poor choices for parameter names. E.g. `pwd` should be `password`, or `pass`, or `p`. It should also support a hyphen instead...

Needs investigation. I can't seem to get it to work against a Windows 7 machine. I have made sure the Admin share is accessible, so I don't think that's the...