Warning
This project is not anywhere close to a stable release, and bugs may be present.
Venozerith is a cross platform (Windows + Linux), drum-only DAW written in C, with minimal dependencies. It uses Raylib as it's GUI.
You can skip steps 1 through 4 if you already installed raylib previously.
- Download w64devkit
- Download the raylib distribution
- Copy every file from
lib
andinclude
intow64devkit/x86_64-w64-mingw32/lib
andw64devkit/x86_64-w64-mingw32/include
, respectively - Boot up
w64devkit.exe
cd
into this repository- Run
make
.
The output will be in bin/
TODO
Venozerith will only sometimes release a stable version, so if the features on said version match up to what you want, you can grab it from there.
This is only for bleeding edge, and as such, may be broken. If you would like to proceed, you'll just need:
- A C compiler (GCC is what I personally use)
- A copy of raylib, either from your package manager or compiled yourself.
Once you have both of these things, you just need to run make
. The output
will be in bin