Rough attempts to build stuff from scratch
Find a file
2021-10-31 13:04:48 +00:00
apps Add window support for Windows. 2021-10-31 13:04:48 +00:00
src Add window support for Windows. 2021-10-31 13:04:48 +00:00
test Add window support for Windows. 2021-10-31 13:04:48 +00:00
.gitignore Improve audio and midi support. 2021-05-23 21:02:38 +01:00
CMakeLists.txt Fixing up Windows build. 2021-09-26 21:42:35 +01:00
LICENSE License and name update. 2020-06-07 18:37:30 +01:00
README.md Move windows to uptr. Add simple text editing. 2020-06-20 16:34:10 +01:00

limmto

limmto (Light Multi-Media Tool) is a free, low-dependency C++ library for working with digital media.

mkdir build
cd build
cmake $PATH_TO_SOURCE
make
apps/$NAME_OF_APP