MindSwipe

Results 10 issues of MindSwipe

Is it currently possible to gain direct access to the native window handle for platform specific use? For example, I'd like to call [SetCapture](https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-setcapture) on Windows passing the window handle....

question
shell

This would make the entire tech stack pure Rust, it would also make it easier to compile the shaders, no more reliance on external and no more `Makefile.toml` Since wgpu...

enhancement
resolution: external
module: routines
client: other

I'm experimenting with a homegrown game engine and I'd like to make it modular, where each individual module is compiled to WASM and then loaded at runtime, and as the...

C-Enhancement
P-Low
D-Difficult

I'm getting a thread panic when trying to start a new audio stream. The full error message reads ``` thread 'main' panicked at 'build_output_stream failed with all supported formats: FormatNotSupported'...

**Describe your feature request** It would be great to have either an in-game console, or using the browser console, to be able to issue debug commands, stuff like setting your...

feature request

**Describe the bug** Running `make` in the server directory doesn't work on Windows, so I copy and pasted the command that make would run into the terminal and ran that,...

bug

Before actually transitioning to the new state, I want to do some check(s) and potentially abort the transition but the `StateRepresentation.addExitAction` and `stateConfiguration.onExit` don't have an overload that takes arguments....

Currently systems are an array, and must be passed when constructing the simulation. This kinda limits the flexibility of Tofu

I started getting a NullPointerException when generating my changelog recently >liquibase.exception.CommandExecutionException: java.lang.RuntimeException: java.lang.RuntimeException: java.lang.NullPointerException: Cannot invoke "liquibase.structure.core.DataType.getTypeName()" because the return value of "liquibase.structure.core.Column.getType()" is null This is happening at the...