-
Notifications
You must be signed in to change notification settings - Fork 0
/
apps.html
201 lines (198 loc) · 12.9 KB
/
apps.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
<!DOCTYPE html>
<html lang="en">
<head>
<title>My Apps — thisIsTheFoxe</title>
<link rel="apple-touch-icon" sizes="180x180" href="./assets/images/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="./assets/images/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="./assets/images/favicon-16x16.png" />
<link rel="manifest" href="./assets/site.webmanifest" />
<link rel="mask-icon" href="./assets/images/safari-pinned-tab.svg" color="#f18719" />
<link rel="shortcut icon" type="image/x-icon" href="./assets/images/favicon.ico" />
<meta name="msapplication-TileColor" content="#da532c" />
<meta name="theme-color" content="#ffffff" media="(prefers-color-scheme: light)" />
<meta name="theme-color" content="#222" media="(prefers-color-scheme: dark)" />
<meta property="og:image" content="./assets/images/apple-touch-icon.png" />
<script src="https://code.jquery.com/jquery-2.2.4.min.js"></script>
<script src="./assets/js/siteload.js"></script>
<meta name="viewport" content="width = device-width" />
<link rel="stylesheet" href="./assets/css/percircle.css" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v6.2.0/css/all.css"
integrity="sha384-SOnAn/m2fVJCwnbEYgD4xzrPtvsXdElhOVvR8ND1YjB5nhGNwwf7nBQlhfAwHAZC" crossorigin="anonymous">
<link rel="stylesheet" href="./assets/css/styles.css" />
</head>
<body>
<header id="header"></header>
<noscript>Please enable JavaScript to enjoy this website in all its beauty :)</noscript>
<h1 id="my_work">My Apps:</h1>
<div>
<h3 id="2had">dayshape</h3>
<img class="icon" src="./assets/images/2had.png" alt="dayshape, AppIcon">
<p>I got annoyed with doomscrolling and spending too many days in a monotonous way.
That's why I created this app to help me (and anyone else) diversify their day.
It divides the day into different activity types, each with its own time budget and color.
This way, I can easily visualize and track my day.everyone else diversify their day.
<br />(Initial release: 10/2024)<br />
<a href="https://apps.apple.com/us/app/dayshape/id6736587513" target="_blank">
<picture>
<source srcset="assets/images/appstore_dark.svg" media="(prefers-color-scheme: dark)">
<img alt="Download on the AppStore" class="appstore" src="assets/images/appstore_light.svg">
</picture>
</a>
</p>
<h3 id="vijo">vijo — your video journal</h3>
<img class="icon" src="./assets/images/ca.me.ra.png" alt="vijo, AppIcon">
<p>A digital video journaling app. Allowing you to play music while recording yourself.
Available for iOS only (for now).
<br />(Initial release: 06/2024)<br />
<a href="https://apps.apple.com/us/app/vijo-your-video-journal/id6503705962" target="_blank">
<picture>
<source srcset="assets/images/appstore_dark.svg" media="(prefers-color-scheme: dark)">
<img alt="Download on the AppStore" class="appstore" src="assets/images/appstore_light.svg">
</picture>
</a>
</p>
<h3 id="lilttt">lil tic-tac-toe²</h3>
<img class="icon" src="./assets/images/lilTTT.png" alt="lil tic-tac-toe, AppIcon">
<p>
I first heard of the concept from a <a target="_blank" href="https://www.youtube.com/shorts/_Na3a1ZrX7c">Vsauce Short</a>.
Simple idea, you play tic-tac-toe inside tic-tac-toe. The app uses a deterministic minmax AI strategy.
Another app inspired by the minimalistic desing of <a target="_blank" href="https://twitter.com/jsngr">@jsngr</a>.
Available on <b>all</b> Apple platforms (iOS, iPadOS, macOS, tvOS, visionOS).
<br />(Initial release: 09/2023)<br />
<a href="https://apps.apple.com/us/app/tic-tac-toe/id6467420945" target="_blank">
<picture>
<source srcset="assets/images/appstore_dark.svg" media="(prefers-color-scheme: dark)">
<img alt="Download on the AppStore" class="appstore" src="assets/images/appstore_light.svg">
</picture>
</a>
</p>
<h3 id="counter">Days Since — Counter</h3>
<img class="icon" src="./assets/images/lilCounter.png" alt="Days Since Counter, AppIcon">
<p>Remember the <a target="_blank" href="https://www.youtube.com/watch?v=hfzbB_B3HS0">accident counter intro of The Simpsons</a>?
For some reason I had this stuck in my head thinking of just implementing it in SwiftUI.
Took me like a day with some help from another open source project.
The uber simple design was inspired by <a target="_blank" href="https://twitter.com/jsngr">@jsngr</a> and lil software™.
It's also the 2nd app I've made completely open source.
<br />(Initial release: 03/2022)<br />
<a href="https://apps.apple.com/us/app/days-since-counter/id1614164407" target="_blank">
<picture>
<source srcset="assets/images/appstore_dark.svg" media="(prefers-color-scheme: dark)">
<img alt="Download on the AppStore" class="appstore" src="assets/images/appstore_light.svg">
</picture>
</a>
</p>
<h3 id="geo">GeoguessAR</h3>
<img class="icon" src="./assets/images/geoIcon.png" alt="GeoguessAR AppIcon">
<p>GeoguessAR aims to improve your sense of direction and distance. It was inspired by
<a target="_blank" href="https://youtu.be/QYlVJlmjLEc?t=107">a Tom Scott video</a>.
In the app you can look "through" the Earth and see and guess
where other places in the world are relative to you.
<br />(Initial release: 09/2021)<br />
<a href="https://apps.apple.com/us/app/geoguessar/id1579883089" target="_blank">
<picture>
<source srcset="assets/images/appstore_dark.svg" media="(prefers-color-scheme: dark)">
<img alt="Download on the AppStore" class="appstore" src="assets/images/appstore_light.svg">
</picture>
</a>
</p>
<h3 id="siri">Adventures for Siri</h3>
<img class="icon" src="./assets/images/SiriIcon.png" alt="Adventures for Siri AppIcon">
<p>While working with SiriKit Intents, I noticed how the resolution behaviour is somewhat wired and it's easy to
get caugh up in endless loops. Using that pattern I was able to make simple PnP-games you can play with or
against Siri. Including one of my all-time favorites: Dunnet.
<br />(Initial release: 05/2021)<br />
<a href="https://apps.apple.com/us/app/adventures-for-siri/id1564635035" target="_blank">
<picture>
<source srcset="assets/images/appstore_dark.svg" media="(prefers-color-scheme: dark)">
<img alt="Download on the AppStore" class="appstore" src="assets/images/appstore_light.svg">
</picture>
</a>
</p>
<h3 id="vFS">FINE Stickers</h3>
<img class="icon" src="./assets/images/FineStickersIcon.png" alt="FINE Stickers AppIcon">
<p>I had the privilege of working together with my awesome artist friend
<a target="_blank" href="https://instagram.com/fine.is.drawing">Josefine</a>,
hence the name of this app. It showcases just some of
her artwork in the form of iMessage and WhatsApp stickers. And for the record, I'm just the developer here,
this is <u>her</u> app! Also, this is the first app I ever published on Google Play™.
<br />(Initial release: 03/2021)<br />
<a href="https://apps.apple.com/us/app/fine-stickers/id1554899511" target="_blank">
<picture>
<source srcset="assets/images/appstore_dark.svg" media="(prefers-color-scheme: dark)">
<img alt="Download on the AppStore" class="appstore" src="assets/images/appstore_light.svg">
</picture>
</a>
<a target="_blank" href="https://play.google.com/store/apps/details?id=me.thisisthefoxe.veryFineStickers">
<img class="playstore" alt="Get it on Google Play" src="assets/images/googleplay.png">
</a>
</p>
<h3 id="6imal">seximal</h3>
<img class="icon" src="./assets/images/seximalIcon.png" alt="seximal AppIcon">
<p>Inspired by <a target="_blank" href="https://www.youtube.com/watch?v=qID2B4MK7Y0">jan Misali</a> I made an
app that showcases the seximal (or senary, heximal, base-six)
numbering system. It gives you a glimpse into a <s>decimal</s> seximal world. To learn more about seximal
visit <a target="_blank" href="https://seximal.net">seximal.net</a><br />
(Initial release: 01/2021)<br />
<a href="https://apps.apple.com/us/app/seximal/id1551165727" target="_blank">
<picture>
<source srcset="assets/images/appstore_dark.svg" media="(prefers-color-scheme: dark)">
<img alt="Download on the AppStore" class="appstore" src="assets/images/appstore_light.svg">
</picture>
</a>
</p>
<h3 id="aar">AvoidAR</h3>
<img class="icon" src="./assets/images/AvoidARIcon.png" alt="AvoidAR AppIcon">
<p>A friend gave me the idea of creating a game, which's feature it is to keep your finger on the touchscreen
for as long as possible. A few moments later I started to create a game where you need to dodge obstacles
flying toward you in Augmented Reality (also using 3D-Touch). Lifting your finger means Game Over!<br />
(Initial release: 01/2021)<br />
<a href="https://apps.apple.com/us/app/avoidar/id1547238534" target="_blank">
<picture>
<source srcset="assets/images/appstore_dark.svg" media="(prefers-color-scheme: dark)">
<img alt="Download on the AppStore" class="appstore" src="assets/images/appstore_light.svg">
</picture>
</a>
</p>
<h3 id="todo">ToDo-pamine</h3>
<img class="icon" src="./assets/images/ToDoIcon.png" alt="ToDo-pamine AppIcon">
<p>This app was inspired by the YouTube video <a href="https://www.youtube.com/watch?v=JJeQIXBdVuk">I Built a
Dopamine Box</a>.
Creating a daily to-do list (even if it only has mundane tasks) can increase dopamine production and thus
overall productivity. I felt that I could do that by providing an alternative to the default iOS
Reminders.app, to maximize productivity. The result is my first ever published SwiftUI app. <br />
(Initial release: 11/2020)<br />
<a href="https://apps.apple.com/us/app/todo-pamine/id1536111704" target="_blank">
<picture>
<source srcset="assets/images/appstore_dark.svg" media="(prefers-color-scheme: dark)">
<img alt="Download on the AppStore" class="appstore" src="assets/images/appstore_light.svg">
</picture>
</a>
</p>
<h3 id="ttt">(TicTacToe)³</h3>
<img class="icon" src="./assets/images/TTTIcon.png" alt="TicTacToe AppIcon">
<p>This is one of the very first 3D AR Multiplayer experiences on the AppStore™. Combining the classic
TicTacToe with the newest technologies, creating an outstanding game for you and your friends.<br />
(Initial release: 09/2018)<br />
<a href="https://apps.apple.com/us/app/tictactoe/id1412179757" target="_blank">
<picture>
<source srcset="assets/images/appstore_dark.svg" media="(prefers-color-scheme: dark)">
<img alt="Download on the AppStore" class="appstore" src="assets/images/appstore_light.svg">
</picture>
</a>
</p>
<h3 id="pong">Pong Adventure</h3>
<img class="icon" src="./assets/images/PongIcon.png" alt="Pong Adventure AppIcon">
<p>This is my fist App which is available on the AppStore™. It isn't highly complex, but
I developed this App entirely by myself and am very proud that it made it into the store!<br />
(Initial release: 2014)<br />
<a href="https://apps.apple.com/us/app/pong-adventure/id1166251755" target="_blank">
<picture>
<source srcset="assets/images/appstore_dark.svg" media="(prefers-color-scheme: dark)">
<img alt="Download on the AppStore" class="appstore" src="assets/images/appstore_light.svg">
</picture>
</a>
</p>
</div>
<footer id="footer"></footer>
</body>
</html>