Linus Leo Stöckli
Linus Leo Stöckli
The raw values are stored in 16bit signed integers and can be read out. Please implement this in the library as well, currently only unsigned ints are implemented (temperature).
Are there plans to bump this to embedded-hal-1.0? I have not found an easy way to share an I2C and SPI bus between different tasks in embedded-hal-1.0 but it was...
Implement a smart data parser that can not only parse the following (as previously) ``` [HK]: Idle, 200.0, 123, 2, 3, 3, 4 ``` but also mutiple data packets (multi-line):...
When I put the 3D plot example in a ```rust ui.horizontal(|ui| { ... }) ``` inside the central panel, I get the following: I expect it to show the same...
**Is your feature request related to a problem? Please describe.** I want to create a GUI application that can open CSV files. On macOS, if you put the following lines...
Hello, **Describe the bug** I noticed on macOS 15.3.2 on my MacBook Pro M2 and with the latest egui state (github) that when launching the executable (`cargo build --release`) by...
Is there a branch/progress for updating eframe to the latest winit release? It is probably going to look like that: - introducing a new Event: `egui::Event::FilesOpened { paths }` -...
This is useful for Quicklook plugins (`.appex`) and similar. They do not go into the Frameworks or Resources directory but in their own PlugIns directory
Addresses #145. I had to update the `extract_into()` method such that it works for bundles/directories that are zipped. Additionally, I added an example in the `README.md` to describe the usage...
First of all, thank you very much for the work on this cool and very useful project! I am running a GUI on macOS. It is bundled like this: ```shell...