sokol icon indicating copy to clipboard operation
sokol copied to clipboard

Add Swift 6 bindgen support

Open kassane opened this issue 1 year ago • 1 comments

applied in: https://github.com/kassane/sokol-swift

The initial tests during the development of a ported example. Some issues appeared that are explained in reference below.

Not to mention the difficulties associated with the use of custom-modules by .swift or .swiftinterface. If you try to compile multiple files, swiftc may find redundancies in the translated files, e.g. multiple struct Range. (probably while analyzing the files in an attempt to unify all the implementations...)

Reference

  • https://github.com/kassane/sokol-swift/issues/2

cc: @floooh

kassane avatar Dec 06 '24 17:12 kassane

FYI: I'm keeping an I on this, but if I should do something (like merging PRs) please give me an extra ping. The next thing on the list is probably the C3 bindings though (not sure yet when those will be ready for merging).

floooh avatar Dec 07 '24 11:12 floooh