Oliver
Oliver
This allows the `event` and `raw_event` handler functions to access the id of the window the event is being fired on. This is useful for supporting multiple windows and being...
**Is your feature request related to a problem? Please describe.** Currently, only static linking is supported. It would be nice to be able to dynamically link to LLVM. **Describe the...
Hi everyone! What are your thoughts on implementing a WGPU graphics backend? This seems related to #129 and #134. I'm wondering if there would be any benefit to using WGPU...
When I tried loading a BSP file the engine would crash from an assert with the value being null. I just changed the use of an operator overload to the...
**Description** When resizing the window, the wpgu surface does not keep up with the size of the window. This is possibly a problem with winit instead. **Repro steps** Run any...