IchorDev
IchorDev
I'm working on a project which would greatly benefit from natively-supported 64-bit seeds — perhaps using a similar mechanism to switching between float/double for input. The only workaround I can...
Having the option to receive keyboard/mouse events from non-SDL windows would be really useful. Without this, stuff like a system-wide "push-to-talk" key, and receiving scroll events while the user has...
Newer versions of XCode export a bunch of `_objc_msgSend$` symbols: https://stackoverflow.com/a/74054943/
I get a crash with a message that Vulkan 1.2 is not supported when running v0.3.5 in Minecraft 1.20.1 using Fabric Loader 0.14.24. I'm using an Apple M1 Mac-mini running...
GitHub's markdown allows for single-column tables. | My Header | |-----------| | Item A | | Item B | | Item C | Written as: ``` | My Header |...
Same changes as https://github.com/ParticlePeter/V-Erupt/pull/5. Vulkan uses `_T` instead of `_handle`, so when linking (e.g. for using ErupteD in a static library with `extern(C++)` declarations) the mangling is incorrect, and the...
- Consolidate the 4 separate sets of bindings into 1, using conditional compilation. - Use BindBC-Common `~>0.1.1`. - Consider renaming some symbols. - Bind older Lua versions, or maybe even...
Having this problem on macOS 14.5 (M1), using both SDL 3.1.3 and [this commit](https://github.com/libsdl-org/SDL/commit/014b473bcc392cf8b1e83959602f973cb3afebf3) from just now. Here's a screen-grab of a while envelope:  It seems to be caused...
Adds `*_sliced` variants of the following functions that accept an additional length parameter for strings instead of using null-termination: - `quiche_version_sliced` - `quiche_enable_debug_logging_sliced` - `quiche_config_load_cert_chain_from_pem_file_sliced` - `quiche_config_load_priv_key_from_pem_file_sliced` - `quiche_config_load_verify_locations_from_file_sliced` -...