skydig

Results 27 comments of skydig

everything is ok when i remove following line from the file lib.rs if cursor_icon == egui::CursorIcon::None { mq_ctx.show_mouse(false); } else { ///////////////////remove this line mq_ctx.show_mouse(true); let mq_cursor_icon = to_mq_cursor_icon(cursor_icon); let...

> ![Screen Shot 2022-09-05 at 12 12 40](https://user-images.githubusercontent.com/1148717/188425521-08649193-1bdb-475f-81f2-533c6205dc75.png) > > Looks good for me. > > The issue template asks you to fill in your OS etc OS is windows...

> There is one thing I find: event loop prioritize re-render event than input event. It look better, but I still lack of way to reproduce properly. may be later...

same issue under ubuntu Linux ubuntu 5.4.0-99-generic #112~18.04.1-Ubuntu SMP Thu Feb 3 14:09:57 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux cargo run --features "iced/glow iced/glow_canvas" --package game_of_life Finished dev [unoptimized +...

I pull latest code, issue still exists for some example, cargo run --features "iced/glow iced/glow_canvas" --package solar_system Finished dev [unoptimized + debuginfo] target(s) in 0.27s Running `target/debug/solar_system` Error: GraphicsAdapterNotFound

@genusistimelord I USE VIRTUAL MACHINE(VMWARE) TO RUN UBUNTU , I use internal display card(Iris Xe Graphics) and CPU is 11th Gen Intel(R) Core(TM) i5-1135G7 how to fetch more GPU information...

lspci -k|grep -EA3 'VGA|3D|DISPLAY' 00:0f.0 VGA compatible controller: VMware SVGA II Adapter Subsystem: VMware SVGA II Adapter Kernel driver in use: vmwgfx Kernel modules: vmwgfx 00:10.0 SCSI storage controller: LSI...

@genusistimelord I think the reason to fail to run example 'tour' is different? cargo run --features "iced/glow iced/glow_canvas" --package tour Compiling tour v0.1.0 (/home/alcatel/iced/examples/tour) error[E0277]: the trait bound `iced_glow::backend::Backend: iced_graphics::backend::Image`...

@genusistimelord I clone https://github.com/genusistimelord/iced.git result is same as before cargo run --features "iced/glow iced/glow_canvas" --package solar_system Finished dev [unoptimized + debuginfo] target(s) in 1.17s Running `target/debug/solar_system` Error: GraphicsAdapterNotFound

ppc example,wish helpful .cargo/config [target.powerpc64le-unknown-linux-gnu] linker = "powerpc64le-linux-gnu-gcc-7" [target.powerpc64-unknown-linux-gnu] linker = "powerpc64-linux-gnu-gcc-7" rustflags=["-Ctarget-cpu=e5500"]