by Jonovono on 7/2/24, 3:22 PM with 0 comments
It was a library to build videos with typescript. Around this time I was looking to create sort of headless videos for a project and was using Canva but wanted to be able to pull data from my db to use in the video to create sort of dynamic videos based off data and it was just a pain. revideo gave me an idea to create something like that but for SwiftUI. So I built this library (still very much beta, but it works!) that lets you write SwiftUI and create videos. But I took it even further, and instead of having painfully slow rendering times, I generate the video in real time which also enabled me to live stream the videos! I'm sure there are still many optimizations left, but thought i'd share to get some feedback on it!