Jason Cheng
Jason Cheng
I want to have multiple windows in my program, which is why I want to be able to handle the glfw myself. If I use `nanogui::mainloop()` to handle everything for...
Hello, I discovered rama through the "This Week in Rust" newsletter. I'm decently familiar with Rust, and I'm interested in working on a networking project such as rama. @GlenDC are...
I haven't had time to work on this recently. I can push my work so far, and Babbleshack can take over.
I don't mind if others take over my issue. It's honestly been way too long since I've been able to spend time on this project, and things do need to...
@Babbleshack what I have so far is at https://github.com/jc65536/rama/tree/jason/rama-roto
The fix is to put single quotes around your numbers.
Option + shift + 0 does not work even for any other keyboard shortcut. MacOS seems to register the combo as Option + shift + comma. Try it here: https://w3c.github.io/uievents/tools/key-event-viewer.html
Temporary fix is to do `mod2 + ','` instead of `mod2 + '0'`
We may have had different issues since my mod key was option + shift. Sorry, I can't reproduce your issue using ctrl+shift unfortunately. Side note, after a reboot I am...