Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.03 KB

README.md

File metadata and controls

28 lines (19 loc) · 1.03 KB

kbDAW

Silly idea - vaporware.

A DAW where everything is doable from the keyboard. No mouse needed.

AngelScript will be used to allow the engine to be scriptable. Even much of the stock behavior will be written in AngelScript.

Even the GUI will be written using AngelScript. (This sounds like a lot of work to "port" wxWidgets to AngelScript).

The project file will be based on simpleConfig

build

cmake -S . -B build cmake --build build

cmake --build build -v --clean-first -j 10 > cmake.txt 2>&1

Technologies