From e3263ddb5ae0f927fa9f2d864ba8d4902dbd2d85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Mon, 12 Feb 2024 00:41:03 +0100 Subject: [PATCH] added links to the software recommendations MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ebbe Baß --- README.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 68e90bf..a123472 100644 --- a/README.md +++ b/README.md @@ -20,15 +20,15 @@ If you want to be a bit more professional but don't want to pay any money you ca For the professionals out there, most of you will already know how to pixel control/map such fixtures but here is a list of the software I would recommend: -* MADRIX (Made specificly for pixel mapping/control.) -* Resolume Arena (Originally made for visual playback but you can output DMX to such pixel fixtures and map you visuals to them.) -* grandMA3 (If you already spend all your money on that sweet little onPC node it is still a good solution. I mean the selection grid is a good way to map the pixels as subfixtures) -* grandMA2 (I personally havn't used grandMA2 because I started with grandMA3 but I think it would also be possible to map the pixels in some do-able way.) +* [MADRIX](https://madrix.com) (Made specificly for pixel mapping/control.) +* [Resolume Arena](https://resolume.com) (Originally made for visual playback but you can output DMX to such pixel fixtures and map you visuals to them.) +* [grandMA3](https://malighting.com/grandma3/) (If you already spend all your money on that sweet little onPC node it is still a good solution. I mean the selection grid is a good way to map the pixels as subfixtures) +* [grandMA2](https://malighting.com/product-archive/products/grandma2/) (I personally havn't used grandMA2 because I started with grandMA3 but I think it would also be possible to map the pixels in some do-able way.) * Software I only heard of but that also should work: - * ENTTEC LED MAPPER (ELM) - * PIXXEM - * MadMapper - * Touchdesigner + * [ENTTEC LED MAPPER](https://enttec.com/product/dmx-lighting-control-software/pixel-mapping-software/) (ELM) + * [PIXXEM](https://chromateq.com/pixxem/) + * [MadMapper](https://madmapper.com) + * [Touchdesigner](https://derivative.ca) ### The fixture profiles for various solutions: @@ -81,10 +81,11 @@ For the professionals out there, most of you will already know how to pixel cont ``` sudo apt install python3 python3-pip git python3-flask python3-flask-mysqldb python3-adafruit-circuitpython-neopixel python3-wifi apache2 php mariadb-server mariadb-client -y -sudo mysql -u root -pCREATE DATABASE IF NOT EXISTS pixeltube_db; +sudo mysql -u root -p # Enter the password you set for the pi +CREATE DATABASE IF NOT EXISTS pixeltube_db; USE pixeltube_db; CREATE TABLE IF NOT EXISTS tubes ( id INT AUTO_INCREMENT PRIMARY KEY,