FOSFENO: motor de visuales audio-reactivas para Raspberry Pi
Primera version. Cinco motores (projectM, Butterchurn, Hydra, Shaders GLSL y mezclador VJ con camara y video), panel de control web, deteccion de BPM propia, pantalla de conexion con codigo QR, instalador robusto para Raspberry Pi 4 y 5 y documentacion completa en docs/. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
commit
30a09fdee6
31 changed files with 3478 additions and 0 deletions
16
docs/assets/README.md
Normal file
16
docs/assets/README.md
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# Imágenes del proyecto
|
||||
|
||||
Aquí va el material gráfico del repositorio.
|
||||
|
||||
- `banner.svg` — cabecera del README. Imagen original, vectorial.
|
||||
|
||||
Cuando tengas FOSFENO montado, lo ideal es añadir aquí **fotos reales** de tu
|
||||
equipo y **capturas** de las visuales funcionando. Son más auténticas que
|
||||
cualquier imagen de catálogo y no tienen problemas de licencia. Sugerencias:
|
||||
|
||||
- Una foto de la Raspberry Pi conectada al proyector.
|
||||
- Una foto de la proyección en marcha durante un evento.
|
||||
- Capturas de los distintos motores (Butterchurn, Hydra, Shaders, Mezclador).
|
||||
|
||||
Guárdalas en esta carpeta y enlázalas desde el `README.md` o desde la
|
||||
documentación de `docs/`.
|
||||
51
docs/assets/banner.svg
Normal file
51
docs/assets/banner.svg
Normal file
|
|
@ -0,0 +1,51 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="960" height="300" viewBox="0 0 960 300">
|
||||
<defs>
|
||||
<filter id="glow" x="-40%" y="-40%" width="180%" height="180%">
|
||||
<feGaussianBlur stdDeviation="7" result="b"/>
|
||||
<feMerge><feMergeNode in="b"/><feMergeNode in="SourceGraphic"/></feMerge>
|
||||
</filter>
|
||||
<linearGradient id="bars" x1="0" y1="0" x2="1" y2="0">
|
||||
<stop offset="0" stop-color="#b4ff00"/>
|
||||
<stop offset="1" stop-color="#ff7a00"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
|
||||
<rect width="960" height="300" fill="#060a06"/>
|
||||
|
||||
<!-- Ecualizador: barras reactivas al audio -->
|
||||
<g fill="url(#bars)" opacity="0.55">
|
||||
<rect x="8" y="270" width="24" height="30"/>
|
||||
<rect x="48" y="252" width="24" height="48"/>
|
||||
<rect x="88" y="232" width="24" height="68"/>
|
||||
<rect x="128" y="258" width="24" height="42"/>
|
||||
<rect x="168" y="278" width="24" height="22"/>
|
||||
<rect x="208" y="245" width="24" height="55"/>
|
||||
<rect x="248" y="218" width="24" height="82"/>
|
||||
<rect x="288" y="264" width="24" height="36"/>
|
||||
<rect x="328" y="272" width="24" height="28"/>
|
||||
<rect x="368" y="238" width="24" height="62"/>
|
||||
<rect x="408" y="254" width="24" height="46"/>
|
||||
<rect x="448" y="228" width="24" height="72"/>
|
||||
<rect x="488" y="266" width="24" height="34"/>
|
||||
<rect x="528" y="248" width="24" height="52"/>
|
||||
<rect x="568" y="276" width="24" height="24"/>
|
||||
<rect x="608" y="234" width="24" height="66"/>
|
||||
<rect x="648" y="260" width="24" height="40"/>
|
||||
<rect x="688" y="242" width="24" height="58"/>
|
||||
<rect x="728" y="268" width="24" height="32"/>
|
||||
<rect x="768" y="222" width="24" height="78"/>
|
||||
<rect x="808" y="262" width="24" height="38"/>
|
||||
<rect x="848" y="254" width="24" height="46"/>
|
||||
<rect x="888" y="236" width="24" height="64"/>
|
||||
<rect x="928" y="274" width="24" height="26"/>
|
||||
</g>
|
||||
|
||||
<text x="480" y="138" text-anchor="middle" font-family="Arial, Helvetica, sans-serif"
|
||||
font-size="86" font-weight="800" letter-spacing="16"
|
||||
fill="#b4ff00" filter="url(#glow)">FOSFENO</text>
|
||||
|
||||
<text x="480" y="182" text-anchor="middle" font-family="monospace"
|
||||
font-size="19" letter-spacing="2" fill="#cfe8ad">motor de visuales audio-reactivas para raspberry pi</text>
|
||||
|
||||
<line x1="350" y1="204" x2="610" y2="204" stroke="#ff7a00" stroke-width="3"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.3 KiB |
Loading…
Add table
Add a link
Reference in a new issue