diff --git a/content/software/gallery/index.md b/content/software/gallery/index.md index 5ba0f33..e1225df 100644 --- a/content/software/gallery/index.md +++ b/content/software/gallery/index.md @@ -9,9 +9,6 @@ tags: - UIKit - iOS - macOS -resources: -- src: img/mobilefort.png - name: Screenshot layout: "project" --- @@ -20,6 +17,8 @@ Local booru for macOS and iOS devices. --- -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. +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. + +![Screenshot of the main user interface](showcase.png) 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! diff --git a/content/software/gallery/showcase.png b/content/software/gallery/showcase.png new file mode 100644 index 0000000..4204573 Binary files /dev/null and b/content/software/gallery/showcase.png differ diff --git a/content/software/graph.md b/content/software/graph/index.md similarity index 94% rename from content/software/graph.md rename to content/software/graph/index.md index c1ce3ce..e914f71 100644 --- a/content/software/graph.md +++ b/content/software/graph/index.md @@ -19,6 +19,8 @@ Game engine utilizing Vulkan and Qt. Following up [XT]({{}}), this was my first adventure into Vulkan - which was a relatively new API at the time. This is an extremely old project, but this is where the majority of my Vulkan knowledge was born from. Unlike some of my older projects I've recovered recently, this one actually has **all** of my commit history intact! +![Screenshot of the example application](screenshot.png) + This features things such as: * Working depth of field pass utilizing near and far fields. * This was started back when the engine was originally conceived but I actually finished this feature recently :-) diff --git a/content/software/graph/screenshot.png b/content/software/graph/screenshot.png new file mode 100644 index 0000000..0e751ad Binary files /dev/null and b/content/software/graph/screenshot.png differ diff --git a/content/software/realm-of-chaos.md b/content/software/realm-of-chaos/index.md similarity index 94% rename from content/software/realm-of-chaos.md rename to content/software/realm-of-chaos/index.md index ae3e90d..d70aeb9 100644 --- a/content/software/realm-of-chaos.md +++ b/content/software/realm-of-chaos/index.md @@ -18,6 +18,8 @@ Rogue-like game with a couple of interesting features. This is my attempt at building a rogue-like game for the first time, but I'm pretty happy with it's feature set. The whole thing is still full of programmer art. +![Screenshot of one the game areas](screenshot.png) + For example, it features **multiplayer** that is actually turn-based but does function! There's also a dynamic lighting system that can be interacted with in-game by picking up or throwing a torch - for example. The combat is also based on hacking off parts of your victim, but you could also try to influence them by talking and interacting with them. The AI is advanced enough to also chase after you, utilizing A* pathfinding. \ No newline at end of file diff --git a/content/software/realm-of-chaos/screenshot.png b/content/software/realm-of-chaos/screenshot.png new file mode 100644 index 0000000..b654a6e Binary files /dev/null and b/content/software/realm-of-chaos/screenshot.png differ