progrium / darwinkit

Native Mac APIs for Go. Previously known as MacDriver
MIT License
5.01k stars 160 forks source link

complete coregraphics support #271

Open nmichlo opened 3 hours ago

nmichlo commented 3 hours ago

coregraphics is currently largely unexposed via darwinkit.

Some of the functions are needed for efficient coreml inference, especially if creating CGImages from raw data or bytes.

e.g. CGDataProviderCreateWithData and CGImageCreate

progrium commented 3 hours ago

Yep! Functions are next on roadmap.