Rough attempts to build stuff from scratch
Find a file
2021-09-26 13:40:52 +01:00
apps Add cairo interface. 2021-04-17 13:57:14 +01:00
src Add some graphics tests. 2021-09-26 13:40:52 +01:00
test Add some graphics tests. 2021-09-26 13:40:52 +01:00
.gitignore Improve audio and midi support. 2021-05-23 21:02:38 +01:00
CMakeLists.txt Add Windows support. 2020-07-04 19:43:08 +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