progrium / darwinkit

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

complete coregraphics support #271

Open nmichlo opened 4 weeks ago

nmichlo commented 4 weeks 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 4 weeks ago

Yep! Functions are next on roadmap.

nmichlo commented 2 weeks ago

@progrium fantastic!