Thomas Hansen

Results 19 comments of Thomas Hansen

Found your code for rhai_egui, I am having trouble compiling it. After updating the Rhai version from 1 to 1.7 and egui, eframe, I have several compile problems. Will start...

I have not. You certainly have though it looks amazing. I am going to convert ABOKADO, a Japanese language learning example. I name tech stuff after foreign fruit. http://abokado.herokuapp.com/ I...

What apps are you able to zoom in? My understanding is that zooming is a browser only event currently. ``` pub use egui::Context; let mut ctx = egui::Context::default(); if ui...

Accessing the minus and plus buttons are not possible for hotkeys on EGUI as of yet as far as I am aware of. Keys such as ; are not international...

I think this is relevant [docs](https://docs.rs/wayland-client/0.24.0/wayland_client/protocol/wl_data_offer/index.html) [drag and drop wayland](https://emersion.fr/blog/2020/wayland-clipboard-drag-and-drop/) line 68 winit>src>lib.rs ```rust pub fn new_with_wayland_display(wayland_display: Option) -> Self { Self { start_time: instant::Instant::now(), egui_input: Default::default(), pointer_pos_in_points: None, any_pointer_button_down:...

I want an ocean with a skybox and a space demo. I think they are great starting points to add game assets too that do not require a terrain editor...

> @thomas992 Do you want to contribute? https://github.com/cosinekitty/astronomy/issues/237 I want to have an accurately positioned and scaled solar system, I am going to start converting parts of Astronomy engine to...

``` ./servo --pref dom.webgpu.enabled https://austin-eng.com/webgpu-samples/samples/helloTriangle TypeError: k(...).getBoundingClientRect is not a function TypeError: k(...).getBoundingClientRect is not a function TypeError: k(...).getBoundingClientRect is not a function TypeError: k(...).getBoundingClientRect is not a function TypeError:...

> How can test the OpenGL fix please? the command is -gl I tried both radeon and K_ICD_FILENAMES=/usr/share/vulkan/icd.d/intel_icd.x86_64.json %command% and neither fix Survival Chaos loading for me my regular has...

Using Clear Linux on a flatpak runs DoTA without error except that the shaders do not cache at start, had to adjust some video settings I was going to adjust...