Brad Root
Brad Root
https://github.com/Haidra-Org/AI-Horde-image-model-reference/blob/SDXL/stable_diffusion.schema.json
Hey! Thanks for your interest in this project. At the moment, Aeon Garden is fully in the "early development" phase, so creating stable releases and so on isn't quite in...
Life Saver might be up your alley, too, tvOS and macOS and macOS Screensaver targets should all work: https://github.com/amiantos/lifesaver Same idea, it's a SpriteKit project that builds to a screensaver....
Put in a little 'bounce' animation for now... kinda meh.
Alternative idea would be the ability to export a gamebook to a static generated HTML file right from the app that you can upload somewhere.
Oh, this explains this: > func deletedPage(_: Page) {}
Doesn't look like the delegate method `deletedPage` is actually called anywhere in the codebase, funny
I was curious how NetNewsWire handles iCloud syncing and it looks like it uses CloudKit https://github.com/Ranchero-Software/NetNewsWire/tree/main/Account/Sources/Account/CloudKit Wonder if their implementation is the most straightforward way to implement CloudKit. Since GBE...
Doesn't look like the core data store in GBE has any problem with CloudKit requirements: https://developer.apple.com/documentation/coredata/mirroring_a_core_data_store_with_cloudkit/creating_a_core_data_model_for_cloudkit#3191035
Doesn't seem like it would be all that difficult. And once the database gets into iCloud, we could write a web app. Now, that said, users need to be able...