Wasted-Audio / hvcc

The heavy hvcc compiler for Pure Data patches. Updated to python3 and additional generators
https://wasted-audio.github.io/hvcc/
GNU General Public License v3.0
259 stars 30 forks source link

remove build.json output #108

Closed dromer closed 1 year ago

dromer commented 1 year ago

This module is used to create compilation instructions for the deprecated Enzien Audio online build service courtesan: https://github.com/Wasted-Audio/hvcc/blob/develop/hvcc/generators/buildjson/buildjson.py

Unless someone is actively using this (should check with OWL) we can probably safely remove it.

On principle I do like some sort of included build info for various OSes and architectures that can be reused by CI and other toolchains and such. However I feel it needs some new consideration (and better documentation).

dromer commented 1 year ago

Done.