Dana Marcuse

Results 108 comments of Dana Marcuse

Thanks! I've been thinking a little bit more about reusability and thought that it might be possible to write a tool to parse the headers and generate Rust code or...

I was assuming he meant runtime-optional, as in one binary that can enable/disable OpenCL support automatically.

I've been working on a new crate, `dynamic_ocl`, which dynamically loads OpenCL at runtime. A very early (and relatively incomplete) alpha release is available on [crates.io](https://crates.io/crates/dynamic_ocl) if anyone is interested.

You can use [the `patch section` of your Cargo.toml](https://doc.rust-lang.org/edition-guide/rust-2018/cargo-and-crates-io/replacing-dependencies-with-patch.html) to use the forked version with the fix until it's merged

I don't think there's enough support for that. Of our dependencies, only a couple provide a `module-info.java` to begin with.

Once I have time I'll look into adding a generic toast/snackbar system to `Renderer` - it would also be handy for things like notifying the user when drag-and-drop has completed.

I was thinking of just adding a Lua API and a startup script to invoke it, and then running it with a timeout

The JFX plugin being enabled does not switch the renderer, which renderer is set in the general options? It defaults to the AWT renderer.

Java 11 no longer includes JavaFX, which is why you're getting that error. Could you try and get a video recording of the artifacts you're getting with the AWT renderer?...

Crashes shortly after opening for me ```13:15:36.952 [INFO ] Created new computer ID 0 X Error of failed request: RenderBadPicture (invalid Picture parameter) Major opcode of failed request: 139 (RENDER)...