redstrate.com/content/software/gallery/index.md

23 lines
720 B
Markdown
Raw Normal View History

2022-08-29 10:46:26 -04:00
---
title: "Gallery"
2022-09-21 10:49:57 -04:00
date: 2020-01-25
2022-08-29 10:46:26 -04:00
draft: false
2025-04-12 11:03:07 -04:00
source: "https://code.ryne.moe/redstrate/gallery"
2022-08-29 10:46:26 -04:00
license: MIT
2023-06-23 14:42:45 -04:00
projtags:
2022-08-29 10:46:26 -04:00
- Swift
- UIKit
- iOS
- macOS
2022-08-29 10:50:32 -04:00
layout: "project"
aliases:
- /projects/gallery
2023-03-01 14:02:08 -05:00
summary: "Local booru for macOS and iOS devices."
2022-08-29 10:46:26 -04:00
---
2022-09-14 11:01:55 -04:00
I had always wanted to build a local booru application, especially for Apple devices. This was also an experiment in Mac Catalyst, which released the same year.
2022-09-14 11:13:34 -04:00
![Screenshot of the main user interface](showcase.webp)
2022-08-29 10:46:26 -04:00
This utilizes UIKit for it's GUI, and uses Apple's own Core Data framework to actually build relationships between tags, images, etc. To run on macOS, it uses Mac Catalyst. The actual functionality of this is incredibly basic, but it does work!