Billy Messenger
Billy Messenger
Could you please add instructions on how to build and install this in the README please? Also a list of dependencies would be great.
# Development Sprint ## Fix/Merge/Close active PRs: - [x] #166 - [ ] #165 - [ ] #147 - [ ] #146 - [ ] #144 - [ ] #140...
I found this game on FDroid and like it a lot! I have three suggestions to have it fit the way I like to play better. --- The first is...
I'm getting a crash when trying to run the demo in Linux with the vulkan backend. This is the backtrace: ``` thread 'main' panicked at 'index out of bounds: the...
The CI workflows fails now with the error: ``` package `addr2line v0.21.0` cannot be built because it requires rustc 1.65 or newer, while the currently active rustc version is 1.62.0...
When I call `clap_plugin.destroy()` one of these example plugins, I get a crash saying `double free or corruption (out)`. I've made sure that I'm only calling `clap_plugin->destroy()` once. I've tried...
When my host returns a pointer to a `clap_host_audio_ports` struct after receiving the "clap.audio-ports" extension id from the plugin in `clap_host->get_extension()`, then the plugin later asserts with: ``` /home/billydm/Dev/clap-plugins/clap-helpers/include/clap/helpers/host-proxy.hxx:38: void...
It seems that glyphon is not doing proper alpha blending. I've made a small test app that renders small text at a size of 13.0, and the text appears too...