A barebones movie editor inspired by Windows Movie Maker. Making this as part of the Wheel Reinvention Jam.
Written in C using the Sokol Libs for graphics, window setup and input and FFmpeg to actually open and render the movie files to the screen.
I also used a little imgui style UI thing I had lying around from previous projects that draws normal, rounded and blurred boxes, chops rectangles and handles UI events.
Will I actually get the bare minimum thing working? Stay tuned to find out!