-
Using a pure Rust implementation, the use of Piston makes the most sense to implement any graphical component. Implmenting a map + sprites for combat seems feasible, but a Widget based interface for o…
-
Whenever I try to import/export the current config file in Mouse Configurator, the application crashes.
When I ran `$ mouse-configurator`, I see this in stdout at the very end:
```
thread 'main' …
-
### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
I installed the 'linux' zed release. If I run it, it just appears to hang.
If I run with `--for…
-
Last night I installed the default XeroLinux on a new ssd.
Within the rust install, I selected customize, nightly, default, proceed.
```
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs …
-
GUI will stall due to being stuck in an intermittent state if the server tries to start after it's already started. The Rust code returns an error here, but it's thrown as part of the stream handling …
-
Hi, I'm big fun of this project for many years! Thanks for workin on it.
Have you thought about compiling it to [WASM](https://developer.mozilla.org/en-US/docs/WebAssembly/C_to_wasm)? It seems like a…
-
Subscribe to this issue and stay notified about new [daily trending repos in Rust](https://github.com/trending/rust?since=daily)!
-
It seems like the build files for `glfw` is not being pulled in properly.
```
simon@localhost:~/projects/rust-gamedev-kit$ ./build-libraries.sh
++ dirname ./build-libraries.sh
+ cd .
++ pwd -P
+ RUS…
-
Potential solution:
Use racket for the gui + editor + graph manipulation layers then when at component level one could choose to implement a node in racket but if one needs performance it should be…
-
Example:
vim-go can not find correct $GOPATH under Arch when $GOPATH was set /opt/go.
rust.vim can not find rustfmt command, which is under /opt/rust/.cargo/bin
Consider moving them back, under …