core icon indicating copy to clipboard operation
core copied to clipboard

A free and open source framework for building powerful, fast, and elegant 2D and 3D apps that run on macOS, Windows, Linux, iOS, Android, and the Web with a single pure Go codebase, allowing you to Co...

Results 344 core issues
Sort by recently updated
recently updated
newest added

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.36.0 to 0.45.0. Commits 4e0068c go.mod: update golang.org/x dependencies e79546e ssh: curb GSSAPI DoS risk by limiting number of specified OIDs f91f7a7 ssh/agent: prevent panic on malformed...

dependencies
go

### Describe the feature I want to use Gocv to capture video from a USB camera. Which widget should I use to display this? - Gocv https://github.com/hybridgroup/gocv ### Relevant code...

enhancement

### Describe the bug ```shell core pack cp -p darwin /Users/a/gocode/coreaoi/bin/darwin/Coreaoi.app/Contents/MacOS/Coreaoi.app cp: darwin: No such file or directory core pack failed: failed to run "cp -p darwin /Users/a/gocode/coreaoi/bin/darwin/Coreaoi.app/Contents/MacOS/Coreaoi.app: exit status...

bug

This updates core/gpu to the API changes in https://github.com/cogentcore/webgpu/pull/8 -- it won't work until that is merged and the libraries are updated and committed. It can be used until then...

### Describe the bug I can not predict what setting will be in either panel. Just have to randomly look at both to find what I'm looking for. Even the...

bug

## Description I'm encountering an image scaling issue with the cogentcore framework. I'm using a 1920x1080 image as a background, but it remains at its original size and doesn't scale...

bug

### Describe the bug Hello!! I'm trying to run the demo, but I get the following error `PS C:\Users\a.pidlypnyi> go run cogentcore.org/core/examples/demo@main 2025/10/09 23:26:17 panic: runtime error: index out of...

bug

### Describe the feature The PDF rendering really needs to support indent and hanging indent. This is not possible without taking over the go-text shaping system.. ### Relevant code ```go...

enhancement

### Describe the bug If you have widgets with different Properties set, clicking on them only shows the first property value you click on -- it is not updating to...

bug