Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 735 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 735 Bytes

Filmsaw

Logo Image

A barebones movie editor inspired by Windows Movie Maker. Made during the Handmade Network 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.

Screenshot

Building on Windows

Install CMake 3.10 and Visual Studio 2022 then run cmake -G "Visual Studio 17 2022" .. Open moviemaker.sln and mash F5.

The code has been written in a cross platform-ish way but other platforms (Mac, Linux) are untested and unbuilt at this point.