rhx / SwiftGtk

A Swift wrapper around gtk-3.x and gtk-4.x that is largely auto-generated from gobject-introspection
https://rhx.github.io/SwiftGtk/
BSD 2-Clause "Simplified" License
317 stars 26 forks source link

Use DocC if open-sourced #52

Open mikolasstuchlik opened 2 years ago

mikolasstuchlik commented 2 years ago

An official Apple account mentioned, that DocC might get open-sourced someday.

If it does, we should use it instead of 3rd party library.

We should also update gir2swift in order to get advantage of the new grammar.

https://developer.apple.com/forums/thread/682023

rhx commented 2 years ago

Yes, this is definitely something that would be nice. Apart from not being open source (yet), another potential stumbling block is that DocC is not compatible with GitHub Pages at the moment.

wannafedor4 commented 1 month ago

@rhx https://www.swift.org/blog/swift-docc/ :) its open now

rhx commented 1 month ago

Yes, I'm transitioning things over on the development branch (not yet ready to merge, though).