Moses Narrow

Results 91 comments of Moses Narrow

I tested with a machine that I think uses builtin intel graphics. vulkan-intel did not make a difference. When I uninstalled vulkan-swrast, core applications wouldn't run, even with vulkan-intel installed.

I note also that `core.NewTable...SetReadOnly(true)` does not set boolean table fields as read only. It's still possible to toggle the state of the boolean table field with `SetReadOnly(true)`

On further inspection, I believe the syntax highlighting was intentionally done that way for `SetReadOnly` in the docs

> That syntax highlighting is indeed incorrect and is a bug in our [parser](https://github.com/cogentcore/core/tree/main/parse/languages/golang) and the way it handles chained functions. oh, my mistake, I thought it was intentional right...

I ran the following from ssh session to the machine where I have cogent installed; that may be the reason for the logging `No windowing system present` Will try to...

I'm using xfce4 if that is relevant ``` $ go run cogentcore.org/core/gpu/cmd/webgpuinfo@main [wgpu] [Warn] Unable to find extension: VK_KHR_surface [wgpu] [Warn] Unable to find extension: VK_KHR_xlib_surface [wgpu] [Warn] Unable to...

The window briefly appears ; then the example crashes ``` $ go run github.com/cogentcore/webgpu/examples/triangle@main [wgpu] [Warn] Unable to find extension: VK_KHR_surface [wgpu] [Warn] Unable to find extension: VK_KHR_xlib_surface [wgpu] [Warn]...

``` $ go run github.com/cogentcore/webgpu/examples/triangle@main MESA-INTEL: warning: Ivy Bridge Vulkan support is incomplete [wgpu] [Warn] Adapter is not Vulkan compliant, hiding adapter: Intel(R) HD Graphics 4000 (IVB GT2) panic: failed...

I just got it working, by installing [vulkan-swrast](https://archlinux.org/packages/?name=vulkan-swrast) aka lavapipe `go run github.com/cogentcore/webgpu/examples/triangle@main` ![image](https://github.com/user-attachments/assets/72db00b5-0f5d-4072-88c3-efe2e6f1a92e) since this is an outstanding documentation issue, I suggest someone else close it. My issue is...

Sincere thanks for your insights on this. I understand the errors now from your explanation, and what I can do to address them. I suppose I will leave this ticket...