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

* detect when screen is not avail and just go into some kind of hibernation mode * when screen becomes avail again, do full reset, including geom files which seem...

I have installed VulkanSDK to ~/VulkanSDK/1.3.216.0,but when go build under /examples/widgets failed with error "library not found for -lMoltenVK" .how to fix it

I'm using Fedora and I followed the [Wiki](https://github.com/goki/gi/wiki/Install#Linux) to install the dependencies for `gi`. When I tried to run `make build` in `examples/basic`, I would get: ``` go build -v...

frustrum NDS coords probably provide the relevant basis, at least for global actions. actions on objects can use their local xforms.

and bikes from CU3D100 cause crashing.. maybe texture issues? some load at start then crash..

Resizing or F5 refresh fixes it -- not a permanent damage.. The Window level UpdtRegs etc all look fine. Seems like Drawer is in a bad state. Made stuff visible...

Hi,In my project, if I need the client to access the camera and microphone of this machine, how can I use GI to realize it? thank you.

Hi,In the process of using “goki/gi”, I found that there is a serious lack of systematic API documents and friendly tutorials. I can only explore and ponder one by one...