Dylan Perks
Dylan Perks
# Summary of the PR Adds a CustomFileIO class which allows a Stream factory to be used in the context of a FileIO implementation in Assimp. # Related issues, Discord...
Closes #2210
## Summary One problem in GLFW today is that all the event methods process all events in the underlying native queue. This causes some problems on some platforms in some...
# Summary of the PR A work-in-progress rewrite and design for windowing in 3.0. **NOTHING IS FINAL**. I am mostly experimenting here, as there is currently no proposal. Once I'm...
Implements the now-approved proposal.
I believe this is what will fix #2430
Our SDL3 native binaries aren't compiled with X11 and as a result only works with Wayland. We should rectify this. This is as evidenced by the following log lines in...
# Summary GLFW does not expose callbacks for joysticks and gamepads, meaning that in order to get updates from these devices, Silk.NET must get the state from GLFW every `Update`...
Title says all. One line change.