From 008a984ff2c58f0dd6003a3a7d34695df0f58cb8 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Mon, 28 Jun 2021 20:36:59 -0400 Subject: [PATCH] Add Credits and Software libraries sections to readme. --- README.md | 43 ++++++++++++++++++++++++++++++++++++++----- 1 file changed, 38 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b2d1f853..8726bff1 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,42 @@ -# Rack +# VCV Rack -*Rack* is the engine for the VCV open-source virtual modular synthesizer. +*Rack* is the host application for the VCV virtual Eurorack modular synthesizer platform. - [VCV website](https://vcvrack.com/) -- [Manual](https://vcvrack.com/manual/index.html) -- [Building](https://vcvrack.com/manual/Building.html) -- [Communities](https://vcvrack.com/manual/Communities.html) +- [Manual](https://vcvrack.com/manual/) +- [Rack source code](https://github.com/VCVRack/Rack) +- [Building](https://vcvrack.com/manual/Building) +- [Communities](https://vcvrack.com/manual/Communities) - [Licenses](LICENSE.md) + +## Credits + +- [Andrew Belt](https://github.com/AndrewBelt): VCV Rack developer +- [Grayscale](https://grayscale.info/): Module design, branding +- [Pyer](https://www.pyer.be/): Component graphics +- [Richie Hindle](http://entrian.com/audio/): OS/DAW-dependent bug fixes +- [cschol](https://github.com/cschol): VCV Library reviews and builds +- Rack plugin developers: Authorship shown on each plugin's [VCV Library](https://library.vcvrack.com/) page +- Rack users like you: Bug reports and feature requests + +## Software libraries + +- [GLFW](https://www.glfw.org/) +- [GLEW](http://glew.sourceforge.net/) +- [NanoVG](https://github.com/memononen/nanovg) +- [NanoSVG](https://github.com/memononen/nanosvg) +- [oui-blendish](https://github.com/geetrepo/oui-blendish) +- [osdialog](https://github.com/AndrewBelt/osdialog) (written by Andrew Belt) +- [ghc::filesystem](https://github.com/gulrak/filesystem) +- [Jansson](https://digip.org/jansson/) +- [libcurl](https://curl.se/libcurl/) +- [OpenSSL](https://www.openssl.org/) +- [Zstandard](https://facebook.github.io/zstd/) (for Rack's `tar.zstd` patch format) +- [libarchive](https://libarchive.org/) (for Rack's `tar.zstd` patch format) +- [PFFFT](https://bitbucket.org/jpommier/pffft/) +- [libspeexdsp](https://gitlab.xiph.org/xiph/speexdsp/-/tree/master/libspeexdsp) (for Rack's fixed-ratio resampler) +- [libsamplerate](https://github.com/libsndfile/libsamplerate) (for Rack's variable-ratio resampler) +- [RtMidi](https://www.music.mcgill.ca/~gary/rtmidi/) +- [RtAudio](https://www.music.mcgill.ca/~gary/rtaudio/) +- [Fuzzy Search Database](https://bitbucket.org/j_norberg/fuzzysearchdatabase) (written by Nils Jonas Norberg for VCV Rack's module browser) +- [TinyExpr](https://codeplea.com/tinyexpr) (for math evaluation in parameter context menu)