Bartłomiej Maryńczak
Bartłomiej Maryńczak
Looks like a too old rustc version, those methods were stabilized in rust 1.70.0
This got partially implemented in 0.2, but I'm leaving this open as the idea of auto sizing based on a song is still not there, and would be cool to...
> @PolyMeilex is the note range settings available in the cli app? Yep, but only in the config file (not tested tho)
What's your platform? The config is a `.ron` file, in the .config/Neothesia directory on Linux, on windows it's just in the same dir as the binary run director. You essentially...
That's a bug, I belive this is [now](https://github.com/PolyMeilex/Neothesia/commit/ed44cbdf9ea602b11f0fad98a839ce5e283777aa) fixed on main. Although looking at the code I'm supprised that the config loaded succesfully in CLI mode at all. It was...
Bare bones POC running with webgl in the browser :rocket: 
wgpu (graphics api used by Neothesia) fails to initialize DX12 (Win 10 addition), and it's DX11 backend is still in WIP/TODO, so the next fallback is probably Vulkan but that...
@commandblock2 wgpu does not require backend specific code, but sometimes it simply can't bypass stuff like hardware simply missing some functionality, in case of windows it's DX11 backend is still...
> ~~Well I'm no Smithay maintainer but still curious whether this will help with integrating `tearing-control-v1` or not? Because it seems quite promising!~~ > > It actually does. Yep, it's...
Ok, I belive this is ready. Although I still can't test the atomic path, even tho my driver started to report `AtomicASyncPageFlip` as supported recently, any attempt to page flip...