Hanno Braun

Results 489 comments of Hanno Braun

Thank you for this information, @Protryon! Do you have any experience with or opinion on [`fp-bindgen`](https://crates.io/crates/fp-bindgen) or [`wit-bindgen`](https://github.com/bytecodealliance/wit-bindgen) (or WebAssembly Interface Types in general)? It sounds to me like WIT...

> `fp-bindgen` looks like it's still in its infancy, so you might get a hiccup and fail early (and hopefully fast if at all). `wit_bindgen` seems similar. I've done some...

We've been having some discussions in the [Matrix channel](https://matrix.to/#/#fornjot:braun-odw.eu) lately, and reflecting on those, I've changed my opinion about this issue. I previously saw a WASM-based model system as a...

Thank you for posting this, @Michael-F-Bryan! Very valuable information. I'd like to say that I'm fully on board with what you wrote here, and want to mirror some of the...

Thanks for looking into this, @Michael-F-Bryan! Let's take it one step at a time: 1. We can extend the CI build to compile the crates for which that already works...

Clipboard support in `egui-winit` is disabled now (see https://github.com/hannobraun/Fornjot/issues/807#issuecomment-1277452455), so I figured I'd give this a try. A new problem I encountered is [`robust-predicates`](https://crates.io/crates/robust-predicates): ``` The following warnings were emitted...

Another option might be to replace `robust-predicates` with [`simplicity`](https://crates.io/crates/simplicity), which implements the same predicates using a different technique, in pure Rust.

Oh, forgot to mention: I've been seeing this since egui support was merged (#763).

> Unable to find layer: VK_LAYER_KHRONOS_validation I think that means that you haven't installed the Vulkan SDK. At least it was like that for me, on Linux. Reference: https://github.com/hannobraun/Fornjot/issues/157#issuecomment-1077466905 Maybe...

> Surface does not support present mode: Mailbox, falling back to FIFO I think this is something relatively normal, depending on your hardware. Maybe we can adapt our default though,...