Kai O'Reilly

Results 459 comments of Kai O'Reilly

The commit above fixes this issue using a hacky workaround as described in the commit message.

For audio, [hajimehoshi/oto](https://github.com/hajimehoshi/oto) probably makes the most sense, as it has good cross-platform support and is maintained. For video, using a wrapper on ffmpeg (like [u2takey/ffmpeg-go](https://github.com/u2takey/ffmpeg-go)) might be the best...

The development of this has moved to https://github.com/goki/video, but I will leave this issue here as a v2 milestone item.

@c1ngular Yes, there is a WebGPU video texture feature that we should be able to use to implement hardware accelerated video rendering at some point relatively soon.

@oderwat The underlying package behind beep [says](https://github.com/ebitengine/oto#platforms) that it works on all of the platforms we support, so you should be able to play audio files using beep in the...

Thank you for reporting this! We will work on fixing this now.

Thank you for reporting this. We will add docs to the website on the config file. In the meantime, please see https://github.com/cogentcore/cogentcore.github.io/blob/main/core.toml for an example and https://github.com/cogentcore/core/blob/main/cmd/core/config/config.go for a list...

@emicklei Thank you for suggesting this. I will add support for something similar to this when I have the time; it makes sense to have a generic function that gives...

@DGASUK Thank you for reporting this. This should be fixed now with the latest versions of emergent and leabra (pull the latest version on the main branch). Please let me...

I will consider implementing something for that simple case of consistent width. You can also just use a normal layout with `Wrap` set to true.