cogentcore / core

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 Code Once, Run Everywhere.
http://cogentcore.org/core
BSD 3-Clause "New" or "Revised" License
1.31k stars 71 forks source link

Add support for purego #973

Open kkoreilly opened 3 weeks ago

kkoreilly commented 3 weeks ago

Describe the feature

Using https://github.com/ebitengine/purego could simplify development and deployment prerequisites. This is not a high priority, but we should look into this at some point. This was originally https://github.com/goki/vgpu/issues/10.

Relevant code

No response