History

In 2017 I started my journey as a programmer.
Started learning javascript.
Eventually built something with Arduino (still trying to find the demo of the video I built)

Started learning iOS so I wouldn't have to build hardware..

Been an iOS dev full time from 2021..
Also slowly started dabbling in computer graphics in 2021, then starting to learn blender

Arduino Omnichord

built a custom version of something like an suzuki omnichord using an arduino..
looking for the demo..

Sequencer

built a fun sequencer in iOS. It even sent midi..
TODO: upload demo videos (luckily I have those..)

Wavy

First project I got paid to work on. Made an app that flashed the message across the screen, mainly for people to flag down their uber, or to send messages to people at concerts etc..

Made a music visualizer in Max:

Hmm still looking for the video file itself, so far all I have is the instagram link :(
https://www.instagram.com/p/CFLfjWAlLCc/

Made lots of audio reative visuals in touch designer:

See my (now dead) instagram:
	https://www.instagram.com/p/CPQJLJSBdcD/

I should upload these somewhere else

Animusic:

Made an app to show anime openings / endings, then open the links in either apple music or spotify..

(before I hated music streaming services).

As many anime fans know, the process of listening to anime endings was super annoying. Needing to cross search, or listen in youtube.. This app was trying to help make it easier. We scraped animeDB (using their api) to get the data, then tried finding the results in apple music and spotify and stored the links in firebase.. 

The main features that would have made this good were rejected by apple App store review, so you couldn't open the music in spotify in the released version. Gave up on it after that.

Glitch Music:

macOS app to filter music audio reactively.
Load audio tracks (works best with stems from a song) and a video, add filters to the video. You can make the amplitude of a track change the value of a filter.

examples :

Pixel weather:

made a minimalist pixel art style weather app.
Actually got really upset because I used Apple's new weather API (in like iOS16?..) And in app store review they were like "you have to show that this is apple weather somewhere in the UI"... wtf... Destroy the design..

Map app

Made an app to track your location at all times, so you could see a heatmap of everywhere you've been. This basically already exists..
(owntracks?)

macOS utility

Basically made something that does a lot less of what hammerspoon does, but in swift. Before I learned about hammerspoon. Swift is a terrible language for this kind of app anyways, and would make it hard to do things like hot-reloading etc.. As soon as I learned about hammerspoon I just started using it.

PXL Cam

My most recent finished macOS app:
https://apps.apple.com/us/app/pxl-cam/id6505083993?mt=12

Haven't worked on it in 6 months or so since I got depressed about this swiftUI bug where image interpolation can't be set within a canvas view...