Kai O'Reilly
Kai O'Reilly
Thanks for providing those possible use cases; I will work on adding support for both user and developer control of monitor placement soon.
As part of this I will also add support for making windows default to fullscreen (#1140).
We implemented full support for customizing the monitor, fullscreen, and geometry properties of windows both when starting them and while they are running in #1341 and #1364. If you update...
@celer Thank you for reporting this. Can you please paste the output of [webgpuinfo](https://github.com/cogentcore/core/tree/main/gpu/cmd/webgpuinfo) and `vulkaninfo` to help us debug this? Thank you! FYI, I transferred this issue to `cogentcore/core`,...
I will look into this issue and improving BSD support soon (relevant to #572).
Thanks for reporting this. Does this happen when using `core run` or `go run .` from the terminal, or does it only happen when using the VS Code run/debug tool?
Thank you for reporting this. I can reproduce this and we will work on fixing this soon.
If you only need to support running on web, you could link arbitrary JS scripts in the `index.html` and call necessary JS functions using `syscall/js`. However, for cross-platform support, it...
You could try using a [canvas](https://www.cogentcore.org/core/widgets/media/canvases) for the animation, which would be easier than trying to superimpose an existing wasm animation on an app.
Thank you for asking about this. Cogent Core apps are served statically, but that does not limit your ability to interact with a dynamic server. For example, based on your...