Red Artist

Results 199 comments of Red Artist
trafficstars

I might have realized this too late. but is there actually a point in exposing CompositeAlphaMode ? because transparency works right now. and the mode is still hardcoded as Opaque...

I am making an egui app and used transparency on both windows and linux (1070ti) without any issues. I just cloned and ran the hello-triangle example from wgpu repo by...

@unrelentingtech none of the pre/post composite modes work on windows dx12 backend. and all of them work with transparency on vulkan backend (but i do get validation errors saying only...

https://github.com/tokio-rs/mio/issues/1444#issuecomment-867685922

its been a couple years, but is there any progress in regards to this issue? I would like to embed lua into my rust wasm app for scripting, but the...

I will try to add some info. as @lenscas mentioned, fengari is just a lua vm implemented in JS. wasmoon is a wrapper around lua54 C VM compiled into wasm,...

a lot of crates usually only support `wasm32-unknown-unknown` and seems like winit does the same :crying_cat_face: which makes this useless for embedding in apps / games. but emscripten already supports...

reply in that thread > Nope, there hasn't been any progress :( Everyone working in this space has been busy with other things. i guess this issue will go back...

I am happy to get anything, but just wanted to know why lua 5.3 instead of 5.1 (which works on luau / luajit)? the whole internet including apps like [mpv...

https://github.com/cjneidhart/lua-in-rust Seems to be a wip lua impl